Build Information
Successful build of swift-argument-encoding, reference main (74686c
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 19:50:07 UTC.
Swift 6 data race errors: 0
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/MFB-Technologies-Inc/swift-argument-encoding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFB-Technologies-Inc/swift-argument-encoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74686c3 Merge pull request #15 from MFB-Technologies-Inc/feature/init-positional-with-argument-rep
Cloned https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Revision (git rev-parse @):
74686c3d2591147632ab9e27c429e5b9eafda5ea
SUCCESS checkout https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/38] Compiling ConcurrencyExtras Result.swift
[10/39] Compiling ConcurrencyExtras UncheckedSendable.swift
[11/39] Compiling IssueReporting TestContext.swift
[12/39] Compiling IssueReporting Unimplemented.swift
[13/41] Compiling IssueReporting WithExpectedIssue.swift
[14/41] Compiling IssueReporting WithIssueContext.swift
[15/41] Compiling IssueReporting BreakpointReporter.swift
[16/41] Compiling IssueReporting FatalErrorReporter.swift
[17/41] Compiling IssueReporting IsTesting.swift
[18/41] Compiling IssueReporting IssueReporter.swift
[19/41] Compiling IssueReporting RuntimeWarningReporter.swift
[20/41] Compiling IssueReporting ReportIssue.swift
[21/41] Compiling ConcurrencyExtras MainSerialExecutor.swift
[22/41] Compiling ConcurrencyExtras UncheckedBox.swift
[23/41] Compiling ConcurrencyExtras LockIsolated.swift
[24/41] Compiling ConcurrencyExtras Task.swift
[25/41] Compiling IssueReporting LockIsolated.swift
[26/41] Compiling IssueReporting Rethrows.swift
[27/41] Compiling IssueReporting Deprecations.swift
[28/41] Compiling IssueReporting FailureObserver.swift
[29/41] Emitting module IssueReporting
[30/41] Compiling IssueReporting ErrorReporting.swift
[31/41] Compiling IssueReporting AppHostWarning.swift
[32/41] Compiling IssueReporting Warn.swift
[33/41] Compiling IssueReporting XCTest.swift
[34/41] Compiling IssueReporting SwiftTesting.swift
[35/41] Compiling IssueReporting UncheckedSendable.swift
[36/41] Emitting module ConcurrencyExtras
[39/41] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[40/41] Compiling ConcurrencyExtras Locking.swift
[41/41] Compiling ConcurrencyExtras AsyncStream.swift
[42/65] Compiling XCTestDynamicOverlay Deprecations.swift
[43/65] Emitting module XCTestDynamicOverlay
[44/65] Compiling XCTestDynamicOverlay Exports.swift
[45/65] Compiling Clocks Timer.swift
[46/65] Compiling CombineSchedulers UIScheduler.swift
[47/66] Compiling CombineSchedulers UIKit.swift
[48/66] Compiling CombineSchedulers Lock.swift
[49/66] Compiling CombineSchedulers AnyScheduler.swift
[50/66] Compiling CombineSchedulers Concurrency.swift
[51/66] Emitting module CombineSchedulers
[52/66] Compiling CombineSchedulers ImmediateScheduler.swift
[53/66] Compiling CombineSchedulers Deprecations.swift
[54/66] Compiling Clocks Lock.swift
[55/66] Emitting module Clocks
[56/66] Compiling Clocks ImmediateClock.swift
[57/66] Compiling Clocks AnyClock.swift
[58/66] Compiling Clocks UnimplementedClock.swift
[59/66] Compiling Clocks TestClock.swift
[60/66] Compiling CombineSchedulers TestScheduler.swift
[61/66] Compiling CombineSchedulers Timer.swift
[62/66] Compiling CombineSchedulers UnimplementedScheduler.swift
[63/66] Compiling Clocks SwiftUI.swift
[64/66] Compiling Clocks _AsyncTimerSequence.swift
[65/66] Compiling CombineSchedulers SwiftUI.swift
[66/66] Compiling CombineSchedulers NSRecursiveLock.swift
[67/90] Compiling Dependencies Dependency.swift
[68/90] Compiling Dependencies DependencyContext.swift
[69/90] Compiling Dependencies DependencyKey.swift
[70/92] Emitting module Dependencies
[71/92] Compiling Dependencies TypeName.swift
[72/92] Compiling Dependencies PreviewTrait.swift
[73/92] Compiling Dependencies Clocks.swift
[74/92] Compiling Dependencies Context.swift
[75/92] Compiling Dependencies Date.swift
[76/92] Compiling Dependencies Deprecations.swift
[77/92] Compiling Dependencies Exports.swift
[78/92] Compiling Dependencies WithRandomNumberGenerator.swift
[79/92] Compiling Dependencies AppEntryPoint.swift
[80/92] Compiling Dependencies MainRunLoop.swift
[81/92] Compiling Dependencies OpenURL.swift
[82/92] Compiling Dependencies TimeZone.swift
[83/92] Compiling Dependencies FireAndForget.swift
[84/92] Compiling Dependencies Locale.swift
[85/92] Compiling Dependencies MainQueue.swift
[86/92] Compiling Dependencies URLSession.swift
[87/92] Compiling Dependencies UUID.swift
[88/92] Compiling Dependencies DependencyValues.swift
[89/92] Compiling Dependencies Assert.swift
[90/92] Compiling Dependencies Calendar.swift
[91/92] Compiling Dependencies TestTrait.swift
[92/92] Compiling Dependencies WithDependencies.swift
[93/106] Compiling ArgumentEncoding OptionSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:123:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
121 | keyOverride = key.description
122 | wrappedValue = value
123 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
124 | }
125 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:123:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
121 | keyOverride = key.description
122 | wrappedValue = value
123 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
124 | }
125 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:134:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
132 | keyOverride = key
133 | self.wrappedValue = wrappedValue
134 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:134:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
132 | keyOverride = key
133 | self.wrappedValue = wrappedValue
134 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:152:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
150 | keyOverride = key.description
151 | wrappedValue = value
152 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:152:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
150 | keyOverride = key.description
151 | wrappedValue = value
152 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:163:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
161 | keyOverride = key
162 | self.wrappedValue = wrappedValue
163 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
164 | }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:163:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
161 | keyOverride = key
162 | self.wrappedValue = wrappedValue
163 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
164 | }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:183:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
181 | keyOverride = key.description
182 | wrappedValue = value
183 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
184 | }
185 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:183:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
181 | keyOverride = key.description
182 | wrappedValue = value
183 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
184 | }
185 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:194:18: warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
192 | keyOverride = key
193 | self.wrappedValue = wrappedValue
194 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Element.Type' in an isolated closure
195 | }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/OptionSet.swift:194:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
192 | keyOverride = key
193 | self.wrappedValue = wrappedValue
194 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
195 | }
196 |
[94/106] Compiling ArgumentEncoding StaticString+Constants.swift
[95/106] Compiling ArgumentEncoding PositionalArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:91:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
89 | public init(value: Value) {
90 | wrappedValue = value
91 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
92 | }
93 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:100:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
98 | public init(wrappedValue: Value) {
99 | self.wrappedValue = wrappedValue
100 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
101 | }
102 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:116:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
114 | public init(value: Value) {
115 | wrappedValue = value
116 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
117 | }
118 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:125:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
123 | public init(wrappedValue: Value) {
124 | self.wrappedValue = wrappedValue
125 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
126 | }
127 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:143:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 | public init(value: Value) {
142 | wrappedValue = value
143 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
144 | }
145 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:152:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
150 | public init(wrappedValue: Value) {
151 | self.wrappedValue = wrappedValue
152 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
153 | }
154 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:172:18: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
170 | {
171 | wrappedValue = value
172 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
173 | }
174 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:183:18: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
181 | {
182 | self.wrappedValue = wrappedValue
183 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
184 | }
185 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:205:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
203 | {
204 | wrappedValue = values
205 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
206 | }
207 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:205:23: warning: capture of non-sendable type 'E.Type' in an isolated closure
203 | {
204 | wrappedValue = values
205 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
206 | }
207 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:216:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
214 | {
215 | self.wrappedValue = wrappedValue
216 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
217 | }
218 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:216:23: warning: capture of non-sendable type 'E.Type' in an isolated closure
214 | {
215 | self.wrappedValue = wrappedValue
216 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'E.Type' in an isolated closure
217 | }
218 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:236:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
234 | public init(value: Value) {
235 | wrappedValue = value
236 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
237 | }
238 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:245:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
243 | public init(wrappedValue: Value) {
244 | self.wrappedValue = wrappedValue
245 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
246 | }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:258:66: warning: capture of non-sendable type 'Value.Type' in an isolated closure
256 | extension Positional: ExpressibleByIntegerLiteral where Value: BinaryInteger, Value.IntegerLiteralType == Int {
257 | public init(integerLiteral value: IntegerLiteralType) {
258 | self.init(wrappedValue: Value(integerLiteral: value)) { [$0.description] }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
259 | }
260 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/PositionalArgument.swift:265:54: warning: capture of non-sendable type 'Value.Type' in an isolated closure
263 | extension Positional: ExpressibleByFloatLiteral where Value: BinaryFloatingPoint {
264 | public init(floatLiteral value: FloatLiteralType) {
265 | self.init(wrappedValue: Value(value)) { [$0.formatted()] }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
266 | }
267 | }
[96/107] Compiling ArgumentEncoding Formatters.swift
[97/107] Compiling ArgumentEncoding Flag.swift
[98/107] Compiling ArgumentEncoding FormatterNode.swift
[99/107] Compiling ArgumentEncoding Option.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:120:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
118 | keyOverride = key.description
119 | wrappedValue = value
120 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
121 | }
122 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:131:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
129 | keyOverride = key
130 | self.wrappedValue = wrappedValue
131 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
132 | }
133 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:149:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
147 | keyOverride = key.description
148 | wrappedValue = value
149 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
150 | }
151 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:160:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
158 | keyOverride = key
159 | self.wrappedValue = wrappedValue
160 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
161 | }
162 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:180:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
178 | keyOverride = key.description
179 | wrappedValue = value
180 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
181 | }
182 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:191:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
189 | keyOverride = key
190 | self.wrappedValue = wrappedValue
191 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
192 | }
193 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:213:18: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
211 | keyOverride = key.description
212 | wrappedValue = value
213 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:226:18: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
224 | keyOverride = key
225 | self.wrappedValue = wrappedValue
226 | unwrap = Self.unwrap(_:)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
227 | }
228 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:241:70: warning: capture of non-sendable type 'Value.Type' in an isolated closure
239 | extension Option: ExpressibleByIntegerLiteral where Value: BinaryInteger, Value.IntegerLiteralType == Int {
240 | public init(integerLiteral value: IntegerLiteralType) {
241 | self.init(wrappedValue: Value(integerLiteral: value), nil) { $0.description }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
242 | }
243 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/Option.swift:248:58: warning: capture of non-sendable type 'Value.Type' in an isolated closure
246 | extension Option: ExpressibleByFloatLiteral where Value: BinaryFloatingPoint {
247 | public init(floatLiteral value: FloatLiteralType) {
248 | self.init(wrappedValue: Value(value), nil) { $0.formatted() }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
249 | }
250 | }
[100/107] Compiling ArgumentEncoding DecoderUserInfo+OptionHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:39:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
37 | T: CustomStringConvertible
38 | {
39 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
40 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:40:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
38 | {
39 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
40 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
41 | }
42 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:46:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
44 | T.RawValue: CustomStringConvertible
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:47:65: warning: capture of non-sendable type 'T.RawValue.Type' in an isolated closure
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
| `- warning: capture of non-sendable type 'T.RawValue.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:47:62: warning: capture of non-sendable type 'T.Type' in an isolated closure
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:53:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
51 | T: RawRepresentable, T.RawValue: CustomStringConvertible
52 | {
53 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
54 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:54:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
52 | {
53 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
54 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
55 | }
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:39:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
37 | T.Element: CustomStringConvertible
38 | {
39 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
40 | }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:39:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
37 | T.Element: CustomStringConvertible
38 | {
39 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
40 | }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:45:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
43 | T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
44 | {
45 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
46 | }
47 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:45:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
43 | T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
44 | {
45 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
46 | }
47 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:51:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
49 | T.Element: CustomStringConvertible, T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
50 | {
51 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
52 | }
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:51:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
49 | T.Element: CustomStringConvertible, T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
50 | {
51 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
52 | }
53 | }
[101/107] Compiling ArgumentEncoding DecoderUserInfo+OptionSetHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:39:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
37 | T: CustomStringConvertible
38 | {
39 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
40 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
41 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:40:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
38 | {
39 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
40 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
41 | }
42 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:46:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
44 | T.RawValue: CustomStringConvertible
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:47:65: warning: capture of non-sendable type 'T.RawValue.Type' in an isolated closure
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
| `- warning: capture of non-sendable type 'T.RawValue.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:47:62: warning: capture of non-sendable type 'T.Type' in an isolated closure
45 | {
46 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
47 | addOptionConfiguration(for: T.self, configuration: { $0.rawValue.description })
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:53:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
51 | T: RawRepresentable, T.RawValue: CustomStringConvertible
52 | {
53 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
54 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionHelpers.swift:54:60: warning: capture of non-sendable type 'T.Type' in an isolated closure
52 | {
53 | addOptionConfiguration(for: T.self, configuration: Option<T>.unwrap(_:))
54 | addOptionConfiguration(for: T.self, configuration: Option<T?>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
55 | }
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:39:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
37 | T.Element: CustomStringConvertible
38 | {
39 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
40 | }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:39:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
37 | T.Element: CustomStringConvertible
38 | {
39 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
40 | }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:45:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
43 | T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
44 | {
45 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
46 | }
47 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:45:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
43 | T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
44 | {
45 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
46 | }
47 |
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:51:74: warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
49 | T.Element: CustomStringConvertible, T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
50 | {
51 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Element.Type' in an isolated closure
52 | }
53 | }
/Users/admin/builder/spi-builder-workspace/Sources/ArgumentEncoding/DecoderUserInfo+OptionSetHelpers.swift:51:74: warning: capture of non-sendable type 'T.Type' in an isolated closure
49 | T.Element: CustomStringConvertible, T.Element: RawRepresentable, T.Element.RawValue: CustomStringConvertible
50 | {
51 | addOptionSetConfiguration(for: OptionSet<T>.self, configuration: OptionSet<T>.unwrap(_:))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
52 | }
53 | }
[102/107] Compiling ArgumentEncoding Command.swift
[103/107] Compiling ArgumentEncoding CommandRepresentable.swift
[104/107] Emitting module ArgumentEncoding
[105/107] Compiling ArgumentEncoding ArgumentGroup.swift
[106/107] Compiling ArgumentEncoding CaseConverter.swift
[107/107] Compiling ArgumentEncoding TopLevelCommandRepresentable.swift
Build complete! (31.48s)
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.26s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (1.75s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[146/3271] Fetching combine-schedulers, swift-concurrency-extras
[276/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[423/10030] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.24s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.24s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.24s)
[1/70921] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.29s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.29s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (3.76s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.43s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.43s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.69s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "swift-argument-encoding",
"name" : "swift-argument-encoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ArgumentEncoding",
"targets" : [
"ArgumentEncoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArgumentEncodingTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentEncodingTests",
"path" : "Tests/ArgumentEncodingTests",
"sources" : [
"ArgumentGroupTests.swift",
"CommandRepresentableTests.swift",
"CommandTests.swift",
"FlagTests.swift",
"FormatterTests.swift",
"OptionDecodingTests.swift",
"OptionSetDecodingTests.swift",
"OptionSetTests.swift",
"OptionTests.swift",
"PositionalTests.swift",
"TopLevelCommandRepresentableTests.swift"
],
"target_dependencies" : [
"ArgumentEncoding"
],
"type" : "test"
},
{
"c99name" : "ArgumentEncoding",
"module_type" : "SwiftTarget",
"name" : "ArgumentEncoding",
"path" : "Sources/ArgumentEncoding",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"ArgumentEncoding"
],
"sources" : [
"ArgumentGroup.swift",
"CaseConverter.swift",
"Command.swift",
"CommandRepresentable.swift",
"DecoderUserInfo+OptionHelpers.swift",
"DecoderUserInfo+OptionSetHelpers.swift",
"Flag.swift",
"FormatterNode.swift",
"Formatters.swift",
"Option.swift",
"OptionSet.swift",
"PositionalArgument.swift",
"StaticString+Constants.swift",
"TopLevelCommandRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.