Build Information
Successful build of CodyFire, reference 1.15.4 (5341de), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 00:09:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodyFlame/CodyFire.git
Reference: 1.15.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodyFlame/CodyFire
* tag 1.15.4 -> FETCH_HEAD
HEAD is now at 5341de0 🏍 Fix and improve `WSPureController`
Cloned https://github.com/CodyFlame/CodyFire.git
Revision (git rev-parse @):
5341de03986741d210bf736ba0498b15a287c522
SUCCESS checkout https://github.com/CodyFlame/CodyFire.git at 1.15.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/CodyFlame/CodyFire.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/26] Compiling Alamofire Timeline.swift
[6/27] Compiling Starscream SSLSecurity.swift
[7/27] Compiling Alamofire ParameterEncoding.swift
[8/27] Compiling Alamofire Request.swift
[9/27] Emitting module Alamofire
[10/27] Compiling Alamofire AFError.swift
[11/27] Compiling Alamofire Alamofire.swift
[12/27] Compiling Alamofire SessionDelegate.swift
[13/27] Compiling Alamofire SessionManager.swift
[14/27] Compiling Alamofire NetworkReachabilityManager.swift
[15/27] Compiling Alamofire Notifications.swift
[16/27] Compiling Alamofire TaskDelegate.swift
[17/27] Compiling Alamofire Result.swift
[18/27] Compiling Alamofire ServerTrustPolicy.swift
[19/27] Compiling Alamofire DispatchQueue+Alamofire.swift
[20/27] Compiling Alamofire MultipartFormData.swift
[21/27] Compiling Alamofire Response.swift
[22/27] Compiling Alamofire ResponseSerialization.swift
[23/27] Compiling Alamofire Validation.swift
[24/27] Compiling Starscream Compression.swift
[25/27] Emitting module Starscream
[26/27] Compiling Starscream SSLClientCertificate.swift
[27/27] Compiling Starscream WebSocket.swift
[28/93] Compiling CodyFire Flattenable.swift
[29/93] Compiling CodyFire Logger.swift
[30/93] Compiling CodyFire MimeTypes.swift
[31/93] Compiling CodyFire MockResponder.swift
[32/93] Compiling CodyFire NetworkError.swift
[33/93] Compiling CodyFire NetworkHelper.swift
[34/93] Compiling CodyFire PrimitiveTypeDecoder.swift
[35/100] Emitting module CodyFire
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[36/100] Compiling CodyFire WS+Emit.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[37/100] Compiling CodyFire WS+Notification.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[38/100] Compiling CodyFire WS+Stuff.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[39/100] Compiling CodyFire WS+Subscription.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[40/100] Compiling CodyFire WS.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[41/100] Compiling CodyFire WSAnyEventModel.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[42/100] Compiling CodyFire WSBindController.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/WS.swift:37:89: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
35 | }
36 | socket = WebSocket(request: request)
37 | wslog(.info, "preparing to connect: \(request) socket?.respondToPingWithPong: \(socket?.respondToPingWithPong)")
| | |- note: use 'String(describing:)' to silence this warning
| | `- note: provide a default value to avoid this warning
| `- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
38 | socket?.delegate = delegate
39 | // TODO: delegate?.connecting() ?
[43/100] Compiling CodyFire APIRequest+Build.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[44/100] Compiling CodyFire APIRequest+DateCoding.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[45/100] Compiling CodyFire APIRequest+FormURLEncoded.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[46/100] Compiling CodyFire APIRequest+LogError.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[47/100] Compiling CodyFire APIRequest+ParseError.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[48/100] Compiling CodyFire APIRequest+ParseResponse.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[49/100] Compiling CodyFire APIRequest+SendEmpty.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[50/100] Compiling CodyFire APIRequest+SendJSONEncoded.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/APIRequest+ParseResponse.swift:116:21: warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
114 | } else {
115 | guard let err = answer.error as NSError?, err.code == NSURLErrorTimedOut else {
116 | var errorMessageFromServer = "Something went wrong..."
| `- warning: variable 'errorMessageFromServer' was never mutated; consider changing to 'let' constant
117 | let statusCode: StatusCode = ._cannotConnectToHost
118 | parseError(statusCode, answer.error, answer.data, errorMessageFromServer)
[51/100] Compiling CodyFire Data+ParseJSON.swift
[52/100] Compiling CodyFire Encodable+Dictionary.swift
[53/100] Compiling CodyFire UserDefaults+CodyFire.swift
[54/100] Compiling CodyFire UserDefaults+UUID.swift
[55/100] Compiling CodyFire APIRequest+Flattenable.swift
[56/100] Compiling CodyFire Array+APIRequest.swift
[57/100] Compiling CodyFire Flatten.swift
[58/100] Compiling CodyFire WSDefaultEventModel.swift
[59/100] Compiling CodyFire WSEventIdentifier.swift
[60/100] Compiling CodyFire WSExchangeMode.swift
[61/100] Compiling CodyFire WSExpectationError.swift
[62/100] Compiling CodyFire WSMessageModel.swift
[63/100] Compiling CodyFire WSObserver.swift
[64/100] Compiling CodyFire WSPureController.swift
[65/100] Compiling CodyFire QueryContainer.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[66/100] Compiling CodyFire StatusCode+FromInt.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[67/100] Compiling CodyFire StatusCode+ToInt.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[68/100] Compiling CodyFire StatusCode.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[69/100] Compiling CodyFire TestFlight.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[70/100] Compiling CodyFire Reachability.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[71/100] Compiling CodyFire NotificationCenter+EventIdentifier.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:13:50: warning: capture of non-sendable type 'Model.Type' in an isolated closure
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
14 | using(payload)
15 | }
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/WS/NotificationCenter+EventIdentifier.swift:11:92: warning: capture of non-sendable type 'Model.Type' in an isolated closure
9 |
10 | extension NotificationCenter {
11 | public func addObserver<Model: WSEventModel>(forEvent event: WSEventIdentifier<Model>, using: @escaping (Model) -> Void) {
| `- warning: capture of non-sendable type 'Model.Type' in an isolated closure
12 | addObserver(forName: event.notification, object: nil, queue: nil) { notification in
13 | if let payload = notification.object as? Model {
[72/100] Compiling CodyFire ChainedC.swift
[73/100] Compiling CodyFire ChainedD.swift
[74/100] Compiling CodyFire ChainedE.swift
[75/100] Compiling CodyFire ChainedF.swift
[76/100] Compiling CodyFire ChainedG.swift
[77/100] Compiling CodyFire ChainedH.swift
[78/100] Compiling CodyFire ChainedI.swift
[79/100] Compiling CodyFire DictKey.swift
[80/100] Compiling CodyFire DictReferencingEncoder.swift
[81/100] Compiling CodyFire DictionaryEncoder.swift
[82/100] Compiling CodyFire KeyedEncodingContainer.swift
[83/100] Compiling CodyFire UnkeyedEncodingContainer.swift
[84/100] Compiling CodyFire EndpointController.swift
[85/100] Compiling CodyFire EnvironmentMode.swift
[86/100] Compiling CodyFire CodyFire+Environment.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[87/100] Compiling CodyFire CodyFire+PrepareHeaders.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[88/100] Compiling CodyFire CodyFire.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[89/100] Compiling CodyFire CodyFireEnvironment.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[90/100] Compiling CodyFire CodyFireError.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[91/100] Compiling CodyFire DateCodingStrategy.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[92/100] Compiling CodyFire DictEncoder+SingleValueContainer.swift
/Users/admin/builder/spi-builder-workspace/CodyFire/Classes/DictionaryEncoder/DictEncoder+SingleValueContainer.swift:26:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
24 | func encode(_ value: Float) throws { containers.append(value) }
25 | func encode(_ value: Double) throws { containers.append(value) }
26 | func encode(_ value: Decimal) throws { containers.append(value) }
| |- warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
| |- note: candidate has non-matching type '(Decimal) throws -> ()'
| |- note: move 'encode' to another extension to silence this warning
| `- note: make 'encode' private to silence this warning
27 | func encode<T : Encodable>(_ value: T) throws {
28 | try containers.append(box(value))
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
1 | protocol SingleValueEncodingContainer {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | mutating func encode(_ value: Int128) throws}
| `- note: requirement 'encode' declared here
4 |
[93/100] Compiling CodyFire APIRequest+SendMultipart.swift
[94/100] Compiling CodyFire APIRequest+URLEncoding.swift
[95/100] Compiling CodyFire APIRequest.swift
[96/100] Compiling CodyFire Attachment.swift
[97/100] Compiling CodyFire APIRequest+Chained.swift
[98/100] Compiling CodyFire Chained.swift
[99/100] Compiling CodyFire ChainedA.swift
[100/100] Compiling CodyFire ChainedB.swift
Build complete! (13.26s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
[756/35174] Fetching starscream, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.49s)
Fetched https://github.com/daltoniam/Starscream.git from cache (2.49s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (3.02s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (2.02s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
}
],
"manifest_display_name" : "CodyFire",
"name" : "CodyFire",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodyFire",
"targets" : [
"CodyFire"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2"
],
"targets" : [
{
"c99name" : "CodyFire",
"module_type" : "SwiftTarget",
"name" : "CodyFire",
"path" : "CodyFire/Classes",
"product_dependencies" : [
"Alamofire",
"Starscream"
],
"product_memberships" : [
"CodyFire"
],
"sources" : [
"APIRequest+Build.swift",
"APIRequest+DateCoding.swift",
"APIRequest+FormURLEncoded.swift",
"APIRequest+LogError.swift",
"APIRequest+ParseError.swift",
"APIRequest+ParseResponse.swift",
"APIRequest+SendEmpty.swift",
"APIRequest+SendJSONEncoded.swift",
"APIRequest+SendMultipart.swift",
"APIRequest+URLEncoding.swift",
"APIRequest.swift",
"Attachment.swift",
"Chained/APIRequest+Chained.swift",
"Chained/Chained.swift",
"Chained/ChainedA.swift",
"Chained/ChainedB.swift",
"Chained/ChainedC.swift",
"Chained/ChainedD.swift",
"Chained/ChainedE.swift",
"Chained/ChainedF.swift",
"Chained/ChainedG.swift",
"Chained/ChainedH.swift",
"Chained/ChainedI.swift",
"CodyFire+Environment.swift",
"CodyFire+PrepareHeaders.swift",
"CodyFire.swift",
"CodyFireEnvironment.swift",
"CodyFireError.swift",
"DateCodingStrategy.swift",
"DictionaryEncoder/DictEncoder+SingleValueContainer.swift",
"DictionaryEncoder/DictKey.swift",
"DictionaryEncoder/DictReferencingEncoder.swift",
"DictionaryEncoder/DictionaryEncoder.swift",
"DictionaryEncoder/KeyedEncodingContainer.swift",
"DictionaryEncoder/UnkeyedEncodingContainer.swift",
"EndpointController.swift",
"EnvironmentMode.swift",
"Extensions/Data+ParseJSON.swift",
"Extensions/Encodable+Dictionary.swift",
"Extensions/UserDefaults+CodyFire.swift",
"Extensions/UserDefaults+UUID.swift",
"Flatten/APIRequest+Flattenable.swift",
"Flatten/Array+APIRequest.swift",
"Flatten/Flatten.swift",
"Flatten/Flattenable.swift",
"Logger.swift",
"MimeTypes.swift",
"MockResponder.swift",
"NetworkError.swift",
"NetworkHelper.swift",
"PrimitiveTypeDecoder.swift",
"QueryContainer.swift",
"StatusCode+FromInt.swift",
"StatusCode+ToInt.swift",
"StatusCode.swift",
"TestFlight.swift",
"ThirdParty/Reachability.swift",
"WS/NotificationCenter+EventIdentifier.swift",
"WS/WS+Emit.swift",
"WS/WS+Notification.swift",
"WS/WS+Stuff.swift",
"WS/WS+Subscription.swift",
"WS/WS.swift",
"WS/WSAnyEventModel.swift",
"WS/WSBindController.swift",
"WS/WSDefaultEventModel.swift",
"WS/WSEventIdentifier.swift",
"WS/WSExchangeMode.swift",
"WS/WSExpectationError.swift",
"WS/WSMessageModel.swift",
"WS/WSObserver.swift",
"WS/WSPureController.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.