The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SmartNetwork, reference main (efe41c), with Swift 6.2 (beta) for macOS (SPM) on 21 Aug 2025 02:41:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 efe41ca public deserializers
Cloned https://github.com/NikSativa/SmartNetwork.git
Revision (git rev-parse @):
efe41ca0d1d7a1ff7e53161de5054f29763e308e
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] Write sources
[2/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 Mutexing.swift
[10/30] Compiling Threading DelayedQueue.swift
[11/30] Compiling Threading UnfairLock.swift
[12/30] Compiling Threading Locking.swift
[13/30] Compiling Threading MutexInitializable.swift
[14/30] Compiling Threading IsolatedMain.swift
[15/30] Compiling Threading NSLock.swift
[16/30] Compiling Threading NSRecursiveLock.swift
[17/30] Compiling Threading Queue.swift
[18/30] Compiling Threading Queueable.swift
[19/30] Compiling Threading DispatchTime+Queue.swift
[20/30] Compiling Threading Queue+Queueable.swift
[21/30] Compiling Threading OSAllocatedUnfairLock.swift
[22/30] Compiling Threading PThread.swift
[23/30] Compiling Threading Semaphore.swift
[24/30] Compiling Threading LockedValue.swift
[25/30] Compiling Threading OSAllocatedUnfairMutex.swift
[26/30] Compiling Threading QueueBarrier.swift
[27/30] Compiling Threading SyncMutex.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 SmartNetworkSettings.swift
[33/108] Compiling SmartNetwork SmartRequest.swift
[34/108] Compiling SmartNetwork SmartResponse.swift
[35/108] Compiling SmartNetwork SmartSendable.swift
[36/108] Compiling SmartNetwork StopTheLine.swift
[37/108] Compiling SmartNetwork StopTheLineAction.swift
[38/108] Compiling SmartNetwork StopTheLineResult.swift
[39/108] Compiling SmartNetwork Address.swift
[40/108] Compiling SmartNetwork AddressDetails+URL.swift
[41/108] Compiling SmartNetwork AddressDetails.swift
[42/108] Compiling SmartNetwork AddressDetailsExt.swift
[43/108] Compiling SmartNetwork AddressExt.swift
[44/108] Compiling SmartNetwork CURLConvertible.swift
[45/108] Compiling SmartNetwork DataContent.swift
[46/108] Compiling SmartNetwork DecodableContent.swift
[47/108] Compiling SmartNetwork Plugins.JSONHeaders.swift
[48/108] Compiling SmartNetwork Plugins.Log.swift
[49/108] Compiling SmartNetwork Plugins.LogOS.swift
[50/108] Compiling SmartNetwork Plugins.StatusCode.swift
[51/108] Compiling SmartNetwork Plugins.TokenPlugin.swift
[52/108] Compiling SmartNetwork AnyErrorRetrier.swift
[53/108] Compiling SmartNetwork ConnectionErrorRetrier.swift
[54/108] Compiling SmartNetwork SmartRetrier.swift
[55/108] Compiling SmartNetwork SmartTask.swift
[56/108] Compiling SmartNetwork SmartTasking.swift
[57/108] Compiling SmartNetwork SmartURLSession.swift
[58/108] Compiling SmartNetwork URLRequestRepresentation.swift
[59/108] Compiling SmartNetwork URLSession+SN.swift
[60/108] Compiling SmartNetwork UserInfo+Keys.swift
[61/108] Compiling SmartNetwork resource_bundle_accessor.swift
[62/108] Compiling SmartNetwork Result+Recover.swift
[63/108] Compiling SmartNetwork JSONDecoding.swift
[64/108] Compiling SmartNetwork AnyRequest.swift
[65/108] Compiling SmartNetwork DecodableRequestManager.swift
[66/108] Compiling SmartNetwork RequestCompletion.swift
[67/108] Compiling SmartNetwork TypedRequest.swift
[68/108] Compiling SmartNetwork TypedRequestManager.swift
[69/108] Compiling SmartNetwork RequestManager.swift
[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 RequestError.swift
[78/108] Compiling SmartNetwork RequestErrorDescription.swift
[79/108] Compiling SmartNetwork StatusCode.swift
[80/108] Compiling SmartNetwork Cancellable+SN.swift
[81/108] Compiling SmartNetwork Collection+SN.swift
[82/108] Compiling SmartNetwork DecodeByKeyPath.swift
[83/108] Compiling SmartNetwork DelayedQueue+SN.swift
[84/108] Compiling SmartNetwork Optional+SN.swift
[85/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: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: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: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
[86/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: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: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: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
[87/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: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: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: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
[88/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: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: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: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
[89/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: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: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: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
[90/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: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: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: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
[91/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: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: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: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
[92/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: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: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: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
[93/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 | }
[94/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 | }
[95/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 | }
[96/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 | }
[97/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 | }
[98/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 | }
[99/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 | }
[100/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 | }
[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/Threading.git
Fetching https://github.com/NikSativa/SpryKit.git
[1/463] Fetching threading
[224/1447] Fetching threading, sprykit
Fetched https://github.com/NikSativa/Threading.git from cache (0.75s)
[178/984] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.86s)
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.5 (0.45s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/73008] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.32s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.32s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.13s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.54s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.68s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.22s)
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.5
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