Skip to content

Commit

Permalink
Don't add @_exported to Foundation symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed May 14, 2024
1 parent 05a4590 commit 71b4098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Hummingbird/Codable/JSON/JSONCoding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
//===----------------------------------------------------------------------===//

import struct Foundation.Date
@_exported import class Foundation.JSONDecoder
@_exported import class Foundation.JSONEncoder
import class Foundation.JSONDecoder
import class Foundation.JSONEncoder
import NIOFoundationCompat

extension JSONEncoder: ResponseEncoder {
Expand Down
1 change: 1 addition & 0 deletions Sources/Hummingbird/Server/RequestContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//

import Atomics
import Foundation
import Logging
import NIOConcurrencyHelpers
import NIOCore
Expand Down

0 comments on commit 71b4098

Please sign in to comment.