Build Information
Failed to build SmartNetwork, reference main (5e59d3
), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 14:28:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/SmartNetwork.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/SmartNetwork
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5e59d30 upd SwiftFormat rules and github actions and Threading with new AtomicValue
Cloned https://github.com/NikSativa/SmartNetwork.git
Revision (git rev-parse @):
5e59d305db8ee64fdf78b8780eae234197360e89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/SmartNetwork.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/NikSativa/SmartNetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[3/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/28] Emitting module Threading
[7/30] Compiling Threading USendable.swift
[8/30] Compiling Threading resource_bundle_accessor.swift
[9/30] Compiling Threading IsolatedMain.swift
[10/30] Compiling Threading NSLock.swift
[11/30] Compiling Threading NSRecursiveLock.swift
[12/30] Compiling Threading QueueBarrier.swift
[13/30] Compiling Threading SyncMutex.swift
[14/30] Compiling Threading Queue.swift
[15/30] Compiling Threading Queueable.swift
[16/30] Compiling Threading Mutexing.swift
[17/30] Compiling Threading DelayedQueue.swift
[18/30] Compiling Threading UnfairLock.swift
[19/30] Compiling Threading Locking.swift
[20/30] Compiling Threading MutexInitializable.swift
[21/30] Compiling Threading OSAllocatedUnfairLock.swift
[22/30] Compiling Threading PThread.swift
[23/30] Compiling Threading Semaphore.swift
[24/30] Compiling Threading DispatchTime+Queue.swift
[25/30] Compiling Threading Queue+Queueable.swift
[26/30] Compiling Threading LockedValue.swift
[27/30] Compiling Threading OSAllocatedUnfairMutex.swift
[28/30] Compiling Threading AnyLock.swift
[29/30] Compiling Threading AnyMutex.swift
[30/30] Compiling Threading AtomicValue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/101] Emitting module SmartNetwork
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
[32/108] Compiling SmartNetwork SmartTask.swift
[33/108] Compiling SmartNetwork SmartTasking.swift
[34/108] Compiling SmartNetwork SmartURLSession.swift
[35/108] Compiling SmartNetwork URLRequestRepresentation.swift
[36/108] Compiling SmartNetwork URLSession+SN.swift
[37/108] Compiling SmartNetwork UserInfo+Keys.swift
[38/108] Compiling SmartNetwork resource_bundle_accessor.swift
[39/108] Compiling SmartNetwork SmartNetworkSettings.swift
[40/108] Compiling SmartNetwork SmartRequest.swift
[41/108] Compiling SmartNetwork SmartResponse.swift
[42/108] Compiling SmartNetwork SmartSendable.swift
[43/108] Compiling SmartNetwork StopTheLine.swift
[44/108] Compiling SmartNetwork StopTheLineAction.swift
[45/108] Compiling SmartNetwork StopTheLineResult.swift
[46/108] Compiling SmartNetwork SmartItem.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[47/108] Compiling SmartNetwork SmartItems.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[48/108] Compiling SmartNetwork UserInfo.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[49/108] Compiling SmartNetwork UserInfoKey.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[50/108] Compiling SmartNetwork Plugin.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[51/108] Compiling SmartNetwork PluginPriority.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[52/108] Compiling SmartNetwork Plugins.Basic.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[53/108] Compiling SmartNetwork Plugins.Bearer.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:29:36: warning: capture of non-sendable type 'T.Type' in an isolated closure
27 | /// - Parameter items: A dictionary to convert into an array of `SmartItem` values.
28 | init(_ items: [String: T]) {
29 | self.rawValues = items.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/SmartItems.swift:203:39: warning: capture of non-sendable type 'T.Type' in an isolated closure
201 | extension SmartItems: ExpressibleByDictionaryLiteral {
202 | public init(dictionaryLiteral elements: (String, T)...) {
203 | self.rawValues = elements.map(SmartItem.init(key:value:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
204 | }
205 | }
[54/108] Compiling SmartNetwork RequestError.swift
[55/108] Compiling SmartNetwork RequestErrorDescription.swift
[56/108] Compiling SmartNetwork StatusCode.swift
[57/108] Compiling SmartNetwork Cancellable+SN.swift
[58/108] Compiling SmartNetwork Collection+SN.swift
[59/108] Compiling SmartNetwork DecodeByKeyPath.swift
[60/108] Compiling SmartNetwork DelayedQueue+SN.swift
[61/108] Compiling SmartNetwork Optional+SN.swift
[62/108] Compiling SmartNetwork SmartRequestManager.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[63/108] Compiling SmartNetwork Body.MultipartForm.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[64/108] Compiling SmartNetwork Body.XFormEncoder.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[65/108] Compiling SmartNetwork Body.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[66/108] Compiling SmartNetwork CacheSettings.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[67/108] Compiling SmartNetwork HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[68/108] Compiling SmartNetwork Parameters.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[69/108] Compiling SmartNetwork Scheme.swift
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Body.swift:82:29: error: type 'Body' does not conform to protocol 'Gesture'
80 | /// Encodes an optional `Body` into an `EncodedBody`, returning an empty result if `nil`.
81 | public extension Body? {
82 | func encode() throws -> Body.EncodedBody {
| `- error: type 'Body' does not conform to protocol 'Gesture'
83 | return try (self?.encode()) ?? .init(httpBody: nil, [:])
84 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:25: error: missing argument for parameter 'to' in call
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: missing argument for parameter 'to' in call
80 |
81 | return request
Swift.Optional.encode:2:13: note: 'encode(to:)' declared here
1 | generic enum Optional {
2 | public func encode(to encoder: any Encoder) throws}
| `- note: 'encode(to:)' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:18: error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: referencing instance method 'encode(to:)' on 'Optional' requires that 'Body' conform to 'Encodable'
80 |
81 | return request
Swift.Optional:1:11: note: where 'Wrapped' = 'Body'
1 | extension Optional : Encodable where Wrapped : Encodable {
| `- note: where 'Wrapped' = 'Body'
2 | public func encode(to encoder: any Encoder) throws
3 | }
/Users/admin/builder/spi-builder-workspace/Source/Parameters/Parameters.swift:79:27: error: value of tuple type '()' has no member 'fill'
77 | }
78 |
79 | try body.encode().fill(&request)
| `- error: value of tuple type '()' has no member 'fill'
80 |
81 | return request
[70/108] Compiling SmartNetwork HTTPStubBody.swift
[71/108] Compiling SmartNetwork HTTPStubCondition.swift
[72/108] Compiling SmartNetwork HTTPStubProtocol.swift
[73/108] Compiling SmartNetwork HTTPStubResponse.swift
[74/108] Compiling SmartNetwork HTTPStubServer.swift
[75/108] Compiling SmartNetwork Task+SN.swift
[76/108] Compiling SmartNetwork DetachedTask.swift
[77/108] Compiling SmartNetwork Plugins.JSONHeaders.swift
[78/108] Compiling SmartNetwork Plugins.Log.swift
[79/108] Compiling SmartNetwork Plugins.LogOS.swift
[80/108] Compiling SmartNetwork Plugins.StatusCode.swift
[81/108] Compiling SmartNetwork Plugins.TokenPlugin.swift
[82/108] Compiling SmartNetwork AnyErrorRetrier.swift
[83/108] Compiling SmartNetwork ConnectionErrorRetrier.swift
[84/108] Compiling SmartNetwork SmartRetrier.swift
[85/108] Compiling SmartNetwork Result+Recover.swift
[86/108] Compiling SmartNetwork JSONDecoding.swift
[87/108] Compiling SmartNetwork AnyRequest.swift
[88/108] Compiling SmartNetwork DecodableRequestManager.swift
[89/108] Compiling SmartNetwork RequestCompletion.swift
[90/108] Compiling SmartNetwork TypedRequest.swift
[91/108] Compiling SmartNetwork TypedRequestManager.swift
[92/108] Compiling SmartNetwork RequestManager.swift
[93/108] Compiling SmartNetwork Address.swift
[94/108] Compiling SmartNetwork AddressDetails+URL.swift
[95/108] Compiling SmartNetwork AddressDetails.swift
[96/108] Compiling SmartNetwork AddressDetailsExt.swift
[97/108] Compiling SmartNetwork AddressExt.swift
[98/108] Compiling SmartNetwork CURLConvertible.swift
[99/108] Compiling SmartNetwork DataContent.swift
[100/108] Compiling SmartNetwork DecodableContent.swift
[101/108] Compiling SmartNetwork DecodableKeyPath.swift
[102/108] Compiling SmartNetwork Deserializable.swift
[103/108] Compiling SmartNetwork ImageContent.swift
[104/108] Compiling SmartNetwork JSONContent.swift
[105/108] Compiling SmartNetwork VoidContent.swift
[106/108] Compiling SmartNetwork CrossPlatform.swift
[107/108] Compiling SmartNetwork RequestDecodingError.swift
[108/108] Compiling SmartNetwork RequestEncodingError.swift
Fetching https://github.com/NikSativa/SpryKit.git
Fetching https://github.com/NikSativa/Threading.git
[5/463] Fetching threading
[261/1430] Fetching threading, sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.87s)
Fetched https://github.com/NikSativa/Threading.git from cache (0.87s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 2.2.0 (1.32s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.4 (0.44s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/72197] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.94s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.94s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.48s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.46s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.70s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.20s)
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.4
Creating working copy for https://github.com/NikSativa/Threading.git
Working copy of https://github.com/NikSativa/Threading.git resolved at 2.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
BUILD FAILURE 6.2 macosSpm