This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Pusher with Swift 6.0 for watchOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Pusher -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

      Pusher.ChannelType.init(fullName: Swift.String) -> Pusher.ChannelType in Pusher.o
      Pusher.PusherClientOptions.init(appId: Swift.Int, key: Swift.String, secret: Swift.String, encryptionMasterKey: Swift.String, cluster: Swift.String?, host: Swift.String?, httpProxy: Swift.String?, port: Swift.Int?, scheme: Swift.String?, useTLS: Swift.Bool) throws -> Pusher.PusherClientOptions in Pusher.o
      Pusher.PusherClientOptions.init(appId: Swift.Int, key: Swift.String, secret: Swift.String, encryptionMasterKey: Swift.String, cluster: Swift.String?, host: Swift.String?, httpProxy: Swift.String?, port: Swift.Int?, scheme: Swift.String?, useTLS: Swift.Bool) throws -> Pusher.PusherClientOptions in Pusher.o
  "Swift.String.hasSuffix(Swift.String) -> Swift.Bool", referenced from:
      Pusher.PusherClientOptions.init(appId: Swift.Int, key: Swift.String, secret: Swift.String, encryptionMasterKey: Swift.String, cluster: Swift.String?, host: Swift.String?, httpProxy: Swift.String?, port: Swift.Int?, scheme: Swift.String?, useTLS: Swift.Bool) throws -> Pusher.PusherClientOptions in Pusher.o
  "type metadata for Swift.String", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      implicit closure #3 () throws -> Any? in closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      implicit closure #3 () throws -> Any? in closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      implicit closure #4 () throws -> Any? in closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      ...
  "protocol witness table for Swift.String : Swift.Encodable in Swift", referenced from:
      lazy protocol witness table accessor for type [Swift.String : AnyCodable.AnyCodable] and conformance < where A: Swift.Encodable, B: Swift.Encodable> [A : B] : Swift.Encodable in Swift in Mocks.o
      lazy protocol witness table accessor for type [Swift.String : AnyCodable.AnyEncodable] and conformance < where A: Swift.Encodable, B: Swift.Encodable> [A : B] : Swift.Encodable in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Swift.String] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Encodable> A? : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type [Swift.String : AnyCodable.AnyEncodable] and conformance < where A: Swift.Encodable, B: Swift.Encodable> [A : B] : Swift.Encodable in Swift in Pusher.o
      Pusher.GetChannelEndpoint.queryItems.getter : [Foundation.URLQueryItem]? in Pusher.o
      associated type witness table accessor for APIota.APIotaCodableEndpoint.Body : Swift.Encodable in Pusher.GetChannelEndpoint : APIota.APIotaCodableEndpoint in Pusher in Pusher.o
      ...
  "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
      one-time initialization function for testAppId in TestObjects.o
      one-time initialization function for testKey in TestObjects.o
      one-time initialization function for testSecret in TestObjects.o
      one-time initialization function for testMasterKey in TestObjects.o
      one-time initialization function for testCluster in TestObjects.o
      one-time initialization function for eventData in TestObjects.o
      one-time initialization function for presenceUserDataWithUserInfo in TestObjects.o
      ...
  "protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from:
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      closure #1 (Pusher.AuthenticationToken) -> () in closure #1 (Swift.Result<Pusher.AuthenticationToken, Pusher.PusherError>) -> () in PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Equatable> A? : Swift.Equatable in Swift in AuthTokenTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithCustomHostSucceeds() -> () in ClientOptionsTests.o
      ...
  "protocol witness table for Swift.String : Swift.Decodable in Swift", referenced from:
      lazy protocol witness table accessor for type [Swift.String : AnyCodable.AnyCodable] and conformance < where A: Swift.Decodable, B: Swift.Decodable> [A : B] : Swift.Decodable in Swift in Mocks.o
      lazy protocol witness table accessor for type [Swift.String : AnyCodable.AnyDecodable] and conformance < where A: Swift.Decodable, B: Swift.Decodable> [A : B] : Swift.Decodable in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Swift.String : Pusher.ChannelAttributes] and conformance < where A: Swift.Decodable, B: Swift.Decodable> [A : B] : Swift.Decodable in Swift in Pusher.o
  "protocol conformance descriptor for Swift.String : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.Collection in Swift in Pusher.o
  "protocol conformance descriptor for Swift.String : Swift.StringProtocol in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in XCTest+Pusher.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in APIota.o
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift.StringProtocol in Swift in Crypto.o
  "protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      implicit closure #12 () throws -> Swift.String in PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultSuccess<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, validateResultCallback: (A) -> (), file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      ...
  "protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      implicit closure #12 () throws -> Swift.String in PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultSuccess<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, validateResultCallback: (A) -> (), file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      ...
  "protocol witness table for Swift.String : Swift._ExpressibleByBuiltinStringLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByStringLiteral.StringLiteralType : Swift._ExpressibleByBuiltinStringLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByStringLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByStringLiteral.StringLiteralType : Swift._ExpressibleByBuiltinStringLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByStringLiteral in AnyCodable in AnyCodable.o
  "protocol witness table for Swift.String : Swift._ExpressibleByBuiltinUnicodeScalarLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByUnicodeScalarLiteral.UnicodeScalarLiteralType : Swift._ExpressibleByBuiltinUnicodeScalarLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByUnicodeScalarLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByUnicodeScalarLiteral.UnicodeScalarLiteralType : Swift._ExpressibleByBuiltinUnicodeScalarLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByUnicodeScalarLiteral in AnyCodable in AnyCodable.o
  "protocol witness table for Swift.String : Swift._ExpressibleByBuiltinExtendedGraphemeClusterLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByExtendedGraphemeClusterLiteral.ExtendedGraphemeClusterLiteralType : Swift._ExpressibleByBuiltinExtendedGraphemeClusterLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByExtendedGraphemeClusterLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByExtendedGraphemeClusterLiteral.ExtendedGraphemeClusterLiteralType : Swift._ExpressibleByBuiltinExtendedGraphemeClusterLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByExtendedGraphemeClusterLiteral in AnyCodable in AnyCodable.o
  "Swift.String.init(__shared Swift.Substring) -> Swift.String", referenced from:
      static Pusher.Channel.(resolveName in _17932DC03F05450DCD8253619CA9FD0D)(from: Swift.String) -> Swift.String in Pusher.o
  "Swift.String.init<A where A: Swift.LosslessStringConvertible>(A) -> Swift.String", referenced from:
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
  "dispatch thunk of Swift.Sequence.makeIterator() -> A.Iterator", referenced from:
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "associated conformance descriptor for Swift.Sequence.Swift.Sequence.Iterator: Swift.IteratorProtocol", referenced from:
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "protocol requirements base descriptor for Swift.Sequence", referenced from:
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "(extension in Swift):Swift.Sequence.reduce<A>(into: __owned A1, _: (inout A1, A.Element) throws -> ()) throws -> A1", referenced from:
      APIota.HTTPHeaders.allHTTPHeaderFields.getter : [Swift.String : Swift.String] in APIota.o
      APIota.HTTPHeaders.init(dictionaryLiteral: (APIota.HTTPHeader, Swift.String)...) -> APIota.HTTPHeaders in APIota.o
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
  "(extension in Swift):Swift.Sequence.forEach((A.Element) throws -> ()) throws -> ()", referenced from:
      (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "(extension in Swift):Swift.Sequence.contains(where: (A.Element) throws -> Swift.Bool) throws -> Swift.Bool", referenced from:
      Pusher.Event.init<A where A: Swift.Encodable>(name: Swift.String, data: A, channels: [Pusher.Channel], socketId: Swift.String?, attributeOptions: Pusher.ChannelAttributeFetchOptions) throws -> Pusher.Event in Pusher.o
  "(extension in Swift):Swift.UnsignedInteger< where A: Swift.FixedWidthInteger>.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
      one-time initialization function for charA in Crypto.o
      one-time initialization function for char0 in Crypto.o
      closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafeMutablePointer<Swift.UInt8>) -> Swift.Int32 in static TweetNacl.NaclUtil.hash(message: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafeMutablePointer<Swift.UInt8>) -> Swift.Int32 in static TweetNacl.NaclSecretBox.secretBox(message: Foundation.Data, nonce: Foundation.Data, key: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafeMutablePointer<Swift.UInt8>) -> Swift.Int32 in static TweetNacl.NaclSecretBox.open(box: Foundation.Data, nonce: Foundation.Data, key: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafeMutablePointer<Swift.UInt8>) -> Swift.Int32 in static TweetNacl.NaclSign.sign(message: Foundation.Data, secretKey: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafePointer<Swift.UInt8>) -> Swift.Int32 in closure #1 (Swift.UnsafeMutablePointer<Swift.UInt8>) -> Swift.Int32 in static TweetNacl.NaclSign.signOpen(signedMessage: Foundation.Data, publicKey: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      ...
  "Swift.UnsafeRawBufferPointer.baseAddress.getter : Swift.UnsafeRawPointer?", referenced from:
      closure #1 (Swift.UnsafeRawBufferPointer) throws -> Swift.UnsafeMutablePointer<__C.ecdsa_sig_st> in Crypto.ECDSASignature.init<A where A: Foundation.ContiguousBytes>(contiguousDERBytes: A) throws -> Crypto.ECDSASignature in Crypto.o
      closure #1 (Swift.UnsafeRawBufferPointer) -> Swift.UnsafeMutablePointer<__C.bignum_st>? in Crypto.ArbitraryPrecisionInteger.BackingStorage.init<A where A: Foundation.ContiguousBytes>(bytes: A) throws -> Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
  "Swift.UnsafeRawBufferPointer.count.getter : Swift.Int", referenced from:
      closure #1 (Swift.UnsafeRawBufferPointer) throws -> Swift.UnsafeMutablePointer<__C.ecdsa_sig_st> in Crypto.ECDSASignature.init<A where A: Foundation.ContiguousBytes>(contiguousDERBytes: A) throws -> Crypto.ECDSASignature in Crypto.o
      closure #1 (Swift.UnsafeRawBufferPointer) -> Swift.UnsafeMutablePointer<__C.bignum_st>? in Crypto.ArbitraryPrecisionInteger.BackingStorage.init<A where A: Foundation.ContiguousBytes>(bytes: A) throws -> Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
  "Swift.UnsafeRawBufferPointer.init(start: Swift.UnsafeRawPointer?, count: Swift.Int) -> Swift.UnsafeRawBufferPointer", referenced from:
      closure #1 (Swift.UnsafePointer<Swift.UInt64>) -> () in (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "type metadata for Swift.UnsafeRawBufferPointer", referenced from:
      closure #1 (Swift.UnsafeRawBufferPointer) -> Swift.Bool in closure #1 (Swift.UnsafeRawBufferPointer) -> Swift.Bool in Crypto.openSSLSafeCompare<A, B where A: Foundation.ContiguousBytes, B: Foundation.ContiguousBytes>(A, B) -> Swift.Bool in Crypto.o
      lazy protocol witness table accessor for type Swift.UnsafeRawBufferPointer and conformance Swift.UnsafeRawBufferPointer : Swift.Collection in Swift in Crypto.o
      closure #1 (Swift.UnsafePointer<Swift.UInt64>) -> () in (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "protocol witness table for Swift.UnsafeRawBufferPointer : Swift.Sequence in Swift", referenced from:
      closure #1 (Swift.UnsafePointer<Swift.UInt64>) -> () in (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "protocol conformance descriptor for Swift.UnsafeRawBufferPointer : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UnsafeRawBufferPointer and conformance Swift.UnsafeRawBufferPointer : Swift.Collection in Swift in Crypto.o
  "static (extension in Swift):Swift.RangeExpression.~= infix(A, A.Bound) -> Swift.Bool", referenced from:
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      Crypto.(htoi in _027628503DB3F387FC04E1EC2CD80794)(Swift.UInt8) throws -> Swift.UInt8 in Crypto.o
      Crypto.(htoi in _027628503DB3F387FC04E1EC2CD80794)(Swift.UInt8) throws -> Swift.UInt8 in Crypto.o
      ...
  "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
      l_got.$sSY8rawValue03RawB0QzvgTq in APIota.o
      l_got.$sSY8rawValue03RawB0QzvgTq in APIota.o
      l_got.$sSY8rawValue03RawB0QzvgTq in APIota.o
      l_got.$sSY8rawValue03RawB0QzvgTq in Pusher.o
      l_got.$sSY8rawValue03RawB0QzvgTq in Pusher.o
      l_got.$sSY8rawValue03RawB0QzvgTq in Pusher.o
      l_got.$sSY8rawValue03RawB0QzvgTq in Pusher.o
      ...
  "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from:
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in APIota.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in APIota.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in APIota.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in Pusher.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in Pusher.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in Pusher.o
      l_got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in Pusher.o
      ...
  "protocol descriptor for Swift.RawRepresentable", referenced from:
      l_got.$sSYMp in APIota.o
      l_got.$sSYMp in APIota.o
      l_got.$sSYMp in APIota.o
      l_got.$sSYMp in Pusher.o
      l_got.$sSYMp in Pusher.o
      l_got.$sSYMp in Pusher.o
      l_got.$sSYMp in Pusher.o
      ...
  "(extension in Swift):Swift.RawRepresentable< where A: Swift.Encodable, A.Swift.RawRepresentable.RawValue == Swift.String>.encode(to: Swift.Encoder) throws -> ()", referenced from:
      protocol witness for Swift.Encodable.encode(to: Swift.Encoder) throws -> () in conformance Pusher.WebhookEventType : Swift.Encodable in Pusher in Pusher.o
  "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from:
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPMediaType.TypeIdentifier : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPMethod : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance Pusher.AuthenticationToken.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance Pusher.ChannelAttributes.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance Pusher.ChannelInfo.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      ...
  "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPMediaType.TypeIdentifier : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPMethod : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance Pusher.AuthenticationToken.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance Pusher.ChannelAttributes.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance Pusher.ChannelInfo.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      ...
  "(extension in Swift):Swift.RawRepresentable< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from:
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPMediaType.TypeIdentifier : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPMethod : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance Pusher.AuthenticationToken.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance Pusher.ChannelAttributes.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance Pusher.ChannelInfo.CodingKeys : Swift.Hashable in Pusher in Pusher.o
      ...
  "(extension in Swift):Swift.RawRepresentable< where A: Swift.Decodable, A.Swift.RawRepresentable.RawValue == Swift.String>.init(from: Swift.Decoder) throws -> A", referenced from:
      protocol witness for Swift.Decodable.init(from: Swift.Decoder) throws -> A in conformance Pusher.ChannelType : Swift.Decodable in Pusher in Pusher.o
      protocol witness for Swift.Decodable.init(from: Swift.Decoder) throws -> A in conformance Pusher.WebhookEventType : Swift.Decodable in Pusher in Pusher.o
  "(extension in Swift):Swift.SignedInteger< where A: Swift.FixedWidthInteger>.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
      Crypto.BoringSSLEllipticCurveGroup.coordinateByteCount.getter : Swift.Int in Crypto.o
      closure #1 (Swift.UnsafePointer<__C.bignum_st>) -> Swift.Int in Crypto.ArbitraryPrecisionInteger.byteCount.getter : Swift.Int in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      one-time initialization function for upperCasedCharacters in Pusher.o
      ...
  "Swift.Array.count.getter : Swift.Int", referenced from:
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.User]) -> () in closure #1 (Swift.Result<[Pusher.User], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForEncryptedChannel() throws -> () in EventTriggerTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForPrivateChannel() throws -> () in EventTriggerTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForPublicChannel() throws -> () in EventTriggerTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForValidMultichannelEvent() throws -> () in EventTriggerTests.o
      implicit closure #1 () throws -> Swift.Int in closure #1 ([Pusher.ChannelInfo]) -> () in closure #1 (Swift.Result<[Pusher.ChannelInfo], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostBatchEventsToChannelSucceedsForSingleChannelEvents() throws -> () in EventTriggerTests.o
      ...
  "Swift.Array.append<A where A == A1.Element, A1: Swift.Sequence>(contentsOf: __owned A1) -> ()", referenced from:
      Pusher.GetChannelsEndpoint.queryItems.getter : [Foundation.URLQueryItem]? in Pusher.o
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
  "Swift.Array.append(__owned A) -> ()", referenced from:
      Pusher.GetChannelsEndpoint.queryItems.getter : [Foundation.URLQueryItem]? in Pusher.o
      Pusher.AuthInfo.queryItems.getter : [Foundation.URLQueryItem] in Pusher.o
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
  "type metadata accessor for Swift.Array", referenced from:
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in AppStateQueryTests.o
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in APIota.o
      Swift._finalizeUninitializedArray<A>(__owned [A]) -> [A] in Pusher.o
  "static (extension in Swift):Swift.Array<A where A: Swift.Equatable>.== infix([A], [A]) -> Swift.Bool", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
  "Swift.Array.init<A where A == A1.Element, A1: Swift.Sequence>(A1) -> [A]", referenced from:
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
  "protocol conformance descriptor for <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift", referenced from:
      lazy protocol witness table accessor for type [AnyCodable.AnyEncodable] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Swift.String] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.WebhookEvent] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.Event] and conformance <A where A: Swift.Encodable> [A] : Swift.Encodable in Swift in Pusher.o
  "protocol conformance descriptor for [A] : Swift.BidirectionalCollection in Swift", referenced from:
      lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.BidirectionalCollection in Swift in Pusher.o
  "protocol conformance descriptor for [A] : Swift.Sequence in Swift", referenced from:
      lazy protocol witness table accessor for type [(APIota.HTTPHeader, Swift.String)] and conformance [A] : Swift.Sequence in Swift in APIota.o
      lazy protocol witness table accessor for type [(Swift.AnyHashable, Any)] and conformance [A] : Swift.Sequence in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Pusher.Channel] and conformance [A] : Swift.Sequence in Swift in Pusher.o
      lazy protocol witness table accessor for type [Foundation.URLQueryItem] and conformance [A] : Swift.Sequence in Swift in Pusher.o
  "protocol conformance descriptor for <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift", referenced from:
      lazy protocol witness table accessor for type [AnyCodable.AnyDecodable] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Pusher.WebhookEvent] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.ChannelAttributes] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.User] and conformance <A where A: Swift.Decodable> [A] : Swift.Decodable in Swift in Pusher.o
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.Collection in Swift in XCTest+Pusher.o
      lazy protocol witness table accessor for type [Pusher.WebhookEvent] and conformance [A] : Swift.Collection in Swift in WebhookTests.o
      lazy protocol witness table accessor for type [AnyCodable.AnyDecodable] and conformance [A] : Swift.Collection in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Any?] and conformance [A] : Swift.Collection in Swift in AnyCodable.o
      lazy protocol witness table accessor for type [Pusher.Channel] and conformance [A] : Swift.Collection in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.ChannelAttributes] and conformance [A] : Swift.Collection in Swift in Pusher.o
      lazy protocol witness table accessor for type [Pusher.Event] and conformance [A] : Swift.Collection in Swift in Pusher.o
      ...
  "Swift.Array.subscript.getter : (Swift.Int) -> A", referenced from:
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
  "type metadata for Swift.Bool", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol witness table for Swift.Bool : Swift._ExpressibleByBuiltinBooleanLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByBooleanLiteral.BooleanLiteralType : Swift._ExpressibleByBuiltinBooleanLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByBooleanLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByBooleanLiteral.BooleanLiteralType : Swift._ExpressibleByBuiltinBooleanLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByBooleanLiteral in AnyCodable in AnyCodable.o
  "Swift.Double.isFinite.getter : Swift.Bool", referenced from:
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
  "type metadata for Swift.Double", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol witness table for Swift.Double : Swift._ExpressibleByBuiltinFloatLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByFloatLiteral.FloatLiteralType : Swift._ExpressibleByBuiltinFloatLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByFloatLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByFloatLiteral.FloatLiteralType : Swift._ExpressibleByBuiltinFloatLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByFloatLiteral in AnyCodable in AnyCodable.o
  "method descriptor for Swift.Decodable.init(from: Swift.Decoder) throws -> A", referenced from:
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in Mocks.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in AnyCodable.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in AnyCodable.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in Pusher.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in Pusher.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in Pusher.o
      l_got.$sSe4fromxs7Decoder_p_tKcfCTq in Pusher.o
      ...
  "protocol descriptor for Swift.Decodable", referenced from:
      l_got.$sSeMp in Mocks.o
      l_got.$sSeMp in APIota.o
      l_got.$sSeMp in APIota.o
      l_got.$sSeMp in AnyCodable.o
      l_got.$sSeMp in AnyCodable.o
      l_got.$sSeMp in Pusher.o
      l_got.$sSeMp in Pusher.o
      ...
  "type metadata for Swift.Float", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "type metadata for Swift.Int", referenced from:
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.User]) -> () in closure #1 (Swift.Result<[Pusher.User], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithCustomHostSucceeds() -> () in ClientOptionsTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithCustomPortSucceeds() -> () in ClientOptionsTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForEncryptedChannel() throws -> () in EventTriggerTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForPrivateChannel() throws -> () in EventTriggerTests.o
      ...
  "protocol witness table for Swift.Int : Swift.Hashable in Swift", referenced from:
      PusherTests.MockEventData.(CodingKeys in _7F9A15F556D32C4FD85C5671D55691B0).hash(into: inout Swift.Hasher) -> () in Mocks.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPStatusCode.Category : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance APIota.HTTPStatusCode : Swift.Hashable in APIota in APIota.o
      ...
  "protocol witness table for Swift.Int : Swift.Comparable in Swift", referenced from:
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      APIota.HTTPStatusCode.Category.init(rawValue: Swift.Int) -> APIota.HTTPStatusCode.Category in APIota.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      static TweetNacl.NaclWrapper.crypto_sign_keypair_seeded(secretKey: Foundation.Data) throws -> (publicKey: Foundation.Data, secretKey: Foundation.Data) in TweetNacl.o
      static TweetNacl.NaclWrapper.crypto_sign_keypair_seeded(secretKey: Foundation.Data) throws -> (publicKey: Foundation.Data, secretKey: Foundation.Data) in TweetNacl.o
      ...
  "protocol witness table for Swift.Int : Swift.Equatable in Swift", referenced from:
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.User]) -> () in closure #1 (Swift.Result<[Pusher.User], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithCustomHostSucceeds() -> () in ClientOptionsTests.o
      PusherTests.ClientOptionsTests.testClientOptionsWithCustomPortSucceeds() -> () in ClientOptionsTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForEncryptedChannel() throws -> () in EventTriggerTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForPrivateChannel() throws -> () in EventTriggerTests.o
      ...
  "protocol conformance descriptor for Swift.Int : Swift.SignedInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.SignedInteger in Swift in Crypto.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.SignedInteger in Swift in Pusher.o
  "protocol witness table for Swift.Int : Swift.Strideable in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.ClosedRange<Swift.Int> and conformance < where A: Swift.Strideable, A.Stride: Swift.SignedInteger> Swift.ClosedRange<A> : Swift.Collection in Swift in Crypto.o
  "protocol conformance descriptor for Swift.Int : Swift.BinaryInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in Crypto.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in TweetNacl.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.BinaryInteger in Swift in Pusher.o
  "protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in TestObjects.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in Crypto.o
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in Pusher.o
  "protocol witness table for Swift.Int : Swift.CustomStringConvertible in Swift", referenced from:
      Pusher.PusherError.errorDescription.getter : Swift.String? in Pusher.o
      Pusher.GetChannelEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.GetChannelsEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.GetUsersEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.TriggerBatchEventsEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.TriggerEventEndpoint.path.getter : Swift.String in Pusher.o
  "protocol witness table for Swift.Int : Swift.LosslessStringConvertible in Swift", referenced from:
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
  "protocol witness table for Swift.Int : Swift._ExpressibleByBuiltinIntegerLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByIntegerLiteral.IntegerLiteralType : Swift._ExpressibleByBuiltinIntegerLiteral in AnyCodable.AnyCodable : Swift.ExpressibleByIntegerLiteral in AnyCodable in AnyCodable.o
      associated type witness table accessor for Swift.ExpressibleByIntegerLiteral.IntegerLiteralType : Swift._ExpressibleByBuiltinIntegerLiteral in AnyCodable.AnyEncodable : Swift.ExpressibleByIntegerLiteral in AnyCodable in AnyCodable.o
  "method descriptor for static Swift.Numeric.* infix(A, A) -> A", referenced from:
      l_got.$sSj1moiyxx_xtFZTq in Crypto.o
  "method descriptor for static Swift.Numeric.*= infix(inout A, A) -> ()", referenced from:
      l_got.$sSj2meoiyyxz_xtFZTq in Crypto.o
  "method descriptor for Swift.Numeric.init<A where A1: Swift.BinaryInteger>(exactly: A1) -> A?", referenced from:
      l_got.$sSj7exactlyxSgqd___tcSzRd__lufCTq in Crypto.o
  "associated conformance descriptor for Swift.Numeric.Swift.Numeric.Magnitude: Swift.Comparable", referenced from:
      l_got.$sSj9MagnitudeSj_SLTn in Crypto.o
  "associated conformance descriptor for Swift.Numeric.Swift.Numeric.Magnitude: Swift.Numeric", referenced from:
      l_got.$sSj9MagnitudeSj_SjTn in Crypto.o
  "method descriptor for Swift.Numeric.magnitude.getter : A.Magnitude", referenced from:
      l_got.$sSj9magnitude9MagnitudeQzvgTq in Crypto.o
  "protocol descriptor for Swift.Numeric", referenced from:
      l_got.$sSjMp in Crypto.o
  "base conformance descriptor for Swift.Numeric: Swift.AdditiveArithmetic", referenced from:
      l_got.$sSjs18AdditiveArithmeticTb in Crypto.o
  "base conformance descriptor for Swift.Numeric: Swift.ExpressibleByIntegerLiteral", referenced from:
      l_got.$sSjs27ExpressibleByIntegerLiteralTb in Crypto.o
  "dispatch thunk of Swift.Collection.count.getter : Swift.Int", referenced from:
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
      (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "(extension in Swift):Swift.Collection.map<A>((A.Element) throws -> A1) throws -> [A1]", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in Pusher):Foundation.Data.hexEncodedString(options: (extension in Pusher):Foundation.Data.HexEncodingOptions) -> Swift.String in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.ChannelInfoListAPIResponse.init(from: Swift.Decoder) throws -> Pusher.ChannelInfoListAPIResponse in Pusher.o
      Pusher.ChannelSummaryListAPIResponse.init(from: Swift.Decoder) throws -> Pusher.ChannelSummaryListAPIResponse in Pusher.o
      Pusher.Pusher.trigger(events: [Pusher.Event], callback: (Swift.Result<[Pusher.ChannelInfo], Pusher.PusherError>) -> ()) -> () in Pusher.o
      ...
  "(extension in Swift):Swift.Collection.first.getter : A.Element?", referenced from:
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      implicit closure #5 () throws -> Pusher.WebhookEventType in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      implicit closure #7 () throws -> Swift.String in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      implicit closure #9 () throws -> Pusher.ChannelType in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      implicit closure #11 () throws -> Any? in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      implicit closure #12 () throws -> Any? in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      implicit closure #13 () throws -> Any? in closure #1 (Pusher.Webhook) -> () in closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testVerifyChannelOccupiedWebhookSucceeds() -> () in WebhookTests.o
      ...
  "(extension in Swift):Swift.Collection.prefix(Swift.Int) -> A.SubSequence", referenced from:
      Crypto.ECDSASignature.init(rawRepresentation: Foundation.Data) throws -> Crypto.ECDSASignature in Crypto.o
  "(extension in Swift):Swift.Collection.dropFirst(Swift.Int) -> A.SubSequence", referenced from:
      static Pusher.Channel.(resolveName in _17932DC03F05450DCD8253619CA9FD0D)(from: Swift.String) -> Swift.String in Pusher.o
  "(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator<A>>.makeIterator() -> Swift.IndexingIterator<A>", referenced from:
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
  "dispatch thunk of Swift.RangeReplaceableCollection.append<A where A1: Swift.Sequence, A.Element == A1.Element>(contentsOf: __owned A1) -> ()", referenced from:
      closure #1 (Swift.UnsafePointer<Swift.UInt64>) -> () in (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "(extension in Swift):Swift.RangeReplaceableCollection.append(__owned A.Element) -> ()", referenced from:
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
  "type metadata accessor for Swift.Range", referenced from:
      Swift.Range.init(_uncheckedBounds: (lower: A, upper: A)) -> Swift.Range<A> in TweetNacl.o
  "static Swift.UnsafeMutablePointer.allocate(capacity: Swift.Int) -> Swift.UnsafeMutablePointer<A>", referenced from:
      (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      static TweetNacl.NaclSign.sign(message: Foundation.Data, secretKey: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      static TweetNacl.NaclSign.signOpen(signedMessage: Foundation.Data, publicKey: Foundation.Data) throws -> Foundation.Data in TweetNacl.o
      static TweetNacl.NaclSign.signDetachedVerify(message: Foundation.Data, sig: Foundation.Data, publicKey: Foundation.Data) throws -> Swift.Bool in TweetNacl.o
  "type metadata accessor for Swift.Optional", referenced from:
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      AnyCodable.AnyCodable.init<A>(A?) -> AnyCodable.AnyCodable in AnyCodable.o
      AnyCodable.AnyDecodable.init<A>(A?) -> AnyCodable.AnyDecodable in AnyCodable.o
      AnyCodable.AnyEncodable.init<A>(A?) -> AnyCodable.AnyEncodable in AnyCodable.o
      Pusher.AuthInfo.init<A where A: Swift.Encodable>(httpBody: A?, httpMethod: Swift.String, path: Swift.String, key: Swift.String, secret: Swift.String, additionalQueryItems: [Foundation.URLQueryItem]?, timestamp: Swift.Double, version: Swift.String) -> Pusher.AuthInfo in Pusher.o
      ...
  "dispatch thunk of Swift.IteratorProtocol.next() -> A.Element?", referenced from:
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
  "type metadata for Swift.UInt", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "Swift.UnsafeMutableRawBufferPointer.baseAddress.getter : Swift.UnsafeMutableRawPointer?", referenced from:
      closure #1 (Swift.UnsafePointer<__C.bignum_st>) -> Swift.Int in closure #1 (Swift.UnsafeMutableRawBufferPointer) -> Swift.Int in (extension in Crypto):Foundation.Data.append(bytesOf: Crypto.ArbitraryPrecisionInteger, paddedToSize: Swift.Int) throws -> () in Crypto.o
  "Swift.UnsafeMutableRawBufferPointer.count.getter : Swift.Int", referenced from:
      closure #1 (Swift.UnsafeMutableRawBufferPointer) -> Swift.Int in (extension in Crypto):Foundation.Data.append(bytesOf: Crypto.ArbitraryPrecisionInteger, paddedToSize: Swift.Int) throws -> () in Crypto.o
  "Swift.UnsafeMutableRawBufferPointer.init(rebasing: Swift.Slice<Swift.UnsafeMutableRawBufferPointer>) -> Swift.UnsafeMutableRawBufferPointer", referenced from:
      closure #1 (Swift.UnsafeMutableRawBufferPointer) -> Swift.Int in (extension in Crypto):Foundation.Data.append(bytesOf: Crypto.ArbitraryPrecisionInteger, paddedToSize: Swift.Int) throws -> () in Crypto.o
  "type metadata for Swift.UnsafeMutableRawBufferPointer", referenced from:
      closure #1 (Swift.UnsafeMutableRawBufferPointer) -> Swift.Int in (extension in Crypto):Foundation.Data.append(bytesOf: Crypto.ArbitraryPrecisionInteger, paddedToSize: Swift.Int) throws -> () in Crypto.o
      lazy protocol witness table accessor for type Swift.UnsafeMutableRawBufferPointer and conformance Swift.UnsafeMutableRawBufferPointer : Swift.BidirectionalCollection in Swift in Crypto.o
  "protocol conformance descriptor for Swift.UnsafeMutableRawBufferPointer : Swift.BidirectionalCollection in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UnsafeMutableRawBufferPointer and conformance Swift.UnsafeMutableRawBufferPointer : Swift.BidirectionalCollection in Swift in Crypto.o
  "protocol descriptor for Swift.SetAlgebra", referenced from:
      l_got.$ss10SetAlgebraMp in Pusher.o
      l_got.$ss10SetAlgebraMp in Pusher.o
  "method descriptor for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool", referenced from:
      l_got.$ss10SetAlgebraP10isDisjoint4withSbx_tFTq in Pusher.o
      l_got.$ss10SetAlgebraP10isDisjoint4withSbx_tFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool", referenced from:
      l_got.$ss10SetAlgebraP10isSuperset2ofSbx_tFTq in Pusher.o
      l_got.$ss10SetAlgebraP10isSuperset2ofSbx_tFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.subtracting(A) -> A", referenced from:
      l_got.$ss10SetAlgebraP11subtractingyxxFTq in Pusher.o
      l_got.$ss10SetAlgebraP11subtractingyxxFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.intersection(A) -> A", referenced from:
      l_got.$ss10SetAlgebraP12intersectionyxxFTq in Pusher.o
      l_got.$ss10SetAlgebraP12intersectionyxxFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.formIntersection(A) -> ()", referenced from:
      l_got.$ss10SetAlgebraP16formIntersectionyyxFTq in Pusher.o
      l_got.$ss10SetAlgebraP16formIntersectionyyxFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.symmetricDifference(__owned A) -> A", referenced from:
      l_got.$ss10SetAlgebraP19symmetricDifferenceyxxnFTq in Pusher.o
      l_got.$ss10SetAlgebraP19symmetricDifferenceyxxnFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> ()", referenced from:
      l_got.$ss10SetAlgebraP23formSymmetricDifferenceyyxnFTq in Pusher.o
      l_got.$ss10SetAlgebraP23formSymmetricDifferenceyyxnFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.union(__owned A) -> A", referenced from:
      l_got.$ss10SetAlgebraP5unionyxxnFTq in Pusher.o
      l_got.$ss10SetAlgebraP5unionyxxnFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element)", referenced from:
      l_got.$ss10SetAlgebraP6insertySb8inserted_7ElementQz17memberAfterInserttAFnFTq in Pusher.o
      l_got.$ss10SetAlgebraP6insertySb8inserted_7ElementQz17memberAfterInserttAFnFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.remove(A.Element) -> A.Element?", referenced from:
      l_got.$ss10SetAlgebraP6removey7ElementQzSgAEFTq in Pusher.o
      l_got.$ss10SetAlgebraP6removey7ElementQzSgAEFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element?", referenced from:
      l_got.$ss10SetAlgebraP6update4with7ElementQzSgAFn_tFTq in Pusher.o
      l_got.$ss10SetAlgebraP6update4with7ElementQzSgAFn_tFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.isEmpty.getter : Swift.Bool", referenced from:
      l_got.$ss10SetAlgebraP7isEmptySbvgTq in Pusher.o
      l_got.$ss10SetAlgebraP7isEmptySbvgTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool", referenced from:
      l_got.$ss10SetAlgebraP8containsySb7ElementQzFTq in Pusher.o
      l_got.$ss10SetAlgebraP8containsySb7ElementQzFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool", referenced from:
      l_got.$ss10SetAlgebraP8isSubset2ofSbx_tFTq in Pusher.o
      l_got.$ss10SetAlgebraP8isSubset2ofSbx_tFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.subtract(A) -> ()", referenced from:
      l_got.$ss10SetAlgebraP8subtractyyxFTq in Pusher.o
      l_got.$ss10SetAlgebraP8subtractyyxFTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.formUnion(__owned A) -> ()", referenced from:
      l_got.$ss10SetAlgebraP9formUnionyyxnFTq in Pusher.o
      l_got.$ss10SetAlgebraP9formUnionyyxnFTq in Pusher.o
  "base conformance descriptor for Swift.SetAlgebra: Swift.Equatable", referenced from:
      l_got.$ss10SetAlgebraPSQTb in Pusher.o
      l_got.$ss10SetAlgebraPSQTb in Pusher.o
  "base conformance descriptor for Swift.SetAlgebra: Swift.ExpressibleByArrayLiteral", referenced from:
      l_got.$ss10SetAlgebraPs25ExpressibleByArrayLiteralTb in Pusher.o
      l_got.$ss10SetAlgebraPs25ExpressibleByArrayLiteralTb in Pusher.o
  "(extension in Swift):Swift.SetAlgebra< where A.ArrayLiteralElement == A.Element>.init(arrayLiteral: A.ArrayLiteralElement...) -> A", referenced from:
      default argument 1 of Pusher.Pusher.channels(withFilter: Pusher.ChannelFilter, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in AppStateQueryTests.o
      default argument 1 of Pusher.Pusher.channelInfo(for: Pusher.Channel, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<Pusher.ChannelInfo, Pusher.PusherError>) -> ()) -> () in AppStateQueryTests.o
      default argument 4 of Pusher.Event.init<A where A: Swift.Encodable>(name: Swift.String, data: A, channels: [Pusher.Channel], socketId: Swift.String?, attributeOptions: Pusher.ChannelAttributeFetchOptions) throws -> Pusher.Event in EventTriggerTests.o
      default argument 4 of Pusher.Event.init<A where A: Swift.Encodable>(name: Swift.String, data: A, channel: Pusher.Channel, socketId: Swift.String?, attributeOptions: Pusher.ChannelAttributeFetchOptions) throws -> Pusher.Event in TestObjects.o
      protocol witness for Swift.ExpressibleByArrayLiteral.init(arrayLiteral: A.ArrayLiteralElement...) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.ExpressibleByArrayLiteral in Pusher in Pusher.o
      default argument 0 of (extension in Pusher):Foundation.Data.hexEncodedString(options: (extension in Pusher):Foundation.Data.HexEncodingOptions) -> Swift.String in Pusher.o
      one-time initialization function for all in Pusher.o
      ...
  "(extension in Swift):Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool", referenced from:
      protocol witness for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.isDisjoint(with: A) -> Swift.Bool in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool", referenced from:
      protocol witness for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.isSuperset(of: A) -> Swift.Bool in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.subtracting(A) -> A", referenced from:
      protocol witness for Swift.SetAlgebra.subtracting(A) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.subtracting(A) -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.isEmpty.getter : Swift.Bool", referenced from:
      protocol witness for Swift.SetAlgebra.isEmpty.getter : Swift.Bool in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.isEmpty.getter : Swift.Bool in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool", referenced from:
      protocol witness for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.isSubset(of: A) -> Swift.Bool in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.subtract(A) -> ()", referenced from:
      protocol witness for Swift.SetAlgebra.subtract(A) -> () in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.subtract(A) -> () in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
      protocol witness for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "method descriptor for Swift.SetAlgebra.init() -> A", referenced from:
      l_got.$ss10SetAlgebraPxycfCTq in Pusher.o
      l_got.$ss10SetAlgebraPxycfCTq in Pusher.o
  "method descriptor for Swift.SetAlgebra.init<A where A1: Swift.Sequence, A.Element == A1.Element>(__owned A1) -> A", referenced from:
      l_got.$ss10SetAlgebraPyxqd__ncSTRd__7ElementQyd__ACRtzlufCTq in Pusher.o
      l_got.$ss10SetAlgebraPyxqd__ncSTRd__7ElementQyd__ACRtzlufCTq in Pusher.o
  "Swift._hashValue<A where A: Swift.Hashable>(for: A) -> Swift.Int", referenced from:
      PusherTests.MockEventData.(CodingKeys in _7F9A15F556D32C4FD85C5671D55691B0).hashValue.getter : Swift.Int in Mocks.o
      APIota.HTTPHeader.hashValue.getter : Swift.Int in APIota.o
      Crypto.BoringSSLEllipticCurveGroup.CurveName.hashValue.getter : Swift.Int in Crypto.o
      Crypto.ByteHexEncodingErrors.hashValue.getter : Swift.Int in Crypto.o
      TweetNacl.NaclUtil.NaclUtilError.hashValue.getter : Swift.Int in TweetNacl.o
      TweetNacl.NaclWrapper.NaclWrapperError.hashValue.getter : Swift.Int in TweetNacl.o
      TweetNacl.NaclSecretBox.NaclSecretBoxError.hashValue.getter : Swift.Int in TweetNacl.o
      ...
  "nominal type descriptor for Swift.AnyHashable", referenced from:
      _symbolic _____ s11AnyHashableV in AnyCodable.o
      _symbolic Say______yptG s11AnyHashableV in AnyCodable.o
      _symbolic SDy_____ypG s11AnyHashableV in AnyCodable.o
  "type metadata for Swift.AnyHashable", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.init(dictionaryLiteral: (Swift.AnyHashable, Any)...) -> A in AnyCodable.o
  "protocol witness table for Swift.AnyHashable : Swift.Hashable in Swift", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.init(dictionaryLiteral: (Swift.AnyHashable, Any)...) -> A in AnyCodable.o
  "type metadata for Swift.StaticString", referenced from:
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      APIota.HTTPMediaType.TypeIdentifier.init(rawValue: Swift.String) -> APIota.HTTPMediaType.TypeIdentifier? in APIota.o
      APIota.HTTPMethod.init(rawValue: Swift.String) -> APIota.HTTPMethod? in APIota.o
      Pusher.AuthenticationToken.CodingKeys.init(rawValue: Swift.String) -> Pusher.AuthenticationToken.CodingKeys? in Pusher.o
      Pusher.ChannelAttributes.CodingKeys.init(rawValue: Swift.String) -> Pusher.ChannelAttributes.CodingKeys? in Pusher.o
      Pusher.ChannelInfo.CodingKeys.init(rawValue: Swift.String) -> Pusher.ChannelInfo.CodingKeys? in Pusher.o
      Pusher.ChannelType.init(rawValue: Swift.String) -> Pusher.ChannelType? in Pusher.o
      ...
  "protocol witness table for Swift.StaticString : Swift.CustomStringConvertible in Swift", referenced from:
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
  "type metadata accessor for Swift.Zip2Sequence", referenced from:
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
  "protocol conformance descriptor for Swift.Zip2Sequence<A, B> : Swift.Sequence in Swift", referenced from:
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
  "static Swift.DecodingError.dataCorruptedError(in: Swift.SingleValueDecodingContainer, debugDescription: Swift.String) -> Swift.DecodingError", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "type metadata accessor for Swift.DecodingError", referenced from:
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.2 in AppStateQueryTests.o
      outlined init with take of Pusher.PusherError in AppStateQueryTests.o
      outlined destroy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.8 in AppStateQueryTests.o
      l_objectdestroy.14 in AppStateQueryTests.o
      l_objectdestroy.11 in AuthTokenTests.o
      ...
  "nominal type descriptor for Swift.DecodingError", referenced from:
      _symbolic _____ s13DecodingErrorO in APIota.o
      _symbolic _____Sg s13DecodingErrorO in Pusher.o
      _symbolic _____ s13DecodingErrorO in Pusher.o
  "protocol witness table for Swift.DecodingError : Swift.Error in Swift", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      static Pusher.PusherError.== infix(Pusher.PusherError, Pusher.PusherError) -> Swift.Bool in Pusher.o
  "enum case for Swift.EncodingError.invalidValue(Swift.EncodingError.Type) -> (Any, Swift.EncodingError.Context) -> Swift.EncodingError", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "Swift.EncodingError.Context.init(codingPath: [Swift.CodingKey], debugDescription: Swift.String, underlyingError: Swift.Error?) -> Swift.EncodingError.Context", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "type metadata accessor for Swift.EncodingError.Context", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "nominal type descriptor for Swift.EncodingError.Context", referenced from:
      _symbolic yp______t s13EncodingErrorO7ContextV in AnyCodable.o
  "type metadata accessor for Swift.EncodingError", referenced from:
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.2 in AppStateQueryTests.o
      outlined init with take of Pusher.PusherError in AppStateQueryTests.o
      outlined destroy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.8 in AppStateQueryTests.o
      l_objectdestroy.14 in AppStateQueryTests.o
      l_objectdestroy.11 in AuthTokenTests.o
      ...
  "nominal type descriptor for Swift.EncodingError", referenced from:
      _symbolic _____ s13EncodingErrorO in APIota.o
      _symbolic _____Sg s13EncodingErrorO in Pusher.o
      _symbolic _____ s13EncodingErrorO in Pusher.o
  "protocol witness table for Swift.EncodingError : Swift.Error in Swift", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
      static Pusher.PusherError.== infix(Pusher.PusherError, Pusher.PusherError) -> Swift.Bool in Pusher.o
  "nominal type descriptor for Swift.OpaquePointer", referenced from:
      _symbolic _____ s13OpaquePointerV in Crypto.o
  "type metadata for Swift.OpaquePointer", referenced from:
      Crypto.EllipticCurvePoint.init(multiplying: Crypto.ArbitraryPrecisionInteger, on: Crypto.BoringSSLEllipticCurveGroup) throws -> Crypto.EllipticCurvePoint in Crypto.o
      Crypto.EllipticCurvePoint.init(copying: Swift.OpaquePointer, on: Crypto.BoringSSLEllipticCurveGroup) throws -> Crypto.EllipticCurvePoint in Crypto.o
  "protocol descriptor for Swift.SignedNumeric", referenced from:
      l_got.$ss13SignedNumericMp in Crypto.o
  "method descriptor for static Swift.SignedNumeric.- prefix(A) -> A", referenced from:
      l_got.$ss13SignedNumericP1sopyxxFZTq in Crypto.o
  "method descriptor for Swift.SignedNumeric.negate() -> ()", referenced from:
      l_got.$ss13SignedNumericP6negateyyFTq in Crypto.o
  "base conformance descriptor for Swift.SignedNumeric: Swift.Numeric", referenced from:
      l_got.$ss13SignedNumericPSjTb in Crypto.o
  "static (extension in Swift):Swift.SignedNumeric.- prefix(A) -> A", referenced from:
      protocol witness for static Swift.SignedNumeric.- prefix(A) -> A in conformance Crypto.ArbitraryPrecisionInteger : Swift.SignedNumeric in Crypto in Crypto.o
  "Swift.repeatElement<A>(_: A, count: Swift.Int) -> Swift.Repeated<A>", referenced from:
      (extension in Crypto):Foundation.Data.append(bytesOf: Crypto.ArbitraryPrecisionInteger, paddedToSize: Swift.Int) throws -> () in Crypto.o
  "Swift.IndexingIterator.next() -> A.Element?", referenced from:
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
  "nominal type descriptor for Swift.IndexingIterator", referenced from:
      _symbolic _____ySNySiGG s16IndexingIteratorV in Crypto.o
  "(extension in Swift):Swift.FixedWidthInteger.littleEndian.getter : A", referenced from:
      (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "(extension in Swift):Swift.FixedWidthInteger.init<A where A1: Swift.BinaryInteger>(truncatingIfNeeded: A1) -> A", referenced from:
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      closure #1 (A.Regions.Element) -> () in (extension in Crypto):Foundation.DataProtocol.hexString.getter : Swift.String in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      (extension in Crypto):Foundation.Data.init(hexString: Swift.String) throws -> Foundation.Data in Crypto.o
      ...
  "(extension in Swift):Swift.FixedWidthInteger.init(Swift.String) -> A?", referenced from:
      one-time initialization function for testAppId in TestObjects.o
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      one-time initialization function for testAppId in TestObjects.o
      one-time initialization function for testAppId in TestObjects.o
      one-time initialization function for testKey in TestObjects.o
      one-time initialization function for testSecret in TestObjects.o
      one-time initialization function for testMasterKey in TestObjects.o
      one-time initialization function for testCluster in TestObjects.o
      ...
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.String, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      Crypto.BoringSSLEllipticCurveGroup.weierstrassCoefficients.getter : (field: Crypto.ArbitraryPrecisionInteger, a: Crypto.ArbitraryPrecisionInteger, b: Crypto.ArbitraryPrecisionInteger) in Crypto.o
      Crypto.ECDSASignature.derBytes.getter : Foundation.Data in Crypto.o
      Crypto.ArbitraryPrecisionInteger.BackingStorage.init(Swift.Int64) -> Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
      Crypto.ArbitraryPrecisionInteger.squared() -> Crypto.ArbitraryPrecisionInteger in Crypto.o
      static Crypto.ArbitraryPrecisionInteger.+ infix(Crypto.ArbitraryPrecisionInteger, Crypto.ArbitraryPrecisionInteger) -> Crypto.ArbitraryPrecisionInteger in Crypto.o
      static Crypto.ArbitraryPrecisionInteger.+= infix(inout Crypto.ArbitraryPrecisionInteger, Crypto.ArbitraryPrecisionInteger) -> () in Crypto.o
      static Crypto.ArbitraryPrecisionInteger.- infix(Crypto.ArbitraryPrecisionInteger, Crypto.ArbitraryPrecisionInteger) -> Crypto.ArbitraryPrecisionInteger in Crypto.o
      ...
  "Swift.withUnsafePointer<A, B>(to: A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B", referenced from:
      (extension in Crypto):Foundation.MutableDataProtocol.appendByte(Swift.UInt64) -> () in Crypto.o
  "protocol descriptor for Swift.AdditiveArithmetic", referenced from:
      l_got.$ss18AdditiveArithmeticMp in Crypto.o
  "method descriptor for static Swift.AdditiveArithmetic.+ infix(A, A) -> A", referenced from:
      l_got.$ss18AdditiveArithmeticP1poiyxx_xtFZTq in Crypto.o
  "method descriptor for static Swift.AdditiveArithmetic.- infix(A, A) -> A", referenced from:
      l_got.$ss18AdditiveArithmeticP1soiyxx_xtFZTq in Crypto.o
  "method descriptor for static Swift.AdditiveArithmetic.+= infix(inout A, A) -> ()", referenced from:
      l_got.$ss18AdditiveArithmeticP2peoiyyxz_xtFZTq in Crypto.o
  "method descriptor for static Swift.AdditiveArithmetic.-= infix(inout A, A) -> ()", referenced from:
      l_got.$ss18AdditiveArithmeticP2seoiyyxz_xtFZTq in Crypto.o
  "method descriptor for static Swift.AdditiveArithmetic.zero.getter : A", referenced from:
      l_got.$ss18AdditiveArithmeticP4zeroxvgZTq in Crypto.o
  "base conformance descriptor for Swift.AdditiveArithmetic: Swift.Equatable", referenced from:
      l_got.$ss18AdditiveArithmeticPSQTb in Crypto.o
  "Swift._findStringSwitchCase(cases: [Swift.StaticString], string: Swift.String) -> Swift.Int", referenced from:
      APIota.HTTPMediaType.TypeIdentifier.init(rawValue: Swift.String) -> APIota.HTTPMediaType.TypeIdentifier? in APIota.o
      APIota.HTTPMethod.init(rawValue: Swift.String) -> APIota.HTTPMethod? in APIota.o
      Pusher.AuthenticationToken.CodingKeys.init(rawValue: Swift.String) -> Pusher.AuthenticationToken.CodingKeys? in Pusher.o
      Pusher.ChannelAttributes.CodingKeys.init(rawValue: Swift.String) -> Pusher.ChannelAttributes.CodingKeys? in Pusher.o
      Pusher.ChannelInfo.CodingKeys.init(rawValue: Swift.String) -> Pusher.ChannelInfo.CodingKeys? in Pusher.o
      Pusher.ChannelType.init(rawValue: Swift.String) -> Pusher.ChannelType? in Pusher.o
      Pusher.Event.CodingKeys.init(rawValue: Swift.String) -> Pusher.Event.CodingKeys? in Pusher.o
      ...
  "Swift.KeyedDecodingContainer.decodeIfPresent(_: Swift.String.Type, forKey: A) throws -> Swift.String?", referenced from:
      Pusher.AuthenticationToken.init(from: Swift.Decoder) throws -> Pusher.AuthenticationToken in Pusher.o
      Pusher.AuthenticationToken.init(from: Swift.Decoder) throws -> Pusher.AuthenticationToken in Pusher.o
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
  "Swift.KeyedDecodingContainer.decodeIfPresent(_: Swift.UInt.Type, forKey: A) throws -> Swift.UInt?", referenced from:
      Pusher.ChannelAttributes.init(from: Swift.Decoder) throws -> Pusher.ChannelAttributes in Pusher.o
      Pusher.ChannelAttributes.init(from: Swift.Decoder) throws -> Pusher.ChannelAttributes in Pusher.o
      Pusher.ChannelInfo.init(from: Swift.Decoder) throws -> Pusher.ChannelInfo in Pusher.o
      Pusher.ChannelInfo.init(from: Swift.Decoder) throws -> Pusher.ChannelInfo in Pusher.o
  "Swift.KeyedDecodingContainer.decodeIfPresent<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1?", referenced from:
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
      Pusher.ChannelInfoListAPIResponse.init(from: Swift.Decoder) throws -> Pusher.ChannelInfoListAPIResponse in Pusher.o
      Pusher.ChannelSummaryListAPIResponse.init(from: Swift.Decoder) throws -> Pusher.ChannelSummaryListAPIResponse in Pusher.o
  "Swift.KeyedDecodingContainer.decode(_: Swift.String.Type, forKey: A) throws -> Swift.String", referenced from:
      PusherTests.MockEventData.init(from: Swift.Decoder) throws -> PusherTests.MockEventData in Mocks.o
      PusherTests.MockEventData.init(from: Swift.Decoder) throws -> PusherTests.MockEventData in Mocks.o
      Pusher.AuthenticationToken.init(from: Swift.Decoder) throws -> Pusher.AuthenticationToken in Pusher.o
      Pusher.EncryptedData.init(from: Swift.Decoder) throws -> Pusher.EncryptedData in Pusher.o
      Pusher.EncryptedData.init(from: Swift.Decoder) throws -> Pusher.EncryptedData in Pusher.o
      Pusher.User.init(from: Swift.Decoder) throws -> Pusher.User in Pusher.o
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
      ...
  "Swift.KeyedDecodingContainer.decode(_: Swift.Bool.Type, forKey: A) throws -> Swift.Bool", referenced from:
      Pusher.ChannelInfo.init(from: Swift.Decoder) throws -> Pusher.ChannelInfo in Pusher.o
  "Swift.KeyedDecodingContainer.decode(_: Swift.Int.Type, forKey: A) throws -> Swift.Int", referenced from:
      PusherTests.MockEventData.init(from: Swift.Decoder) throws -> PusherTests.MockEventData in Mocks.o
      Pusher.Webhook.init(from: Swift.Decoder) throws -> Pusher.Webhook in Pusher.o
  "Swift.KeyedDecodingContainer.decode<A where A1: Swift.Decodable>(_: A1.Type, forKey: A) throws -> A1", referenced from:
      PusherTests.MockEventData.init(from: Swift.Decoder) throws -> PusherTests.MockEventData in Mocks.o
      Pusher.Webhook.init(from: Swift.Decoder) throws -> Pusher.Webhook in Pusher.o
      Pusher.WebhookEvent.init(from: Swift.Decoder) throws -> Pusher.WebhookEvent in Pusher.o
      Pusher.ChannelUsersAPIResponse.init(from: Swift.Decoder) throws -> Pusher.ChannelUsersAPIResponse in Pusher.o
  "nominal type descriptor for Swift.KeyedDecodingContainer", referenced from:
      _symbolic _____y_____G s22KeyedDecodingContainerV 11PusherTests13MockEventDataV10CodingKeys33_7F9A15F556D32C4FD85C5671D55691B0LLO in Mocks.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher19AuthenticationTokenV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher17ChannelAttributesV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher11ChannelInfoV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher13EncryptedDataV10CodingKeys33_05B55D1A02964CCB3300F84FBD77D863LLO in Pusher.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher4UserV10CodingKeys33_6EC2613BC6F7560E26C461D90274FC3DLLO in Pusher.o
      _symbolic _____y_____G s22KeyedDecodingContainerV 6Pusher7WebhookV10CodingKeysO in Pusher.o
      ...
  "Swift.KeyedEncodingContainer.encodeIfPresent(_: Swift.String?, forKey: A) throws -> ()", referenced from:
      Pusher.AuthenticationToken.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.AuthenticationToken.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
  "Swift.KeyedEncodingContainer.encodeIfPresent<A where A1: Swift.Encodable>(_: A1?, forKey: A) throws -> ()", referenced from:
      Pusher.PresenceUserData.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
  "Swift.KeyedEncodingContainer.encode(_: Swift.String, forKey: A) throws -> ()", referenced from:
      PusherTests.MockEventData.encode(to: Swift.Encoder) throws -> () in Mocks.o
      PusherTests.MockEventData.encode(to: Swift.Encoder) throws -> () in Mocks.o
      Pusher.AuthenticationToken.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.EncryptedData.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.EncryptedData.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      ...
  "Swift.KeyedEncodingContainer.encode(_: Swift.Double, forKey: A) throws -> ()", referenced from:
      Pusher.Webhook.encode(to: Swift.Encoder) throws -> () in Pusher.o
  "Swift.KeyedEncodingContainer.encode(_: Swift.Int, forKey: A) throws -> ()", referenced from:
      PusherTests.MockEventData.encode(to: Swift.Encoder) throws -> () in Mocks.o
  "Swift.KeyedEncodingContainer.encode<A where A1: Swift.Encodable>(_: A1, forKey: A) throws -> ()", referenced from:
      PusherTests.MockEventData.encode(to: Swift.Encoder) throws -> () in Mocks.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Webhook.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.EventBatch.encode(to: Swift.Encoder) throws -> () in Pusher.o
      ...
  "nominal type descriptor for Swift.KeyedEncodingContainer", referenced from:
      _symbolic _____y_____G s22KeyedEncodingContainerV 11PusherTests13MockEventDataV10CodingKeys33_7F9A15F556D32C4FD85C5671D55691B0LLO in Mocks.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher19AuthenticationTokenV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher13EncryptedDataV10CodingKeys33_05B55D1A02964CCB3300F84FBD77D863LLO in Pusher.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher5EventV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher16PresenceUserDataV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher7WebhookV10CodingKeysO in Pusher.o
      _symbolic _____y_____G s22KeyedEncodingContainerV 6Pusher12WebhookEventV10CodingKeysO in Pusher.o
      ...
  "protocol descriptor for Swift.CustomStringConvertible", referenced from:
      l_got.$ss23CustomStringConvertibleMp in Mocks.o
      l_got.$ss23CustomStringConvertibleMp in APIota.o
      l_got.$ss23CustomStringConvertibleMp in APIota.o
      _symbolic ______p s23CustomStringConvertibleP in AnyCodable.o
      l_got.$ss23CustomStringConvertibleMp in AnyCodable.o
      l_got.$ss23CustomStringConvertibleMp in AnyCodable.o
      l_got.$ss23CustomStringConvertibleMp in AnyCodable.o
      ...
  "dispatch thunk of Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
      AnyCodable.AnyCodable.description.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyDecodable.description.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyEncodable.description.getter : Swift.String in AnyCodable.o
  "method descriptor for Swift.CustomStringConvertible.description.getter : Swift.String", referenced from:
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in Mocks.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in APIota.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in APIota.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in AnyCodable.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in AnyCodable.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in AnyCodable.o
      l_got.$ss23CustomStringConvertibleP11descriptionSSvgTq in Pusher.o
      ...
  "protocol descriptor for Swift.ExpressibleByNilLiteral", referenced from:
      l_got.$ss23ExpressibleByNilLiteralMp in AnyCodable.o
      l_got.$ss23ExpressibleByNilLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByNilLiteral.init(nilLiteral: ()) -> A", referenced from:
      l_got.$ss23ExpressibleByNilLiteralP03nilD0xyt_tcfCTq in AnyCodable.o
      l_got.$ss23ExpressibleByNilLiteralP03nilD0xyt_tcfCTq in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByArrayLiteral", referenced from:
      l_got.$ss25ExpressibleByArrayLiteralMp in AnyCodable.o
      l_got.$ss25ExpressibleByArrayLiteralMp in AnyCodable.o
      l_got.$ss25ExpressibleByArrayLiteralMp in Pusher.o
      l_got.$ss25ExpressibleByArrayLiteralMp in Pusher.o
  "method descriptor for Swift.ExpressibleByArrayLiteral.init(arrayLiteral: A.ArrayLiteralElement...) -> A", referenced from:
      l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in AnyCodable.o
      l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in AnyCodable.o
      l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in Pusher.o
      l_got.$ss25ExpressibleByArrayLiteralP05arrayD0x0cD7ElementQzd_tcfCTq in Pusher.o
  "protocol descriptor for Swift.ExpressibleByFloatLiteral", referenced from:
      l_got.$ss25ExpressibleByFloatLiteralMp in AnyCodable.o
      l_got.$ss25ExpressibleByFloatLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByFloatLiteral.init(floatLiteral: A.FloatLiteralType) -> A", referenced from:
      l_got.$ss25ExpressibleByFloatLiteralP05floatD0x0cD4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss25ExpressibleByFloatLiteralP05floatD0x0cD4TypeQz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByFloatLiteral.Swift.ExpressibleByFloatLiteral.FloatLiteralType: Swift._ExpressibleByBuiltinFloatLiteral", referenced from:
      l_got.$ss25ExpressibleByFloatLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
      l_got.$ss25ExpressibleByFloatLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
  "Swift.isKnownUniquelyReferenced<A where A: AnyObject>(inout A) -> Swift.Bool", referenced from:
      Crypto.ArbitraryPrecisionInteger.withUnsafeMutableBignumPointer<A>((Swift.UnsafeMutablePointer<__C.bignum_st>) throws -> A) throws -> A in Crypto.o
  "Swift.DefaultStringInterpolation.appendInterpolation<A>(A) -> ()", referenced from:
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      APIota.HTTPMediaType.toString() -> Swift.String in APIota.o
      Pusher.PusherError.errorDescription.getter : Swift.String? in Pusher.o
      Pusher.PusherError.errorDescription.getter : Swift.String? in Pusher.o
      Pusher.PusherError.errorDescription.getter : Swift.String? in Pusher.o
      ...
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible>(A) -> ()", referenced from:
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      Pusher.PusherError.errorDescription.getter : Swift.String? in Pusher.o
      Pusher.GetChannelEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.GetChannelsEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.GetUsersEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.TriggerBatchEventsEndpoint.path.getter : Swift.String in Pusher.o
      Pusher.TriggerEventEndpoint.path.getter : Swift.String in Pusher.o
      ...
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      implicit closure #12 () throws -> Swift.String in PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultSuccess<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, validateResultCallback: (A) -> (), file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      ...
  "Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      ...
  "Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
      PusherTests.AuthTokenTests.testAuthenticateEncryptedChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePrivateChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelSucceeds() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithUserInfoSucceeds() -> () in AuthTokenTests.o
      implicit closure #12 () throws -> Swift.String in PusherTests.ClientOptionsTests.testClientOptionsWithClusterSucceeds() -> () in ClientOptionsTests.o
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultSuccess<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, validateResultCallback: (A) -> (), file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      ...
  "nominal type descriptor for Swift.DefaultStringInterpolation", referenced from:
      _symbolic _____ s26DefaultStringInterpolationV in AnyCodable.o
  "protocol witness table for Swift.DefaultStringInterpolation : Swift.StringInterpolationProtocol in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByStringInterpolation.StringInterpolation : Swift.StringInterpolationProtocol in AnyCodable.AnyEncodable : Swift.ExpressibleByStringInterpolation in AnyCodable in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByStringLiteral", referenced from:
      l_got.$ss26ExpressibleByStringLiteralMp in AnyCodable.o
      l_got.$ss26ExpressibleByStringLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByStringLiteral.init(stringLiteral: A.StringLiteralType) -> A", referenced from:
      l_got.$ss26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss26ExpressibleByStringLiteralP06stringD0x0cD4TypeQz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByStringLiteral.Swift.ExpressibleByStringLiteral.StringLiteralType: Swift._ExpressibleByBuiltinStringLiteral", referenced from:
      l_got.$ss26ExpressibleByStringLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
      l_got.$ss26ExpressibleByStringLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
  "base conformance descriptor for Swift.ExpressibleByStringLiteral: Swift.ExpressibleByExtendedGraphemeClusterLiteral", referenced from:
      l_got.$ss26ExpressibleByStringLiteralPs0ab23ExtendedGraphemeClusterD0Tb in AnyCodable.o
      l_got.$ss26ExpressibleByStringLiteralPs0ab23ExtendedGraphemeClusterD0Tb in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByBooleanLiteral", referenced from:
      l_got.$ss27ExpressibleByBooleanLiteralMp in AnyCodable.o
      l_got.$ss27ExpressibleByBooleanLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByBooleanLiteral.init(booleanLiteral: A.BooleanLiteralType) -> A", referenced from:
      l_got.$ss27ExpressibleByBooleanLiteralP07booleanD0x0cD4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss27ExpressibleByBooleanLiteralP07booleanD0x0cD4TypeQz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByBooleanLiteral.Swift.ExpressibleByBooleanLiteral.BooleanLiteralType: Swift._ExpressibleByBuiltinBooleanLiteral", referenced from:
      l_got.$ss27ExpressibleByBooleanLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
      l_got.$ss27ExpressibleByBooleanLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByIntegerLiteral", referenced from:
      l_got.$ss27ExpressibleByIntegerLiteralMp in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralMp in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralMp in Crypto.o
  "method descriptor for Swift.ExpressibleByIntegerLiteral.init(integerLiteral: A.IntegerLiteralType) -> A", referenced from:
      l_got.$ss27ExpressibleByIntegerLiteralP07integerD0x0cD4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralP07integerD0x0cD4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralP07integerD0x0cD4TypeQz_tcfCTq in Crypto.o
  "associated conformance descriptor for Swift.ExpressibleByIntegerLiteral.Swift.ExpressibleByIntegerLiteral.IntegerLiteralType: Swift._ExpressibleByBuiltinIntegerLiteral", referenced from:
      l_got.$ss27ExpressibleByIntegerLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in AnyCodable.o
      l_got.$ss27ExpressibleByIntegerLiteralP0cD4TypeAB_s01_ab7BuiltincD0Tn in Crypto.o
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      default argument 1 of Pusher.Pusher.channels(withFilter: Pusher.ChannelFilter, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      default argument 1 of Pusher.Pusher.channelInfo(for: Pusher.Channel, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<Pusher.ChannelInfo, Pusher.PusherError>) -> ()) -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      ...
  "protocol descriptor for Swift.CustomDebugStringConvertible", referenced from:
      l_got.$ss28CustomDebugStringConvertibleMp in Mocks.o
      _symbolic ______p s28CustomDebugStringConvertibleP in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleMp in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleMp in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleMp in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleMp in Crypto.o
      l_got.$ss28CustomDebugStringConvertibleMp in Pusher.o
      ...
  "dispatch thunk of Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String", referenced from:
      AnyCodable.AnyCodable.debugDescription.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyDecodable.debugDescription.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyEncodable.debugDescription.getter : Swift.String in AnyCodable.o
  "method descriptor for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String", referenced from:
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in Mocks.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in AnyCodable.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in Crypto.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in Pusher.o
      l_got.$ss28CustomDebugStringConvertibleP16debugDescriptionSSvgTq in Pusher.o
      ...
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode(Swift.String.Type) throws -> Swift.String", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode(Swift.Bool.Type) throws -> Swift.Bool", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode(Swift.Double.Type) throws -> Swift.Double", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode(Swift.Int.Type) throws -> Swift.Int", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode(Swift.UInt.Type) throws -> Swift.UInt", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decode<A where A1: Swift.Decodable>(A1.Type) throws -> A1", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueDecodingContainer.decodeNil() -> Swift.Bool", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.codingPath.getter : [Swift.CodingKey]", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.String) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Bool) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Double) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Float) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Int) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.UInt) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode<A where A1: Swift.Encodable>(A1) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Int8) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Int16) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Int32) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.Int64) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.UInt8) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.UInt16) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.UInt32) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encode(Swift.UInt64) throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.(encode in _EBBB0B206BAB9BDF94311BDD41D3BC62)(nsnumber: __C.NSNumber, into: inout Swift.SingleValueEncodingContainer) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.SingleValueEncodingContainer.encodeNil() throws -> ()", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      static APIota.APIotaClientError.== infix(APIota.APIotaClientError<A>, APIota.APIotaClientError<A>) -> Swift.Bool in APIota.o
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance APIota.HTTPMediaType.TypeIdentifier : Swift.Equatable in APIota in APIota.o
      static APIota.HTTPMediaType.== infix(APIota.HTTPMediaType, APIota.HTTPMediaType) -> Swift.Bool in APIota.o
      static APIota.HTTPMediaType.== infix(APIota.HTTPMediaType, APIota.HTTPMediaType) -> Swift.Bool in APIota.o
      static APIota.HTTPMediaType.== infix(APIota.HTTPMediaType, APIota.HTTPMediaType) -> Swift.Bool in APIota.o
      ...
  "protocol descriptor for Swift.ExpressibleByDictionaryLiteral", referenced from:
      l_got.$ss30ExpressibleByDictionaryLiteralMp in APIota.o
      l_got.$ss30ExpressibleByDictionaryLiteralMp in AnyCodable.o
      l_got.$ss30ExpressibleByDictionaryLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByDictionaryLiteral.init(dictionaryLiteral: (A.Key, A.Value)...) -> A", referenced from:
      l_got.$ss30ExpressibleByDictionaryLiteralP010dictionaryD0x3KeyQz_5ValueQztd_tcfCTq in APIota.o
      l_got.$ss30ExpressibleByDictionaryLiteralP010dictionaryD0x3KeyQz_5ValueQztd_tcfCTq in AnyCodable.o
      l_got.$ss30ExpressibleByDictionaryLiteralP010dictionaryD0x3KeyQz_5ValueQztd_tcfCTq in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByStringInterpolation", referenced from:
      l_got.$ss32ExpressibleByStringInterpolationMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByStringInterpolation.init(stringInterpolation: A.StringInterpolation) -> A", referenced from:
      l_got.$ss32ExpressibleByStringInterpolationP06stringD0x0cD0Qz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByStringInterpolation.Swift.ExpressibleByStringInterpolation.StringInterpolation: Swift.StringInterpolationProtocol", referenced from:
      l_got.$ss32ExpressibleByStringInterpolationP0cD0AB_s0cD8ProtocolTn in AnyCodable.o
  "base conformance descriptor for Swift.ExpressibleByStringInterpolation: Swift.ExpressibleByStringLiteral", referenced from:
      l_got.$ss32ExpressibleByStringInterpolationPs0abC7LiteralTb in AnyCodable.o
  "(extension in Swift):Swift.ExpressibleByStringInterpolation< where A.StringInterpolation == Swift.DefaultStringInterpolation>.init(stringInterpolation: Swift.DefaultStringInterpolation) -> A", referenced from:
      protocol witness for Swift.ExpressibleByStringInterpolation.init(stringInterpolation: A.StringInterpolation) -> A in conformance AnyCodable.AnyEncodable : Swift.ExpressibleByStringInterpolation in AnyCodable in AnyCodable.o
  "protocol descriptor for Swift.ExpressibleByUnicodeScalarLiteral", referenced from:
      l_got.$ss33ExpressibleByUnicodeScalarLiteralMp in AnyCodable.o
      l_got.$ss33ExpressibleByUnicodeScalarLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByUnicodeScalarLiteral.init(unicodeScalarLiteral: A.UnicodeScalarLiteralType) -> A", referenced from:
      l_got.$ss33ExpressibleByUnicodeScalarLiteralP07unicodedE0x0cdE4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss33ExpressibleByUnicodeScalarLiteralP07unicodedE0x0cdE4TypeQz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByUnicodeScalarLiteral.Swift.ExpressibleByUnicodeScalarLiteral.UnicodeScalarLiteralType: Swift._ExpressibleByBuiltinUnicodeScalarLiteral", referenced from:
      l_got.$ss33ExpressibleByUnicodeScalarLiteralP0cdE4TypeAB_s01_ab7BuiltincdE0Tn in AnyCodable.o
      l_got.$ss33ExpressibleByUnicodeScalarLiteralP0cdE4TypeAB_s01_ab7BuiltincdE0Tn in AnyCodable.o
  "Swift.zip<A, B where A: Swift.Sequence, B: Swift.Sequence>(A, B) -> Swift.Zip2Sequence<A, B>", referenced from:
      Crypto.constantTimeCompare<A, B where A: Swift.Collection, B: Swift.Collection, A.Element == Swift.UInt8, B.Element == Swift.UInt8>(A, B) -> Swift.Bool in Crypto.o
  "protocol descriptor for Swift.ExpressibleByExtendedGraphemeClusterLiteral", referenced from:
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralMp in AnyCodable.o
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralMp in AnyCodable.o
  "method descriptor for Swift.ExpressibleByExtendedGraphemeClusterLiteral.init(extendedGraphemeClusterLiteral: A.ExtendedGraphemeClusterLiteralType) -> A", referenced from:
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralP08extendeddeF0x0cdeF4TypeQz_tcfCTq in AnyCodable.o
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralP08extendeddeF0x0cdeF4TypeQz_tcfCTq in AnyCodable.o
  "associated conformance descriptor for Swift.ExpressibleByExtendedGraphemeClusterLiteral.Swift.ExpressibleByExtendedGraphemeClusterLiteral.ExtendedGraphemeClusterLiteralType: Swift._ExpressibleByBuiltinExtendedGraphemeClusterLiteral", referenced from:
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralP0cdeF4TypeAB_s01_ab7BuiltincdeF0Tn in AnyCodable.o
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralP0cdeF4TypeAB_s01_ab7BuiltincdeF0Tn in AnyCodable.o
  "(extension in Swift):Swift.ExpressibleByExtendedGraphemeClusterLiteral< where A.ExtendedGraphemeClusterLiteralType == A.UnicodeScalarLiteralType>.init(unicodeScalarLiteral: A.ExtendedGraphemeClusterLiteralType) -> A", referenced from:
      protocol witness for Swift.ExpressibleByUnicodeScalarLiteral.init(unicodeScalarLiteral: A.UnicodeScalarLiteralType) -> A in conformance AnyCodable.AnyCodable : Swift.ExpressibleByUnicodeScalarLiteral in AnyCodable in AnyCodable.o
      protocol witness for Swift.ExpressibleByUnicodeScalarLiteral.init(unicodeScalarLiteral: A.UnicodeScalarLiteralType) -> A in conformance AnyCodable.AnyEncodable : Swift.ExpressibleByUnicodeScalarLiteral in AnyCodable in AnyCodable.o
  "base conformance descriptor for Swift.ExpressibleByExtendedGraphemeClusterLiteral: Swift.ExpressibleByUnicodeScalarLiteral", referenced from:
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralPs0ab13UnicodeScalarF0Tb in AnyCodable.o
      l_got.$ss43ExpressibleByExtendedGraphemeClusterLiteralPs0ab13UnicodeScalarF0Tb in AnyCodable.o
  "type metadata for Swift.Int8", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol descriptor for Swift.Error", referenced from:
      _symbolic ______p s5ErrorP in ClientOptionsTests.o
      _symbolic ______p s5ErrorP in APIota.o
      _symbolic _____y15SuccessResponse_____Qyd________pGIegn_ s6ResultO 6APIota0B15CodableEndpointP s5ErrorP in APIota.o
      l_got.$ss5ErrorMp in APIota.o
      l_got.$ss5ErrorMp in Crypto.o
      l_got.$ss5ErrorMp in TweetNacl.o
      _symbolic ______p s5ErrorP in Pusher.o
      ...
  "method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in APIota.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Crypto.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in TweetNacl.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Pusher.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Pusher.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Pusher.o
      l_got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in Pusher.o
      ...
  "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
      l_got.$ss5ErrorP5_codeSivgTq in APIota.o
      l_got.$ss5ErrorP5_codeSivgTq in Crypto.o
      l_got.$ss5ErrorP5_codeSivgTq in TweetNacl.o
      l_got.$ss5ErrorP5_codeSivgTq in Pusher.o
      l_got.$ss5ErrorP5_codeSivgTq in Pusher.o
      l_got.$ss5ErrorP5_codeSivgTq in Pusher.o
      l_got.$ss5ErrorP5_codeSivgTq in Pusher.o
      ...
  "method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
      l_got.$ss5ErrorP7_domainSSvgTq in APIota.o
      l_got.$ss5ErrorP7_domainSSvgTq in Crypto.o
      l_got.$ss5ErrorP7_domainSSvgTq in TweetNacl.o
      l_got.$ss5ErrorP7_domainSSvgTq in Pusher.o
      l_got.$ss5ErrorP7_domainSSvgTq in Pusher.o
      l_got.$ss5ErrorP7_domainSSvgTq in Pusher.o
      l_got.$ss5ErrorP7_domainSSvgTq in Pusher.o
      ...
  "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in APIota.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Crypto.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in TweetNacl.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Pusher.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Pusher.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Pusher.o
      l_got.$ss5ErrorP9_userInfoyXlSgvgTq in Pusher.o
      ...
  "(extension in Swift):Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance APIota.APIotaClientError<A> : Swift.Error in APIota in APIota.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance Crypto.ByteHexEncodingErrors : Swift.Error in Crypto in Crypto.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance TweetNacl.NaclUtil.NaclUtilError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance TweetNacl.NaclWrapper.NaclWrapperError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance TweetNacl.NaclSecretBox.NaclSecretBoxError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance TweetNacl.NaclScalarMult.NaclScalarMultError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance TweetNacl.NaclBox.NaclBoxError : Swift.Error in TweetNacl in TweetNacl.o
      ...
  "(extension in Swift):Swift.Error._code.getter : Swift.Int", referenced from:
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance APIota.APIotaClientError<A> : Swift.Error in APIota in APIota.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance Crypto.ByteHexEncodingErrors : Swift.Error in Crypto in Crypto.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance TweetNacl.NaclUtil.NaclUtilError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance TweetNacl.NaclWrapper.NaclWrapperError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance TweetNacl.NaclSecretBox.NaclSecretBoxError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance TweetNacl.NaclScalarMult.NaclScalarMultError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance TweetNacl.NaclBox.NaclBoxError : Swift.Error in TweetNacl in TweetNacl.o
      ...
  "(extension in Swift):Swift.Error._domain.getter : Swift.String", referenced from:
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance APIota.APIotaClientError<A> : Swift.Error in APIota in APIota.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance Crypto.ByteHexEncodingErrors : Swift.Error in Crypto in Crypto.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance TweetNacl.NaclUtil.NaclUtilError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance TweetNacl.NaclWrapper.NaclWrapperError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance TweetNacl.NaclSecretBox.NaclSecretBoxError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance TweetNacl.NaclScalarMult.NaclScalarMultError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance TweetNacl.NaclBox.NaclBoxError : Swift.Error in TweetNacl in TweetNacl.o
      ...
  "(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance APIota.APIotaClientError<A> : Swift.Error in APIota in APIota.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance Crypto.ByteHexEncodingErrors : Swift.Error in Crypto in Crypto.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance TweetNacl.NaclUtil.NaclUtilError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance TweetNacl.NaclWrapper.NaclWrapperError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance TweetNacl.NaclSecretBox.NaclSecretBoxError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance TweetNacl.NaclScalarMult.NaclScalarMultError : Swift.Error in TweetNacl in TweetNacl.o
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance TweetNacl.NaclBox.NaclBoxError : Swift.Error in TweetNacl in TweetNacl.o
      ...
  "protocol self-conformance witness table for Swift.Error", referenced from:
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
  "type metadata for Swift.Int16", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "nominal type descriptor for Swift.Int32", referenced from:
      _symbolic _____ s5Int32V in Crypto.o
  "type metadata for Swift.Int32", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "nominal type descriptor for Swift.Int64", referenced from:
      _symbolic _____ s5Int64V in Crypto.o
  "type metadata for Swift.Int64", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol witness table for Swift.Int64 : Swift._ExpressibleByBuiltinIntegerLiteral in Swift", referenced from:
      associated type witness table accessor for Swift.ExpressibleByIntegerLiteral.IntegerLiteralType : Swift._ExpressibleByBuiltinIntegerLiteral in Crypto.ArbitraryPrecisionInteger : Swift.ExpressibleByIntegerLiteral in Crypto in Crypto.o
  "nominal type descriptor for Swift.UInt8", referenced from:
      _symbolic SRy_____G s5UInt8V in Crypto.o
      _symbolic _____y_____G s8RepeatedV s5UInt8V in Crypto.o
      _symbolic SNy_____G s5UInt8V in Crypto.o
  "type metadata for Swift.UInt8", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol witness table for Swift.UInt8 : Swift.Comparable in Swift", referenced from:
      Crypto.(htoi in _027628503DB3F387FC04E1EC2CD80794)(Swift.UInt8) throws -> Swift.UInt8 in Crypto.o
      Crypto.(htoi in _027628503DB3F387FC04E1EC2CD80794)(Swift.UInt8) throws -> Swift.UInt8 in Crypto.o
  "protocol conformance descriptor for Swift.UInt8 : Swift.UnsignedInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.UnsignedInteger in Swift in Crypto.o
  "protocol conformance descriptor for Swift.UInt8 : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt8 and conformance Swift.UInt8 : Swift.FixedWidthInteger in Swift in Crypto.o
  "protocol witness table for Swift.UInt8 : Swift.CVarArg in Swift", referenced from:
      closure #1 (Swift.UInt8) -> Swift.String in (extension in Pusher):Foundation.Data.hexEncodedString(options: (extension in Pusher):Foundation.Data.HexEncodingOptions) -> Swift.String in Pusher.o
  "Swift.Hasher.combine<A where A: Swift.Hashable>(A) -> ()", referenced from:
      PusherTests.MockEventData.(CodingKeys in _7F9A15F556D32C4FD85C5671D55691B0).hash(into: inout Swift.Hasher) -> () in Mocks.o
      Crypto.BoringSSLEllipticCurveGroup.CurveName.hash(into: inout Swift.Hasher) -> () in Crypto.o
      Crypto.ByteHexEncodingErrors.hash(into: inout Swift.Hasher) -> () in Crypto.o
      TweetNacl.NaclUtil.NaclUtilError.hash(into: inout Swift.Hasher) -> () in TweetNacl.o
      TweetNacl.NaclWrapper.NaclWrapperError.hash(into: inout Swift.Hasher) -> () in TweetNacl.o
      TweetNacl.NaclSecretBox.NaclSecretBoxError.hash(into: inout Swift.Hasher) -> () in TweetNacl.o
      TweetNacl.NaclScalarMult.NaclScalarMultError.hash(into: inout Swift.Hasher) -> () in TweetNacl.o
      ...
  "Swift.Result.map<A>((A) -> A1) -> Swift.Result<A1, B>", referenced from:
      closure #1 (Swift.Result<Pusher.ChannelSummaryListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.channels(withFilter: Pusher.ChannelFilter, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #1 (Swift.Result<Pusher.ChannelUsersAPIResponse, Swift.Error>) -> () in Pusher.Pusher.users(for: Pusher.Channel, callback: (Swift.Result<[Pusher.User], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #1 (Swift.Result<Pusher.ChannelSummaryListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.trigger(event: Pusher.Event, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #2 (Swift.Result<Pusher.ChannelInfoListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.trigger(events: [Pusher.Event], callback: (Swift.Result<[Pusher.ChannelInfo], Pusher.PusherError>) -> ()) -> () in Pusher.o
  "Swift.Result.mapError<A where A1: Swift.Error>((B) -> A1) -> Swift.Result<A, A1>", referenced from:
      closure #1 (Swift.Result<Pusher.ChannelSummaryListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.channels(withFilter: Pusher.ChannelFilter, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #1 (Swift.Result<Pusher.ChannelInfo, Swift.Error>) -> () in Pusher.Pusher.channelInfo(for: Pusher.Channel, attributeOptions: Pusher.ChannelAttributeFetchOptions, callback: (Swift.Result<Pusher.ChannelInfo, Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #1 (Swift.Result<Pusher.ChannelUsersAPIResponse, Swift.Error>) -> () in Pusher.Pusher.users(for: Pusher.Channel, callback: (Swift.Result<[Pusher.User], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #1 (Swift.Result<Pusher.ChannelSummaryListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.trigger(event: Pusher.Event, callback: (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> ()) -> () in Pusher.o
      closure #2 (Swift.Result<Pusher.ChannelInfoListAPIResponse, Swift.Error>) -> () in Pusher.Pusher.trigger(events: [Pusher.Event], callback: (Swift.Result<[Pusher.ChannelInfo], Pusher.PusherError>) -> ()) -> () in Pusher.o
  "type metadata accessor for Swift.Result", referenced from:
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultFailure<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, expectedError: Pusher.PusherError, file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in PusherTests):__C.XCTestCase.verifyAPIResultSuccess<A>(_: Swift.Result<A, Pusher.PusherError>, expectation: __C.XCTestExpectation, validateResultCallback: (A) -> (), file: Swift.StaticString, function: Swift.StaticString, line: Swift.UInt) -> () in XCTest+Pusher.o
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
  "nominal type descriptor for Swift.Result", referenced from:
      _symbolic _____y15SuccessResponse_____Qyd________pGIegn_ s6ResultO 6APIota0B15CodableEndpointP s5ErrorP in APIota.o
      _symbolic _____ySay_____G_____GIegn_ s6ResultO 6Pusher14ChannelSummaryV AC0B5ErrorO in Pusher.o
      _symbolic _____y__________GIegn_ s6ResultO 6Pusher11ChannelInfoV AC0B5ErrorO in Pusher.o
      _symbolic _____ySay_____G_____GIegn_ s6ResultO 6Pusher4UserV AC0B5ErrorO in Pusher.o
      _symbolic _____ySay_____G_____G s6ResultO 6Pusher14ChannelSummaryV AC0B5ErrorO in Pusher.o
      _symbolic _____ySay_____G_____G s6ResultO 6Pusher11ChannelInfoV AC0B5ErrorO in Pusher.o
      _symbolic _____ySay_____G_____GIegn_ s6ResultO 6Pusher11ChannelInfoV AC0B5ErrorO in Pusher.o
      ...
  "type metadata for Swift.UInt16", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "type metadata for Swift.UInt32", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol conformance descriptor for Swift.UInt32 : Swift.BinaryInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.BinaryInteger in Swift in Crypto.o
  "nominal type descriptor for Swift.UInt64", referenced from:
      _symbolic Spy_____GSg s6UInt64V in Crypto.o
  "type metadata for Swift.UInt64", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyDecodable.== infix(AnyCodable.AnyDecodable, AnyCodable.AnyDecodable) -> Swift.Bool in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyEncodable.== infix(AnyCodable.AnyEncodable, AnyCodable.AnyEncodable) -> Swift.Bool in AnyCodable.o
      ...
  "protocol conformance descriptor for Swift.UInt64 : Swift.UnsignedInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.UnsignedInteger in Swift in TweetNacl.o
  "protocol conformance descriptor for Swift.UInt64 : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.FixedWidthInteger in Swift in Crypto.o
      lazy protocol witness table accessor for type Swift.UInt64 and conformance Swift.UInt64 : Swift.FixedWidthInteger in Swift in TweetNacl.o
  "protocol descriptor for Swift.CVarArg", referenced from:
      _symbolic ______p s7CVarArgP in Pusher.o
  "dispatch thunk of Swift.Decoder.singleValueContainer() throws -> Swift.SingleValueDecodingContainer", referenced from:
      (extension in AnyCodable):AnyCodable._AnyDecodable.init(from: Swift.Decoder) throws -> A in AnyCodable.o
  "dispatch thunk of Swift.Decoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) throws -> Swift.KeyedDecodingContainer<A1>", referenced from:
      PusherTests.MockEventData.init(from: Swift.Decoder) throws -> PusherTests.MockEventData in Mocks.o
      Pusher.AuthenticationToken.init(from: Swift.Decoder) throws -> Pusher.AuthenticationToken in Pusher.o
      Pusher.ChannelAttributes.init(from: Swift.Decoder) throws -> Pusher.ChannelAttributes in Pusher.o
      Pusher.ChannelInfo.init(from: Swift.Decoder) throws -> Pusher.ChannelInfo in Pusher.o
      Pusher.EncryptedData.init(from: Swift.Decoder) throws -> Pusher.EncryptedData in Pusher.o
      Pusher.User.init(from: Swift.Decoder) throws -> Pusher.User in Pusher.o
      Pusher.Webhook.init(from: Swift.Decoder) throws -> Pusher.Webhook in Pusher.o
      ...
  "dispatch thunk of Swift.Encoder.singleValueContainer() -> Swift.SingleValueEncodingContainer", referenced from:
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
  "dispatch thunk of Swift.Encoder.container<A where A1: Swift.CodingKey>(keyedBy: A1.Type) -> Swift.KeyedEncodingContainer<A1>", referenced from:
      PusherTests.MockEventData.encode(to: Swift.Encoder) throws -> () in Mocks.o
      Pusher.AuthenticationToken.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.EncryptedData.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Event.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.PresenceUserData.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.Webhook.encode(to: Swift.Encoder) throws -> () in Pusher.o
      Pusher.WebhookEvent.encode(to: Swift.Encoder) throws -> () in Pusher.o
      ...
  "type metadata for Swift.Unicode.UTF8", referenced from:
      Crypto.ArbitraryPrecisionInteger.debugDescription.getter : Swift.String in Crypto.o
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in Crypto.o
      (extension in Pusher):Foundation.Data.toString() -> Swift.String in Pusher.o
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in Pusher.o
  "protocol conformance descriptor for Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in Crypto.o
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in Pusher.o
  "Swift.Unicode.Scalar.value.getter : Swift.UInt32", referenced from:
      one-time initialization function for charA in Crypto.o
      one-time initialization function for char0 in Crypto.o
  "nominal type descriptor for Swift.Repeated", referenced from:
      _symbolic _____y_____G s8RepeatedV s5UInt8V in Crypto.o
  "protocol conformance descriptor for Swift.Repeated<A> : Swift.Sequence in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Repeated<Swift.UInt8> and conformance Swift.Repeated<A> : Swift.Sequence in Swift in Crypto.o
  "protocol descriptor for Swift.CodingKey", referenced from:
      l_got.$ss9CodingKeyMp in Mocks.o
      l_got.$ss9CodingKeyMp in Pusher.o
      l_got.$ss9CodingKeyMp in Pusher.o
      l_got.$ss9CodingKeyMp in Pusher.o
      l_got.$ss9CodingKeyMp in Pusher.o
      l_got.$ss9CodingKeyMp in Pusher.o
      l_got.$ss9CodingKeyMp in Pusher.o
      ...
  "method descriptor for Swift.CodingKey.stringValue.getter : Swift.String", referenced from:
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Mocks.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValueSSvgTq in Pusher.o
      ...
  "method descriptor for Swift.CodingKey.init(stringValue: Swift.String) -> A?", referenced from:
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Mocks.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP11stringValuexSgSS_tcfCTq in Pusher.o
      ...
  "method descriptor for Swift.CodingKey.intValue.getter : Swift.Int?", referenced from:
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Mocks.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      l_got.$ss9CodingKeyP8intValueSiSgvgTq in Pusher.o
      ...
  "method descriptor for Swift.CodingKey.init(intValue: Swift.Int) -> A?", referenced from:
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Mocks.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      l_got.$ss9CodingKeyP8intValuexSgSi_tcfCTq in Pusher.o
      ...
  "base conformance descriptor for Swift.CodingKey: Swift.CustomStringConvertible", referenced from:
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Mocks.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs23CustomStringConvertibleTb in Pusher.o
      ...
  "base conformance descriptor for Swift.CodingKey: Swift.CustomDebugStringConvertible", referenced from:
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Mocks.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      l_got.$ss9CodingKeyPs28CustomDebugStringConvertibleTb in Pusher.o
      ...
  "(extension in Swift):Swift.CodingKey.description.getter : Swift.String", referenced from:
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance PusherTests.MockEventData.(CodingKeys in _7F9A15F556D32C4FD85C5671D55691B0) : Swift.CustomStringConvertible in PusherTests in Mocks.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.AuthenticationToken.CodingKeys : Swift.CustomStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.ChannelAttributes.CodingKeys : Swift.CustomStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.ChannelInfo.CodingKeys : Swift.CustomStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.EncryptedData.(CodingKeys in _05B55D1A02964CCB3300F84FBD77D863) : Swift.CustomStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.Event.CodingKeys : Swift.CustomStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomStringConvertible.description.getter : Swift.String in conformance Pusher.PresenceUserData.CodingKeys : Swift.CustomStringConvertible in Pusher in Pusher.o
      ...
  "(extension in Swift):Swift.CodingKey.debugDescription.getter : Swift.String", referenced from:
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance PusherTests.MockEventData.(CodingKeys in _7F9A15F556D32C4FD85C5671D55691B0) : Swift.CustomDebugStringConvertible in PusherTests in Mocks.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.AuthenticationToken.CodingKeys : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.ChannelAttributes.CodingKeys : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.ChannelInfo.CodingKeys : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.EncryptedData.(CodingKeys in _05B55D1A02964CCB3300F84FBD77D863) : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.Event.CodingKeys : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      protocol witness for Swift.CustomDebugStringConvertible.debugDescription.getter : Swift.String in conformance Pusher.PresenceUserData.CodingKeys : Swift.CustomDebugStringConvertible in Pusher in Pusher.o
      ...
  "protocol descriptor for Swift.OptionSet", referenced from:
      l_got.$ss9OptionSetMp in Pusher.o
      l_got.$ss9OptionSetMp in Pusher.o
  "method descriptor for Swift.OptionSet.init(rawValue: A.RawValue) -> A", referenced from:
      l_got.$ss9OptionSetP8rawValuex03RawD0Qz_tcfCTq in Pusher.o
      l_got.$ss9OptionSetP8rawValuex03RawD0Qz_tcfCTq in Pusher.o
  "base conformance descriptor for Swift.OptionSet: Swift.RawRepresentable", referenced from:
      l_got.$ss9OptionSetPSYTb in Pusher.o
      l_got.$ss9OptionSetPSYTb in Pusher.o
  "base conformance descriptor for Swift.OptionSet: Swift.SetAlgebra", referenced from:
      l_got.$ss9OptionSetPs0B7AlgebraTb in Pusher.o
      l_got.$ss9OptionSetPs0B7AlgebraTb in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A == A.Element>.insert(A) -> (inserted: Swift.Bool, memberAfterInsert: A)", referenced from:
      protocol witness for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element) in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.insert(__owned A.Element) -> (inserted: Swift.Bool, memberAfterInsert: A.Element) in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A == A.Element>.remove(A) -> A?", referenced from:
      protocol witness for Swift.SetAlgebra.remove(A.Element) -> A.Element? in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.remove(A.Element) -> A.Element? in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A == A.Element>.update(with: A) -> A?", referenced from:
      protocol witness for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element? in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.update(with: __owned A.Element) -> A.Element? in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A == A.Element>.contains(A) -> Swift.Bool", referenced from:
      protocol witness for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      (extension in Pusher):Foundation.Data.hexEncodedString(options: (extension in Pusher):Foundation.Data.HexEncodingOptions) -> Swift.String in Pusher.o
      protocol witness for Swift.SetAlgebra.contains(A.Element) -> Swift.Bool in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
      Pusher.ChannelAttributeFetchOptions.queryItems.getter : [Foundation.URLQueryItem] in Pusher.o
      Pusher.ChannelAttributeFetchOptions.queryItems.getter : [Foundation.URLQueryItem] in Pusher.o
      Pusher.ChannelAttributeFetchOptions.queryItems.getter : [Foundation.URLQueryItem] in Pusher.o
      Pusher.ChannelAttributeFetchOptions.description.getter : Swift.String in Pusher.o
      Pusher.ChannelAttributeFetchOptions.description.getter : Swift.String in Pusher.o
      Pusher.ChannelAttributeFetchOptions.description.getter : Swift.String in Pusher.o
      ...
  "(extension in Swift):Swift.OptionSet.intersection(A) -> A", referenced from:
      protocol witness for Swift.SetAlgebra.intersection(A) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.intersection(A) -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet.symmetricDifference(A) -> A", referenced from:
      protocol witness for Swift.SetAlgebra.symmetricDifference(__owned A) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.symmetricDifference(__owned A) -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet.union(A) -> A", referenced from:
      protocol witness for Swift.SetAlgebra.union(__owned A) -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.union(__owned A) -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formIntersection(A) -> ()", referenced from:
      protocol witness for Swift.SetAlgebra.formIntersection(A) -> () in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.formIntersection(A) -> () in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formSymmetricDifference(A) -> ()", referenced from:
      protocol witness for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> () in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.formSymmetricDifference(__owned A) -> () in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.formUnion(A) -> ()", referenced from:
      protocol witness for Swift.SetAlgebra.formUnion(__owned A) -> () in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.formUnion(__owned A) -> () in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "(extension in Swift):Swift.OptionSet< where A.RawValue: Swift.FixedWidthInteger>.init() -> A", referenced from:
      protocol witness for Swift.SetAlgebra.init() -> A in conformance (extension in Pusher):Foundation.Data.HexEncodingOptions : Swift.SetAlgebra in Pusher in Pusher.o
      protocol witness for Swift.SetAlgebra.init() -> A in conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in Pusher.o
  "protocol conformance descriptor for <A where A: Swift.Encodable> A? : Swift.Encodable in Swift", referenced from:
      lazy protocol witness table accessor for type [Swift.String]? and conformance <A where A: Swift.Encodable> A? : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Encodable> A? : Swift.Encodable in Swift in Pusher.o
      lazy protocol witness table accessor for type Pusher.PresenceUserData? and conformance <A where A: Swift.Encodable> A? : Swift.Encodable in Swift in Pusher.o
  "protocol conformance descriptor for <A where A: Swift.Equatable> A? : Swift.Equatable in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Equatable> A? : Swift.Equatable in Swift in AuthTokenTests.o
      lazy protocol witness table accessor for type Swift.Int? and conformance <A where A: Swift.Equatable> A? : Swift.Equatable in Swift in WebhookTests.o
  "type metadata for Any", referenced from:
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      static AnyCodable.AnyCodable.== infix(AnyCodable.AnyCodable, AnyCodable.AnyCodable) -> Swift.Bool in AnyCodable.o
      ...
  "type metadata for ()", referenced from:
      AnyCodable.AnyCodable.init<A>(A?) -> AnyCodable.AnyCodable in AnyCodable.o
      AnyCodable.AnyCodable.description.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyDecodable.init<A>(A?) -> AnyCodable.AnyDecodable in AnyCodable.o
      AnyCodable.AnyDecodable.description.getter : Swift.String in AnyCodable.o
      AnyCodable.AnyEncodable.init<A>(A?) -> AnyCodable.AnyEncodable in AnyCodable.o
      (extension in AnyCodable):AnyCodable._AnyEncodable.encode(to: Swift.Encoder) throws -> () in AnyCodable.o
      AnyCodable.AnyEncodable.description.getter : Swift.String in AnyCodable.o
      ...
  "value witness table for ()", referenced from:
      full type metadata for PusherTests.TestObjects in TestObjects.o
      full type metadata for PusherTests.TestObjects.Client in TestObjects.o
      full type metadata for PusherTests.TestObjects.ClientOptions in TestObjects.o
      full type metadata for PusherTests.TestObjects.Channels in TestObjects.o
      full type metadata for PusherTests.TestObjects.Events in TestObjects.o
      full type metadata for PusherTests.TestObjects.AuthSignatures in TestObjects.o
      full type metadata for PusherTests.TestObjects.Webhooks in TestObjects.o
      ...
  "_OBJC_CLASS_$__TtCs12_SwiftObject", referenced from:
      full type metadata for Crypto.EllipticCurvePoint in Crypto.o
      full type metadata for Crypto.BoringSSLEllipticCurveGroup in Crypto.o
      full type metadata for Crypto.ECDSASignature in Crypto.o
      full type metadata for Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
      full type metadata for Crypto.FiniteFieldArithmeticContext in Crypto.o
      full type metadata for Pusher.Pusher in Pusher.o
  "_OBJC_METACLASS_$__TtCs12_SwiftObject", referenced from:
      metaclass for Crypto.EllipticCurvePoint in Crypto.o
      metaclass for Crypto.EllipticCurvePoint in Crypto.o
      metaclass for Crypto.BoringSSLEllipticCurveGroup in Crypto.o
      metaclass for Crypto.BoringSSLEllipticCurveGroup in Crypto.o
      metaclass for Crypto.ECDSASignature in Crypto.o
      metaclass for Crypto.ECDSASignature in Crypto.o
      metaclass for Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
      metaclass for Crypto.ArbitraryPrecisionInteger.BackingStorage in Crypto.o
      ...
  "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_PusherTests in AppStateQueryTests.o
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_APIota in APIota.o
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_AnyCodable in AnyCodable.o
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_Crypto in Crypto.o
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_TweetNacl in TweetNacl.o
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_Pusher in Pusher.o
  "__swift_FORCE_LOAD_$_swiftCompatibilityConcurrency", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_PusherTests in AppStateQueryTests.o
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_APIota in APIota.o
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_AnyCodable in AnyCodable.o
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_Crypto in Crypto.o
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_TweetNacl in TweetNacl.o
      __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency_$_Pusher in Pusher.o
  "__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
      __swift_FORCE_LOAD_$_swiftDarwin_$_PusherTests in AppStateQueryTests.o
      __swift_FORCE_LOAD_$_swiftDarwin_$_APIota in APIota.o
      __swift_FORCE_LOAD_$_swiftDarwin_$_AnyCodable in AnyCodable.o
      __swift_FORCE_LOAD_$_swiftDarwin_$_Crypto in Crypto.o
      __swift_FORCE_LOAD_$_swiftDarwin_$_TweetNacl in TweetNacl.o
      __swift_FORCE_LOAD_$_swiftDarwin_$_Pusher in Pusher.o
  "_swift_allocBox", referenced from:
      ___swift_allocate_boxed_opaque_existential_0 in AnyCodable.o
  "_swift_allocError", referenced from:
      PusherTests.AuthTokenTests.testAuthenticatePresenceChannelWithMissingUserDataFails() -> () in AuthTokenTests.o
      PusherTests.AuthTokenTests.testAuthenticatePublicChannelFails() -> () in AuthTokenTests.o
      closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testMissingPusherKeyHeaderWebhookFails() -> () in WebhookTests.o
      closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testInvalidPusherKeyHeaderWebhookFails() -> () in WebhookTests.o
      closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testMissingPusherSignatureHeaderWebhookFails() -> () in WebhookTests.o
      closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testInvalidPusherSignatureHeaderWebhookFails() -> () in WebhookTests.o
      closure #1 (Swift.Result<Pusher.Webhook, Pusher.PusherError>) -> () in PusherTests.WebhookTests.testMissingBodyDataWebhookFails() -> () in WebhookTests.o
      ...
  "_swift_allocObject", referenced from:
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      implicit closure #1 () throws -> Any? in closure #1 (Pusher.ChannelInfo) -> () in closure #1 (Swift.Result<Pusher.ChannelInfo, Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetUsersForChannelFailsForPublicChannel() -> () in AppStateQueryTests.o
      ...
  "_swift_allocateGenericValueMetadata", referenced from:
      type metadata instantiation function for APIota.APIotaClientError in APIota.o
  "_swift_beginAccess", referenced from:
      Crypto.EllipticCurvePoint._basePoint.getter : Swift.OpaquePointer in Crypto.o
      Crypto.EllipticCurvePoint._basePoint.setter : Swift.OpaquePointer in Crypto.o
      Crypto.EllipticCurvePoint._basePoint.modify : Swift.OpaquePointer in Crypto.o
      Crypto.EllipticCurvePoint.deinit in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup._group.getter : Swift.OpaquePointer in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup._group.setter : Swift.OpaquePointer in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup._group.modify : Swift.OpaquePointer in Crypto.o
      ...
  "_swift_bridgeObjectRelease", referenced from:
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      outlined consume of Pusher.ChannelFilter in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      l_objectdestroy.2 in AppStateQueryTests.o
      outlined destroy of Pusher.PusherError in AppStateQueryTests.o
      ...
  "_swift_bridgeObjectRetain", referenced from:
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      outlined retain of Pusher.Channel in AppStateQueryTests.o
      outlined retain of Pusher.Channel in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.User]) -> () in closure #1 (Swift.Result<[Pusher.User], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetUsersForChannelSucceedsForPresenceChannel() -> () in AppStateQueryTests.o
      ...
  "_swift_checkMetadataState", referenced from:
      type metadata completion function for APIota.APIotaClientError in APIota.o
  "_swift_deallocClassInstance", referenced from:
      Crypto.EllipticCurvePoint.__deallocating_deinit in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup.__deallocating_deinit in Crypto.o
      Crypto.ECDSASignature.__deallocating_deinit in Crypto.o
      Crypto.ArbitraryPrecisionInteger.BackingStorage.__deallocating_deinit in Crypto.o
      Crypto.FiniteFieldArithmeticContext.__deallocating_deinit in Crypto.o
      Pusher.Pusher.__deallocating_deinit in Pusher.o
  "_swift_deallocObject", referenced from:
      l_objectdestroy in AppStateQueryTests.o
      l_objectdestroy.2 in AppStateQueryTests.o
      l_objectdestroy.5 in AppStateQueryTests.o
      l_objectdestroy.8 in AppStateQueryTests.o
      l_objectdestroy.11 in AppStateQueryTests.o
      l_objectdestroy.14 in AppStateQueryTests.o
      l_objectdestroy.17 in AppStateQueryTests.o
      ...
  "_swift_deallocPartialClassInstance", referenced from:
      Crypto.EllipticCurvePoint.init(multiplying: Crypto.ArbitraryPrecisionInteger, on: Crypto.BoringSSLEllipticCurveGroup) throws -> Crypto.EllipticCurvePoint in Crypto.o
      Crypto.EllipticCurvePoint.init(copying: Swift.OpaquePointer, on: Crypto.BoringSSLEllipticCurveGroup) throws -> Crypto.EllipticCurvePoint in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup.init(Crypto.BoringSSLEllipticCurveGroup.CurveName) throws -> Crypto.BoringSSLEllipticCurveGroup in Crypto.o
      Crypto.ECDSASignature.init<A where A: Foundation.ContiguousBytes>(contiguousDERBytes: A) throws -> Crypto.ECDSASignature in Crypto.o
      Crypto.ECDSASignature.init(rawRepresentation: Foundation.Data) throws -> Crypto.ECDSASignature in Crypto.o
      Crypto.FiniteFieldArithmeticContext.init(fieldSize: Crypto.ArbitraryPrecisionInteger) throws -> Crypto.FiniteFieldArithmeticContext in Crypto.o
  "_swift_dynamicCast", referenced from:
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidEncryptionMasterKeyFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidPrefixCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidSuffixCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithCustomPortAndMissingCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.EventTriggerTests.testPostEventToChannelFailsForInvalidMultichannelEvent() throws -> () in EventTriggerTests.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      ...
  "_swift_dynamicCastObjCClass", referenced from:
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
  "_swift_endAccess", referenced from:
      Crypto.EllipticCurvePoint._basePoint.getter : Swift.OpaquePointer in Crypto.o
      Crypto.EllipticCurvePoint._basePoint.setter : Swift.OpaquePointer in Crypto.o
      Crypto.EllipticCurvePoint._basePoint.modify : Swift.OpaquePointer with unmangled suffix ".resume.0" in Crypto.o
      Crypto.EllipticCurvePoint._basePoint.modify : Swift.OpaquePointer with unmangled suffix ".resume.0" in Crypto.o
      Crypto.EllipticCurvePoint.deinit in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup._group.getter : Swift.OpaquePointer in Crypto.o
      Crypto.BoringSSLEllipticCurveGroup._group.setter : Swift.OpaquePointer in Crypto.o
      ...
  "_swift_errorRelease", referenced from:
      l_objectdestroy.2 in AppStateQueryTests.o
      outlined destroy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.8 in AppStateQueryTests.o
      l_objectdestroy.14 in AppStateQueryTests.o
      l_objectdestroy.11 in AuthTokenTests.o
      l_objectdestroy.14 in AuthTokenTests.o
      @objc PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForEncryptedChannel() throws -> () in EventTriggerTests.o
      @objc PusherTests.EventTriggerTests.testPostEventToChannelSucceedsForEncryptedChannel() throws -> () in EventTriggerTests.o
      ...
  "_swift_errorRetain", referenced from:
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidEncryptionMasterKeyFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidPrefixCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithInvalidSuffixCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.ClientOptionsTests.testClientOptionsWithCustomPortAndMissingCustomHostFails() -> () in ClientOptionsTests.o
      closure #1 (Swift.Error) -> () in PusherTests.EventTriggerTests.testPostEventToChannelFailsForInvalidMultichannelEvent() throws -> () in EventTriggerTests.o
      outlined init with copy of Swift.Result<A, Pusher.PusherError> in XCTest+Pusher.o
      ...
  "_swift_getAssociatedConformanceWitness", referenced from:
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      ...
  "_swift_getAssociatedTypeWitness", referenced from:
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      ...
  "_swift_getEnumCaseMultiPayload", referenced from:
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.2 in AppStateQueryTests.o
      outlined init with take of Pusher.PusherError in AppStateQueryTests.o
      outlined destroy of Pusher.PusherError in AppStateQueryTests.o
      l_objectdestroy.8 in AppStateQueryTests.o
      l_objectdestroy.14 in AppStateQueryTests.o
      l_objectdestroy.11 in AuthTokenTests.o
      ...
  "_swift_getEnumTagSinglePayloadGeneric", referenced from:
      getEnumTagSinglePayload value witness for Pusher.Webhook in Pusher.o
  "_swift_getErrorValue", referenced from:
      static Pusher.PusherError.== infix(Pusher.PusherError, Pusher.PusherError) -> Swift.Bool in Pusher.o
      static Pusher.PusherError.== infix(Pusher.PusherError, Pusher.PusherError) -> Swift.Bool in Pusher.o
      Pusher.CryptoService.Error.errorDescription.getter : Swift.String? in Pusher.o
  "_swift_getForeignTypeMetadata", referenced from:
      type metadata accessor for __C.NSComparisonResult in APIota.o
      type metadata accessor for __C.ecdsa_sig_st in Crypto.o
      type metadata accessor for __C.bignum_st in Crypto.o
  "_swift_getGenericMetadata", referenced from:
      ___swift_instantiateGenericMetadata in APIota.o
  "_swift_getObjCClassFromMetadata", referenced from:
      (extension in PusherTests):__C.XCTestExpectation.init(function: Swift.StaticString) -> __C.XCTestExpectation in XCTest+Pusher.o
      __C.NSNull.__allocating_init() -> __C.NSNull in AnyCodable.o
  "_swift_getObjCClassMetadata", referenced from:
      type metadata accessor for __C.XCTestExpectation in AppStateQueryTests.o
      type metadata accessor for __C.OS_dispatch_queue in APIota.o
      type metadata accessor for __C.NSNull in AnyCodable.o
      type metadata accessor for __C.NSNumber in AnyCodable.o
  "_swift_getObjectType", referenced from:
      PusherTests.AppStateQueryTests.init(invocation: __C.NSInvocation?) -> PusherTests.AppStateQueryTests in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.init(selector: ObjectiveC.Selector) -> PusherTests.AppStateQueryTests in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.init() -> PusherTests.AppStateQueryTests in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.__deallocating_deinit in AppStateQueryTests.o
      PusherTests.AuthTokenTests.init(invocation: __C.NSInvocation?) -> PusherTests.AuthTokenTests in AuthTokenTests.o
      PusherTests.AuthTokenTests.init(selector: ObjectiveC.Selector) -> PusherTests.AuthTokenTests in AuthTokenTests.o
      PusherTests.AuthTokenTests.init() -> PusherTests.AuthTokenTests in AuthTokenTests.o
      ...
  "_swift_getSingletonMetadata", referenced from:
      type metadata accessor for Pusher.PusherError in Pusher.o
      type metadata accessor for Pusher.Webhook in Pusher.o
  "_swift_getTupleTypeLayout2", referenced from:
      type metadata completion function for APIota.APIotaClientError in APIota.o
  "_swift_getTupleTypeMetadata2", referenced from:
      closure #1 @Sendable (Foundation.Data?, __C.NSURLResponse?, Swift.Error?) -> () in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1, callback: (Swift.Result<A1.SuccessResponse, Swift.Error>) -> ()) -> () in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      APIota.APIotaClientError.errorDescription.getter : Swift.String? in APIota.o
      static APIota.APIotaClientError.== infix(APIota.APIotaClientError<A>, APIota.APIotaClientError<A>) -> Swift.Bool in APIota.o
      static APIota.APIotaClientError.== infix(APIota.APIotaClientError<A>, APIota.APIotaClientError<A>) -> Swift.Bool in APIota.o
      initializeBufferWithCopyOfBuffer value witness for APIota.APIotaClientError in APIota.o
      destroy value witness for APIota.APIotaClientError in APIota.o
      ...
  "_swift_getTypeByMangledNameInContext", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in AppStateQueryTests.o
      ___swift_instantiateConcreteTypeFromMangledName in APIota.o
      ___swift_instantiateConcreteTypeFromMangledName in AnyCodable.o
      ___swift_instantiateConcreteTypeFromMangledName in Crypto.o
      ___swift_instantiateConcreteTypeFromMangledName in Pusher.o
  "_swift_getTypeByMangledNameInContextInMetadataState", referenced from:
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in AuthTokenTests.o
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in APIota.o
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in AnyCodable.o
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in Crypto.o
      ___swift_instantiateConcreteTypeFromMangledNameAbstract in Pusher.o
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type Pusher.ChannelAttributeFetchOptions and conformance Pusher.ChannelAttributeFetchOptions : Swift.SetAlgebra in Pusher in AppStateQueryTests.o
      lazy protocol witness table accessor for type Pusher.AuthenticationTokenService.Error and conformance Pusher.AuthenticationTokenService.Error : Swift.Error in Pusher in AuthTokenTests.o
      lazy protocol witness table accessor for type Swift.String? and conformance <A where A: Swift.Equatable> A? : Swift.Equatable in Swift in AuthTokenTests.o
      lazy protocol witness table accessor for type Pusher.PusherClientOptions.Error and conformance Pusher.PusherClientOptions.Error : Swift.Equatable in Pusher in ClientOptionsTests.o
      lazy protocol witness table accessor for type Pusher.Event.Error and conformance Pusher.Event.Error : Swift.Equatable in Pusher in EventTriggerTests.o
      lazy protocol witness table accessor for type PusherTests.MockEventData and conformance PusherTests.MockEventData : Swift.Encodable in PusherTests in EventTriggerTests.o
      lazy protocol witness table accessor for type Pusher.PusherError and conformance Pusher.PusherError : Swift.Error in Pusher in XCTest+Pusher.o
      ...
  "_swift_initEnumMetadataMultiPayload", referenced from:
      type metadata completion function for APIota.APIotaClientError in APIota.o
      type metadata completion function for Pusher.PusherError in Pusher.o
  "_swift_initStructMetadata", referenced from:
      type metadata completion function for Pusher.Webhook in Pusher.o
  "_swift_makeBoxUnique", referenced from:
      ___swift_mutable_project_boxed_opaque_existential_1 in AnyCodable.o
  "_swift_once", referenced from:
      PusherTests.AppStateQueryTests.(pusher in _BD054B4CC4087E8B184B462110CAB97E).unsafeMutableAddressor : Pusher.Pusher in AppStateQueryTests.o
      PusherTests.AuthTokenTests.(pusher in _FBB20A3428C101C7F197964C14ECA2B2).unsafeMutableAddressor : Pusher.Pusher in AuthTokenTests.o
      PusherTests.EventTriggerTests.(pusher in _A27B6117CB1F3DED5221998CECEEA4FC).unsafeMutableAddressor : Pusher.Pusher in EventTriggerTests.o
      PusherTests.TestObjects.Client.testAppId.unsafeMutableAddressor : Swift.Int in TestObjects.o
      PusherTests.TestObjects.Client.testKey.unsafeMutableAddressor : Swift.String in TestObjects.o
      PusherTests.TestObjects.Client.testSecret.unsafeMutableAddressor : Swift.String in TestObjects.o
      PusherTests.TestObjects.Client.testMasterKey.unsafeMutableAddressor : Swift.String in TestObjects.o
      ...
  "_swift_release", referenced from:
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      ...
  "_swift_retain", referenced from:
      one-time initialization function for (pusher in _BD054B4CC4087E8B184B462110CAB97E) in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      closure #1 ([Pusher.ChannelSummary]) -> () in closure #1 (Swift.Result<[Pusher.ChannelSummary], Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelsSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      closure #1 (Pusher.ChannelInfo) -> () in closure #1 (Swift.Result<Pusher.ChannelInfo, Pusher.PusherError>) -> () in PusherTests.AppStateQueryTests.testGetChannelInfoSucceeds() -> () in AppStateQueryTests.o
      PusherTests.AppStateQueryTests.testGetChannelInfoFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      ...
  "_swift_slowAlloc", referenced from:
      ___swift_allocate_value_buffer in TestObjects.o
  "_swift_storeEnumTagMultiPayload", referenced from:
      PusherTests.AppStateQueryTests.testGetChannelsFailsForInvalidAttributes() -> () in AppStateQueryTests.o
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      outlined init with copy of Pusher.PusherError in AppStateQueryTests.o
      outlined init with take of Pusher.PusherError in AppStateQueryTests.o
      outlined init with take of Pusher.PusherError in AppStateQueryTests.o
      ...
  "_swift_storeEnumTagSinglePayloadGeneric", referenced from:
      storeEnumTagSinglePayload value witness for Pusher.Webhook in Pusher.o
  "_swift_unexpectedError", referenced from:
      one-time initialization function for shared in TestObjects.o
      one-time initialization function for withCluster in TestObjects.o
      one-time initialization function for withCustomHost in TestObjects.o
      one-time initialization function for withCustomPort in TestObjects.o
      one-time initialization function for withInvalidMasterKey in TestObjects.o
      one-time initialization function for withInvalidPrefixHost in TestObjects.o
      one-time initialization function for withInvalidSuffixHost in TestObjects.o
      ...
  "_swift_willThrow", referenced from:
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      closure #1 ((data: Foundation.Data, response: __C.NSURLResponse)) throws -> Foundation.Data in (extension in APIota):APIota.APIotaClient.sendRequest<A where A1: APIota.APIotaCodableEndpoint>(for: A1) -> Combine.AnyPublisher<A1.SuccessResponse, Swift.Error> in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaCodableEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      (extension in APIota):APIota.APIotaURLEncodedFormEndpoint.request(baseUrlComponents: Foundation.URLComponents) throws -> Foundation.URLRequest in APIota.o
      ...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AnyCodable' from project 'AnyCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CTweetNacl' from project 'TweetNacl')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CCryptoBoringSSLShims' from project 'swift-crypto')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'APIota' from project 'APIota')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'APIota' from project 'APIota')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TweetNacl' from project 'TweetNacl')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Crypto' from project 'swift-crypto')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CCryptoBoringSSL' from project 'swift-crypto')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'AnyCodable' from project 'AnyCodable')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'TweetNacl' from project 'TweetNacl')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Pusher' from project 'Pusher')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Crypto' from project 'swift-crypto')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Pusher' from project 'Pusher')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pusher.build/Debug-watchos/PusherTests.build/Objects-normal/arm64/Binary/PusherTests normal arm64 (in target 'PusherTests' from project 'Pusher')
(1 failure)
BUILD FAILURE 6.0 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.