Build Information
Successful build of SwiftPM, reference main (1e155f
), with Swift 5.10 for macOS (SPM) on 5 Nov 2024 03:39:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:22:16: warning: static property 'swiftpm' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let swiftpm = os.OSLog(subsystem: "org.swift.swiftpm", category: "default")
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/OSSignpost.swift:17:17: remark: '@preconcurrency' attribute on module 'os' is unused
@preconcurrency import os
~~~~~~~~~~~~~~~~^
[1104/1278] Compiling ArgumentParser Platform.swift
[1105/1278] Compiling ArgumentParser SequenceExtensions.swift
[1106/1278] Compiling ArgumentParser StringExtensions.swift
[1107/1278] Compiling ArgumentParser Tree.swift
[1111/1278] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1112/1278] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1113/1278] Compiling _CryptoExtras AES_GCM_SIV.swift
[1114/1278] Compiling _CryptoExtras Block Function.swift
[1115/1278] Compiling _CryptoExtras ChaCha20CTR.swift
[1116/1278] Compiling _CryptoExtras RSA.swift
[1117/1278] Compiling _CryptoExtras RSA_boring.swift
[1118/1278] Compiling _CryptoExtras RSA_security.swift
[1119/1278] Compiling ArgumentParser Argument.swift
[1120/1278] Compiling ArgumentParser Flag.swift
[1121/1278] Compiling ArgumentParser NameSpecification.swift
[1122/1278] Compiling ArgumentParser Option.swift
[1123/1278] Compiling ArgumentParser OptionGroup.swift
[1124/1278] Compiling ArgumentParser ParsableArguments.swift
[1125/1278] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1153/1278] Compiling Basics Errors.swift
[1154/1278] Compiling Basics AbsolutePath.swift
[1155/1278] Compiling Basics FileSystem+Extensions.swift
[1156/1278] Compiling Basics InMemoryFileSystem.swift
[1157/1278] Compiling Basics NativePathExtensions.swift
[1158/1278] Compiling Basics RelativePath.swift
[1159/1278] Compiling Basics TSCAdapters.swift
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: warning: static property 'isSignalHandlerInstalled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: isolate 'isSignalHandlerInstalled' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:49:32: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
precondition(!Self.isSignalHandlerInstalled)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:99:18: warning: reference to static property 'isSignalHandlerInstalled' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.isSignalHandlerInstalled = true
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:35:24: note: static property declared here
private static var isSignalHandlerInstalled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:117:52: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: name, handler: handler.cancel(deadline:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:126:93: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.arguments.joined(separator: " "))", handler: process.terminate)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Cancellator.swift:131:72: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.register(name: "\(process.description)", handler: process.terminate(timeout:))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: warning: associated value 'stream(stdout:stderr:redirectStderr:)' of 'Sendable'-conforming enum 'OutputRedirection' has non-sendable type 'AsyncProcess.OutputClosure' (aka '(Array<UInt8>) -> ()')
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:188:14: note: a function type must be marked '@Sendable' to conform to 'Sendable'
case stream(stdout: OutputClosure, stderr: OutputClosure, redirectStderr: Bool)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: warning: static property '_loggingHandler' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: isolate '_loggingHandler' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: warning: static property 'validatedExecutablesMap' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: isolate 'validatedExecutablesMap' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:275:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:279:22: warning: reference to static property '_loggingHandler' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
self._loggingHandler = newValue
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:263:24: note: static property declared here
private static var _loggingHandler: LoggingHandler?
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:359:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:385:62: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
self.loggingHandler = loggingHandler ?? AsyncProcess.loggingHandler
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:439:45: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let value = AsyncProcess.validatedExecutablesMap[program] {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:443:30: warning: reference to static property 'validatedExecutablesMap' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
AsyncProcess.validatedExecutablesMap[program] = value
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:331:24: note: static property declared here
private static var validatedExecutablesMap = [String: AbsolutePath?]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:861:36: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.waitUntilExit(completion)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1007:41: warning: capture of 'stdinStream' with non-sendable type 'any WritableByteStream' in a `@Sendable` closure
try await stdoutHandler(stdinStream, stdoutStream)
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:46:17: note: protocol 'WritableByteStream' does not conform to the 'Sendable' protocol
public protocol WritableByteStream: AnyObject, TextOutputStream, Closable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:32:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
import class TSCBasic.CStringArray
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: warning: capture of 'completion' with non-sendable type '(Result<AsyncProcessResult, any Error>) -> Void' in a `@Sendable` closure
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/AsyncProcess.swift:1105:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:34:9: warning: capture of 'box' with non-sendable type 'ThreadSafeBox<T>' in a `@Sendable` closure
box.mutate { _ in localValue }
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/Concurrency/ConcurrencyHelpers.swift:28:26: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func unsafe_await<T>(_ body: @Sendable @escaping () async -> T) -> T {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: warning: static property 'hostsErrors' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: isolate 'hostsErrors' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:174:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.signal()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:187:13: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.concurrencySemaphore.wait()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:215:25: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self.recordErrorIfNecessary(response: response, request: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:230:33: warning: capture of 'self' with non-sendable type 'LegacyHTTPClient' in a `@Sendable` closure
self._execute(
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:25:20: note: class 'LegacyHTTPClient' does not conform to the 'Sendable' protocol
public final class LegacyHTTPClient: Cancellable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:281:35: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
var errors = Self.hostsErrors.removeValue(forKey: host) ?? []
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:283:22: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = errors
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:295:96: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
if let host = request.url.host, let errors = (Self.hostsErrorsLock.withLock { Self.hostsErrors[host] }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:301:30: warning: reference to static property 'hostsErrors' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
Self.hostsErrors[host] = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/LegacyHTTPClient.swift:53:24: note: static property declared here
private static var hostsErrors = [String: [Date]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:24:17: warning: stored property 'dataTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DataTaskManager'
private let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:25:17: warning: stored property 'downloadTaskManager' of 'Sendable'-conforming class 'URLSessionHTTPClient' has non-sendable type 'DownloadTaskManager'
private let downloadTaskManager: DownloadTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:252:21: note: class 'DownloadTaskManager' does not conform to the 'Sendable' protocol
private final class DownloadTaskManager: NSObject, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:228:13: warning: stored property 'dataTaskManager' of 'Sendable'-conforming struct 'DataTask' has non-sendable type 'DataTaskManager'
let dataTaskManager: DataTaskManager
^
/Users/admin/builder/spi-builder-workspace/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:126:21: note: class 'DataTaskManager' does not conform to the 'Sendable' protocol
private final class DataTaskManager: NSObject, URLSessionDataDelegate {
^
[1183/1278] Compiling _CryptoExtras DigestType.swift
[1184/1278] Compiling _CryptoExtras Error.swift
[1185/1278] Compiling _CryptoExtras BoringSSLHelpers.swift
[1186/1278] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1187/1278] Compiling _CryptoExtras PEMDocument.swift
[1202/1279] Compiling _CryptoExtras RandomBytes.swift
[1207/1279] Emitting module _CryptoExtras
[1210/1370] Compiling TSCTestSupport XCTestCasePerf.swift
[1211/1370] Compiling TSCTestSupport misc.swift
[1212/1370] Compiling TSCTestSupport XCTAssertHelpers.swift
[1213/1370] Compiling X509 RDNAttribute.swift
[1214/1370] Compiling X509 RandomNumberGenerator+bytes.swift
[1215/1370] Compiling X509 RelativeDistinguishedName.swift
[1216/1370] Compiling X509 SEC1PrivateKey.swift
[1217/1370] Compiling X509 Signature.swift
[1218/1370] Compiling X509 SignatureAlgorithm.swift
[1219/1370] Compiling X509 AllOfPolicies.swift
[1220/1436] Compiling TSCTestSupport JSONExtensions.swift
[1221/1436] Compiling TSCTestSupport PseudoTerminal.swift
[1222/1436] Compiling TSCTestSupport Product.swift
[1223/1436] Compiling TSCTestSupport DiagnosticsEngine.swift
[1224/1436] Emitting module TSCTestSupport
[1225/1436] Compiling TSCTestSupport AssertMatch.swift
[1226/1436] Compiling TSCTestSupport FileSystemExtensions.swift
[1227/1436] Emitting module dummy_swiftc
[1228/1436] Compiling dummy_swiftc main.swift
[1228/1436] Write Objects.LinkFileList
[1230/1436] Compiling QueryEngine Query.swift
[1231/1436] Compiling QueryEngine FileCacheRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/QueryEngine/FileCacheRecord.swift:16:17: remark: '@preconcurrency' attribute on module 'SystemPackage' is unused
@preconcurrency import struct SystemPackage.FilePath
~~~~~~~~~~~~~~~~^
[1232/1436] Emitting module QueryEngine
[1233/1436] Compiling QueryEngine CacheKey.swift
[1234/1436] Compiling QueryEngine QueryEngine.swift
/Users/admin/builder/spi-builder-workspace/Sources/QueryEngine/QueryEngine.swift:16:17: remark: '@preconcurrency' attribute on module 'SystemPackage' is unused
@preconcurrency import SystemPackage
~~~~~~~~~~~~~~~~^
[1235/1436] Emitting module SPMLLBuild
[1236/1436] Compiling SPMLLBuild llbuild.swift
[1237/1436] Compiling LLBuildManifest Command.swift
[1238/1436] Compiling LLBuildManifest Node.swift
[1239/1436] Compiling LLBuildManifest LLBuildManifest.swift
[1240/1436] Compiling LLBuildManifest LLBuildManifestWriter.swift
[1241/1436] Compiling LLBuildManifest Tools.swift
[1242/1436] Compiling LLBuildManifest Target.swift
[1243/1436] Emitting module LLBuildManifest
[1244/1436] Compiling PackageModel ArtifactsArchiveMetadata.swift
[1245/1436] Compiling PackageModel BuildConfiguration.swift
[1246/1436] Compiling PackageModel BuildEnvironment.swift
[1247/1436] Compiling PackageModel BuildFlags.swift
[1248/1436] Compiling PackageModel BuildSettings.swift
[1249/1436] Compiling PackageModel DependencyMapper.swift
[1250/1436] Compiling PackageModel SwiftSDKBundle.swift
[1251/1436] Compiling PackageModel SwiftSDKBundleStore.swift
[1252/1436] Compiling PackageModel SwiftSDKConfigurationStore.swift
[1253/1436] Compiling PackageModel Toolchain.swift
[1254/1436] Compiling PackageModel ToolchainConfiguration.swift
[1255/1441] Compiling X509 OCSPSingleResponse.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1256/1441] Compiling X509 OCSPTBSRequest.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1257/1441] Compiling X509 OCSPVersion.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1258/1441] Compiling X509 PKCS8PrivateKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1259/1441] Compiling X509 PromiseAndFuture.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1264/1450] Linking dummy-swiftc
[1266/1450] Compiling PackageModel Sources.swift
[1267/1450] Compiling PackageModel SupportedLanguageExtension.swift
[1268/1450] Compiling PackageModel SwiftLanguageVersion.swift
[1269/1450] Compiling PackageModel SwiftSDK.swift
[1270/1450] Compiling PackageModel PackageReference.swift
[1271/1450] Compiling PackageModel Platform.swift
[1272/1450] Compiling PackageModel PlatformRegistry.swift
[1273/1450] Compiling PackageModel Product.swift
[1274/1450] Compiling PackageModel Registry.swift
[1275/1450] Compiling PackageModel ToolsVersion.swift
[1275/1450] Applying dummy-swiftc
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1278/1450] Compiling PackageModel RegistryReleaseMetadata.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1279/1450] Compiling PackageModel Resource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1280/1450] Compiling PackageModel Sanitizers.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1281/1450] Compiling PackageModel Snippet.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1282/1450] Compiling PackageModel SnippetGroup.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1283/1450] Compiling PackageModel ManifestSourceGeneration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1284/1450] Compiling PackageModel MinimumDeploymentTarget.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1285/1450] Compiling PackageModel BinaryModule.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1286/1450] Compiling PackageModel ClangModule.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1302/1450] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[1303/1450] Compiling PackageModel Toolset.swift
[1304/1450] Compiling PackageModel UserToolchain.swift
[1305/1450] Compiling PackageModel WindowsToolchainInfo.swift
[1306/1450] Compiling X509 OCSPResponse.swift
[1307/1450] Compiling X509 OCSPResponseBytes.swift
[1308/1450] Compiling X509 OCSPResponseData.swift
[1309/1450] Compiling X509 OCSPResponseStatus.swift
[1310/1450] Compiling X509 OCSPSignature.swift
[1311/1450] Compiling X509 OCSPSingleRequest.swift
[1317/1450] Compiling PackageModel PlainTextSnippetExtractor.swift
[1322/1450] Compiling PackageModel Module.swift
[1323/1450] Compiling PackageModel PluginModule.swift
[1324/1450] Compiling PackageModel PlatformDescription.swift
[1325/1450] Compiling PackageModel ProductDescription.swift
[1326/1450] Compiling PackageModel SystemPackageProviderDescription.swift
[1327/1450] Compiling PackageModel TargetBuildSettingDescription.swift
[1328/1450] Compiling PackageModel TargetDescription.swift
[1329/1450] Compiling PackageModel TraitDescription.swift
[1330/1450] Compiling PackageModel SwiftModule.swift
[1331/1450] Compiling PackageModel SystemLibraryModule.swift
[1332/1450] Compiling PackageModel ModuleMapType.swift
[1333/1450] Compiling PackageModel PackageIdentity.swift
[1334/1450] Compiling PackageModel PackageModel.swift
[1335/1450] Compiling PackageModel Diagnostics.swift
[1336/1450] Compiling PackageModel IdentityResolver.swift
[1337/1450] Compiling PackageModel InstalledSwiftPMConfiguration.swift
[1338/1450] Compiling PackageModel Manifest.swift
[1339/1450] Compiling PackageModel PackageConditionDescription.swift
[1340/1450] Compiling PackageModel PackageDependencyDescription.swift
[1365/1450] Compiling SwiftOptions OptionParsing.swift
[1366/1450] Compiling SwiftOptions OptionTable.swift
[1367/1450] Compiling SwiftOptions DriverKind.swift
[1368/1450] Emitting module SwiftOptions
[1369/1450] Compiling SwiftOptions Option.swift
[1370/1450] Compiling SwiftOptions Options.swift
[1371/1450] Emitting module PackageModel
[1374/1456] Compiling X509 AnyPolicy.swift
[1375/1456] Compiling X509 CertificateStore.swift
[1376/1456] Compiling X509 OneOfPolicies.swift
[1377/1456] Compiling X509 PolicyBuilder.swift
[1378/1456] Compiling X509 BasicConstraintsPolicy.swift
[1379/1456] Compiling X509 DNSNames.swift
[1380/1456] Compiling X509 DirectoryNames.swift
[1381/1456] Compiling X509 ExpiryPolicy.swift
[1382/1458] Compiling X509 IPConstraints.swift
[1383/1458] Compiling X509 NameConstraintsPolicy.swift
[1384/1458] Compiling X509 RFC5280Policy.swift
[1385/1458] Compiling X509 URIConstraints.swift
[1386/1458] Compiling X509 VersionPolicy.swift
[1387/1458] Compiling X509 ServerIdentityPolicy.swift
[1388/1458] Compiling X509 TrustRootLoading.swift
[1389/1458] Compiling X509 UnverifiedChain.swift
[1390/1458] Compiling X509 VerificationDiagnostic.swift
[1391/1458] Compiling X509 Verifier.swift
[1392/1461] Compiling X509 VerifierPolicy.swift
[1393/1461] Compiling X509 AlgorithmIdentifier.swift
[1394/1461] Compiling X509 ECDSASignature.swift
[1395/1461] Compiling X509 RSAPKCS1PublicKey.swift
[1396/1461] Compiling X509 SubjectPublicKeyInfo.swift
[1397/1461] Compiling X509 TBSCertificate.swift
[1398/1461] Compiling X509 Time.swift
[1399/1461] Compiling X509 TimeCalculations.swift
[1400/1461] Compiling X509 Validity.swift
[1401/1550] Compiling SwiftDriver InterModuleDependencyGraph.swift
[1402/1550] Compiling SwiftDriver InterModuleDependencyOracle.swift
[1403/1550] Compiling SwiftDriver ModuleDependencyScanning.swift
[1404/1550] Compiling SwiftDriver SerializableModuleArtifacts.swift
[1405/1550] Compiling SwiftDriver Bitcode.swift
[1406/1550] Emitting module X509
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras'
import _CryptoExtras
^
@preconcurrency
[1407/1576] Compiling PackageFingerprint PackageFingerprintStorage.swift
[1408/1576] Compiling PackageFingerprint Model.swift
[1409/1576] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[1410/1576] Emitting module PackageFingerprint
[1411/1576] Compiling SourceControl RepositoryManager.swift
[1412/1576] Compiling PackageSigning VerifierPolicies.swift
[1413/1576] Compiling PackageSigning X509Extensions.swift
[1414/1576] Compiling PackageSigning SigningIdentity.swift
[1415/1576] Compiling PackageSigning SigningEntity.swift
[1416/1576] Compiling PackageSigning PackageSigningEntityStorage.swift
[1417/1576] Compiling PackageSigning SignatureProvider.swift
[1418/1576] Compiling PackageSigning CertificateStores.swift
[1419/1576] Compiling PackageSigning embedded_resources.swift
[1420/1576] Emitting module PackageSigning
[1421/1576] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[1422/1576] Compiling PackageCollectionsSigning X509Extensions.swift
[1423/1576] Compiling PackageCollectionsSigning Base64URL.swift
[1424/1576] Compiling PackageCollectionsSigning Signature.swift
[1425/1576] Compiling PackageCollectionsSigning Utilities.swift
[1426/1576] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[1427/1576] Compiling PackageCollectionsSigning CertificatePolicy.swift
[1428/1576] Emitting module PackageCollectionsSigning
[1429/1576] Compiling PackageCollectionsSigning embedded_resources.swift
[1430/1576] Emitting module SourceControl
[1431/1576] Compiling SourceControl GitRepository.swift
[1432/1576] Compiling SourceControl Repository.swift
[1433/1616] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[1434/1616] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[1435/1618] Emitting module SwiftDriver
[1436/1629] Compiling PackageCollections Trie.swift
[1437/1629] Compiling PackageCollections Utility.swift
[1438/1629] Compiling PackageLoading TargetSourcesBuilder.swift
[1439/1629] Compiling PackageLoading RegistryReleaseMetadataSerialization.swift
[1440/1629] Compiling PackageLoading Platform.swift
[1441/1629] Compiling PackageLoading Target+PkgConfig.swift
[1442/1630] Compiling SwiftDriver Integrator.swift
[1443/1630] Compiling SwiftDriver InternedStrings.swift
[1444/1630] Compiling SwiftDriver Node.swift
[1445/1630] Compiling SwiftDriver NodeFinder.swift
[1446/1630] Compiling SwiftDriver Tracer.swift
[1447/1630] Compiling SwiftDriver Multidictionary.swift
[1448/1630] Compiling SwiftDriver SourceFileDependencyGraph.swift
[1449/1630] Compiling SwiftDriver SwiftSourceFile.swift
[1450/1630] Compiling SwiftDriver TwoDMap.swift
[1451/1630] Compiling SwiftDriver TwoLevelMap.swift
[1452/1630] Compiling SwiftDriver APIDigesterJobs.swift
[1453/1630] Compiling SwiftDriver Bits.swift
[1454/1630] Compiling SwiftDriver Bitstream.swift
[1455/1630] Compiling SwiftDriver BitstreamReader.swift
[1456/1630] Compiling SwiftDriver BitstreamVisitor.swift
[1457/1630] Compiling SwiftDriver BitstreamWriter.swift
[1458/1630] Compiling SwiftDriver BlockInfo.swift
[1459/1630] Compiling SwiftDriver BuildRecord.swift
[1460/1630] Compiling SwiftDriver BuildRecordInfo.swift
[1461/1630] Compiling SwiftDriver DependencyGraphDotFileWriter.swift
[1462/1630] Compiling SwiftDriver DependencyKey.swift
[1463/1630] Compiling SwiftDriver DirectAndTransitiveCollections.swift
[1464/1630] Compiling SwiftDriver Toolchain+InterpreterSupport.swift
[1465/1630] Compiling SwiftDriver Toolchain+LinkerSupport.swift
[1466/1630] Compiling SwiftDriver VerifyDebugInfoJob.swift
[1467/1630] Compiling SwiftDriver VerifyModuleInterfaceJob.swift
[1468/1630] Compiling SwiftDriver WebAssemblyToolchain+LinkerSupport.swift
[1469/1630] Compiling SwiftDriver WindowsToolchain+LinkerSupport.swift
[1470/1630] Compiling SwiftDriver DependencyGraphBuilder.swift
[1471/1630] Compiling SwiftDriver Loader.swift
[1472/1630] Compiling SwiftDriver SwiftScan.swift
[1473/1630] Compiling SwiftDriver SwiftScanCAS.swift
[1474/1630] Compiling SwiftDriver DarwinToolchain.swift
[1475/1630] Compiling SwiftDriver AutolinkExtractJob.swift
[1476/1630] Compiling SwiftDriver BackendJob.swift
[1477/1630] Compiling SwiftDriver CommandLineArguments.swift
[1478/1630] Compiling SwiftDriver CompileJob.swift
[1479/1630] Compiling SwiftDriver DarwinToolchain+LinkerSupport.swift
[1480/1630] Compiling SwiftDriver EmitModuleJob.swift
[1481/1630] Compiling SwiftDriver EmitSupportedFeaturesJob.swift
[1482/1630] Compiling SwiftDriver FrontendJobHelpers.swift
[1483/1630] Compiling SwiftDriver GenerateDSYMJob.swift
[1484/1630] Compiling SwiftDriver GeneratePCHJob.swift
[1485/1630] Compiling SwiftDriver GeneratePCMJob.swift
[1486/1630] Compiling SwiftDriver GenericUnixToolchain.swift
[1487/1630] Compiling SwiftDriver Toolchain.swift
[1488/1630] Compiling SwiftDriver WebAssemblyToolchain.swift
[1489/1630] Compiling SwiftDriver WindowsToolchain.swift
[1490/1630] Compiling SwiftDriver SimpleExecutor.swift
[1491/1630] Compiling SwiftDriver ToolingUtil.swift
[1492/1630] Compiling SwiftDriver DOTJobGraphSerializer.swift
[1493/1630] Compiling SwiftDriver DOTModuleDependencyGraphSerializer.swift
[1494/1630] Compiling SwiftDriver DateAdditions.swift
[1495/1630] Compiling SwiftDriver Diagnostics.swift
[1496/1630] Compiling SwiftDriver FileList.swift
[1497/1630] Compiling SwiftDriver ParsableOutput.swift
[1498/1630] Compiling SwiftDriver ProcessProtocol.swift
[1499/1630] Compiling SwiftDriver ClangVersionedDependencyResolution.swift
[1500/1630] Compiling SwiftDriver ExplicitDependencyBuildPlanner.swift
[1501/1630] Compiling SwiftDriver CommonDependencyOperations.swift
[1507/1630] Compiling SwiftDriver BitcodeElement.swift
[1508/1630] Compiling PackageCollections PackageCollectionProvider.swift
[1509/1630] Compiling PackageCollections PackageMetadataProvider.swift
[1510/1630] Compiling PackageCollections PackageCollectionsStorage.swift
[1511/1630] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[1512/1630] Compiling PackageLoading ToolsVersionParser.swift
[1513/1630] Compiling PackageCollections PackageCollections+Validation.swift
[1514/1630] Compiling PackageCollections PackageCollections.swift
[1515/1630] Compiling PackageCollections PackageIndex+Configuration.swift
[1516/1630] Compiling PackageCollections PackageIndex.swift
[1517/1630] Compiling PackageCollections PackageIndexAndCollections.swift
[1518/1630] Compiling PackageCollections GitHubPackageMetadataProvider.swift
[1519/1630] Compiling PackageCollections JSONPackageCollectionProvider.swift
[1528/1630] Compiling SwiftDriver MergeModuleJob.swift
[1529/1630] Compiling SwiftDriver ModuleWrapJob.swift
[1530/1630] Compiling SwiftDriver Planning.swift
[1531/1630] Compiling SwiftDriver PrebuiltModulesJob.swift
[1532/1630] Compiling SwiftDriver PrintTargetInfoJob.swift
[1533/1630] Compiling SwiftDriver ReplJob.swift
[1534/1630] Compiling SwiftDriver SwiftHelpIntroJob.swift
[1535/1630] Compiling PackageCollections API.swift
[1536/1630] Compiling PackageCollections CVE.swift
[1537/1630] Compiling PackageCollections Collection.swift
[1538/1630] Compiling PackageCollections Search.swift
[1539/1630] Compiling PackageCollections TargetListResult.swift
[1540/1630] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[1541/1630] Compiling PackageCollections License.swift
[1542/1630] Compiling PackageCollections PackageList.swift
[1543/1630] Compiling PackageCollections PackageTypes.swift
[1544/1630] Compiling PackageCollections PackageCollections+Configuration.swift
[1545/1630] Compiling PackageCollections PackageCollections+Storage.swift
[1555/1630] Emitting module PackageCollections
[1573/1630] Emitting module PackageLoading
[1576/1630] Compiling SwiftDriver FileType.swift
[1577/1630] Compiling SwiftDriver PredictableRandomNumberGenerator.swift
[1578/1630] Compiling SwiftDriver RelativePathAdditions.swift
[1579/1630] Compiling SwiftDriver Sanitizer.swift
[1580/1630] Compiling SwiftDriver StringAdditions.swift
[1581/1630] Compiling SwiftDriver System.swift
[1582/1630] Compiling SwiftDriver Triple+Platforms.swift
[1583/1630] Compiling SwiftDriver Triple.swift
[1584/1630] Compiling SwiftDriver TypedVirtualPath.swift
[1585/1630] Compiling SwiftDriver Version.swift
[1586/1630] Compiling SwiftDriver VirtualPath.swift
[1594/1728] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1595/1728] Compiling DriverSupport SPMSwiftDriverExecutor.swift
[1596/1728] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1597/1728] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1598/1728] Compiling PackageRegistry SigningEntityTOFU.swift
[1599/1728] Compiling DriverSupport DriverSupportUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/DriverSupport/DriverSupportUtils.swift:42:30: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
let driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/DriverSupport/DriverSupportUtils.swift:42:30: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
let driver = try Driver(
^
[1600/1728] Emitting module DriverSupport
[1601/1728] Compiling SwiftBasicFormat InferIndentation.swift
[1602/1728] Compiling SwiftDiagnostics Message.swift
[1603/1728] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1604/1728] Compiling SwiftDiagnostics FixIt.swift
[1605/1728] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1606/1728] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1607/1728] Compiling SwiftDiagnostics Convenience.swift
[1608/1728] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1609/1728] Compiling SwiftDiagnostics Diagnostic.swift
[1610/1728] Emitting module SwiftDiagnostics
[1611/1728] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1612/1728] Compiling SwiftParser UnicodeScalarExtensions.swift
[1613/1728] Compiling SwiftParser Lookahead.swift
[1614/1728] Compiling SwiftParser LoopProgressCondition.swift
[1615/1732] Compiling SwiftParser CollectionNodes+Parsable.swift
[1616/1732] Compiling SwiftParser Declarations.swift
[1617/1732] Compiling SwiftParser Directives.swift
[1618/1732] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1619/1732] Compiling SwiftParser Expressions.swift
[1620/1732] Compiling SwiftParser IncrementalParseTransition.swift
[1621/1732] Compiling SwiftParser IsValidIdentifier.swift
[1622/1732] Compiling SwiftDiagnostics Note.swift
[1623/1732] Emitting module PackageGraph
[1624/1732] Compiling SwiftBasicFormat Indenter.swift
[1625/1732] Emitting module SwiftBasicFormat
[1626/1732] Compiling SwiftBasicFormat BasicFormat.swift
[1627/1732] Compiling PackageGraph TraitConfiguration.swift
[1628/1732] Compiling PackageGraph Version+Extensions.swift
[1629/1732] Compiling PackageGraph VersionSetSpecifier.swift
[1630/1732] Compiling SwiftParser SyntaxUtils.swift
[1631/1732] Compiling SwiftParser TokenConsumer.swift
[1632/1732] Compiling SwiftParser TokenPrecedence.swift
[1633/1732] Compiling SwiftParser TokenSpec.swift
[1634/1732] Compiling SwiftParser TokenSpecSet.swift
[1635/1732] Compiling SwiftParser Cursor.swift
[1636/1732] Compiling SwiftParser Nominals.swift
[1637/1732] Compiling SwiftParser Parameters.swift
[1638/1732] Compiling SwiftParser ParseSourceFile.swift
[1639/1732] Compiling SwiftParser Parser.swift
[1640/1732] Compiling SwiftParser Patterns.swift
[1641/1736] Compiling SwiftParser Recovery.swift
[1642/1736] Compiling SwiftParser Specifiers.swift
[1643/1736] Compiling SwiftParser Statements.swift
[1644/1736] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1648/1736] Compiling SwiftParser Modifiers.swift
[1649/1736] Compiling SwiftParser Names.swift
[1653/1736] Emitting module SwiftParser
[1657/1736] Compiling SwiftParser StringLiterals.swift
[1658/1736] Compiling SwiftParser SwiftParserCompatibility.swift
[1659/1736] Compiling SwiftParser SwiftVersion.swift
[1665/1736] Compiling SwiftParser Attributes.swift
[1666/1736] Compiling SwiftParser Availability.swift
[1667/1736] Compiling SwiftParser CharacterInfo.swift
[1674/1736] Compiling SwiftParser TopLevel.swift
[1675/1736] Compiling SwiftParser TriviaParser.swift
[1676/1736] Compiling SwiftParser Types.swift
[1677/1736] Compiling SwiftParser ExperimentalFeatures.swift
[1682/1736] Compiling SwiftParser RegexLiteralLexer.swift
[1690/1755] Compiling SPMBuildCore BuildParameters+Output.swift
[1691/1755] Compiling SPMBuildCore BuildParameters+Testing.swift
[1692/1756] Compiling PackageRegistry RegistryConfiguration.swift
[1693/1756] Compiling PackageRegistry SignatureValidation.swift
[1694/1756] Compiling PackageRegistry RegistryDownloadsManager.swift
[1695/1756] Emitting module PackageRegistry
[1696/1756] Compiling PackageRegistry ChecksumTOFU.swift
[1697/1756] Compiling PackageRegistry RegistryClient.swift
[1698/1758] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[1699/1758] Compiling SPMBuildCore Triple+Extensions.swift
[1700/1758] Compiling SPMBuildCore XCFrameworkMetadata.swift
[1701/1758] Compiling SwiftParser IsLexerClassified.swift
[1702/1758] Compiling SwiftParser LayoutNodes+Parsable.swift
[1703/1758] Compiling SwiftParser Parser+TokenSpecSet.swift
[1704/1758] Compiling SwiftParser TokenSpecStaticMembers.swift
[1705/1777] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1706/1777] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1707/1778] Emitting module SPMBuildCore
[1708/1780] Emitting module PackageMetadata
[1709/1780] Compiling PackageMetadata PackageMetadata.swift
[1710/1780] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1711/1781] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1712/1781] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1713/1781] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1714/1781] Compiling SwiftIDEUtils SyntaxClassification.swift
[1715/1781] Compiling SwiftIDEUtils Utils.swift
[1716/1781] Compiling SwiftIDEUtils SyntaxClassifier.swift
[1717/1781] Compiling SwiftIDEUtils Syntax+Classifications.swift
[1718/1781] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[1719/1781] Compiling SwiftIDEUtils FixItApplier.swift
[1720/1781] Compiling SwiftIDEUtils DeclNameLocation.swift
[1721/1781] Compiling SwiftIDEUtils NameMatcher.swift
[1722/1781] Emitting module SwiftIDEUtils
[1723/1781] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1724/1781] Compiling SwiftParserDiagnostics Utils.swift
[1725/1781] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1726/1781] Compiling SPMBuildCore BuiltTestProduct.swift
[1727/1781] Compiling SPMBuildCore CommandPluginResult.swift
[1728/1781] Compiling SPMBuildCore BuildParameters.swift
[1729/1781] Compiling SPMBuildCore BuildSystem.swift
[1730/1781] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1731/1781] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1732/1781] Compiling SPMBuildCore BuildSystemCommand.swift
[1733/1781] Compiling SPMBuildCore BuildSystemDelegate.swift
[1734/1781] Compiling SPMBuildCore PluginContextSerializer.swift
[1735/1781] Compiling SPMBuildCore PluginInvocation.swift
[1736/1781] Compiling SPMBuildCore PluginMessages.swift
[1737/1781] Compiling SPMBuildCore PluginScriptRunner.swift
[1738/1835] Compiling Workspace Diagnostics.swift
[1739/1835] Compiling Workspace InitPackage.swift
[1740/1835] Compiling Workspace LoadableResult.swift
[1741/1835] Compiling Workspace ManagedArtifact.swift
[1742/1835] Compiling Workspace CheckoutState.swift
[1743/1835] Compiling Workspace DefaultPluginScriptRunner.swift
[1744/1835] Emitting module SwiftParserDiagnostics
[1745/1850] Compiling Workspace Workspace+Signing.swift
[1746/1850] Compiling Workspace Workspace+SourceControl.swift
[1747/1852] Compiling Build LLBuildProgressTracker.swift
[1748/1852] Compiling Workspace Workspace+ResolvedPackages.swift
[1749/1852] Compiling XCBuildSupport XCBuildOutputParser.swift
[1750/1852] Compiling XCBuildSupport XcodeBuildSystem.swift
[1751/1852] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1752/1852] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1753/1852] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1754/1853] Compiling XCBuildSupport XCBuildDelegate.swift
[1755/1853] Compiling XCBuildSupport XCBuildMessage.swift
[1756/1853] Compiling Build LLBuildDescription.swift
[1758/1853] Compiling Build ClangSupport.swift
[1759/1853] Compiling Build LLBuildCommands.swift
[1762/1855] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1763/1855] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1764/1855] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1765/1855] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1766/1855] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1767/1855] Compiling SwiftSyntaxBuilder Indenter.swift
[1768/1855] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1769/1855] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1770/1855] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1771/1855] Emitting module SwiftSyntaxBuilder
[1772/1855] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1773/1855] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1774/1855] Emitting module Workspace
[1775/1855] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1779/1855] Emitting module Build
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:80:26: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:80:26: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:82:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic
diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:296:26: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:296:26: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(
^
[1784/1855] Compiling Workspace FileSystemPackageContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:80:26: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:80:26: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:82:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic
diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:296:26: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:296:26: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(
^
[1788/1855] Compiling Workspace RegistryPackageContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildOperation.swift:360:34: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(args: commandLine,
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildOperation.swift:360:34: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(args: commandLine,
^
[1789/1855] Compiling Workspace ToolsVersionSpecificationRewriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildOperation.swift:360:34: warning: 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' is deprecated: replaced by 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)'
var driver = try Driver(args: commandLine,
^
/Users/admin/builder/spi-builder-workspace/Sources/Build/BuildOperation.swift:360:34: note: use 'init(args:env:diagnosticsOutput:fileSystem:executor:integratedDriver:compilerIntegratedTooling:compilerExecutableDir:externalTargetModuleDetailsMap:interModuleDependencyOracle:)' instead
var driver = try Driver(args: commandLine,
^
[1793/1866] Compiling Workspace Workspace+BinaryArtifacts.swift
[1794/1866] Compiling Workspace Workspace+Configuration.swift
[1795/1866] Compiling Build BuildPlan+Test.swift
[1796/1866] Compiling Build BuildPlan.swift
[1797/1866] Compiling Build SwiftCompilerOutputParser.swift
[1798/1866] Compiling Build TestObservation.swift
[1808/1869] Compiling XCBuildSupport PIFBuilder.swift
[1809/1869] Emitting module XCBuildSupport
[1810/1869] Compiling XCBuildSupport PIF.swift
[1817/1869] Compiling PackageModelSyntax PackageDependency+Syntax.swift
[1818/1869] Compiling PackageModelSyntax ProductDescription+Syntax.swift
[1819/1869] Compiling PackageModelSyntax PackageEditResult.swift
[1820/1869] Compiling PackageModelSyntax ManifestEditError.swift
[1821/1869] Compiling PackageModelSyntax ManifestSyntaxRepresentable.swift
[1822/1869] Compiling PackageModelSyntax AddPackageDependency.swift
[1823/1869] Compiling PackageModelSyntax AddProduct.swift
[1824/1869] Compiling PackageModelSyntax AddTarget.swift
[1825/1869] Compiling PackageModelSyntax AddTargetDependency.swift
[1826/1869] Emitting module PackageModelSyntax
[1827/1869] Compiling PackageModelSyntax SyntaxEditUtils.swift
[1828/1872] Compiling SourceKitLSPAPI PluginTargetBuildDescription.swift
[1829/1872] Emitting module SourceKitLSPAPI
[1830/1872] Compiling SourceKitLSPAPI BuildDescription.swift
[1831/1872] Compiling PackageModelSyntax TargetDescription+Syntax.swift
[1832/1872] Compiling Workspace Workspace+State.swift
[1833/1872] Compiling Workspace Workspace.swift
[1833/1872] Write Objects.LinkFileList
[1836/1872] Emitting module swift_bootstrap
/Users/admin/builder/spi-builder-workspace/Sources/swift-bootstrap/main.swift:476:54: warning: conformance of 'BuildConfiguration' to protocol 'CaseIterable' was already stated in the type's module 'PackageModel'
extension BuildConfiguration: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageModel/BuildConfiguration.swift:14:13: note: 'BuildConfiguration' declares conformance to protocol 'CaseIterable' here
public enum BuildConfiguration: String, CaseIterable, Encodable, Sendable {
^
[1837/1872] Compiling swift_bootstrap main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bootstrap/main.swift:476:54: warning: conformance of 'BuildConfiguration' to protocol 'CaseIterable' was already stated in the type's module 'PackageModel'
extension BuildConfiguration: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageModel/BuildConfiguration.swift:14:13: note: 'BuildConfiguration' declares conformance to protocol 'CaseIterable' here
public enum BuildConfiguration: String, CaseIterable, Encodable, Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/swift-bootstrap/main.swift:278:17: warning: variable 'buildFlags' was never mutated; consider changing to 'let' constant
var buildFlags = buildFlags
~~~ ^
let
[1837/1890] Write Objects.LinkFileList
[1839/1907] Emitting module package_info
[1840/1907] Compiling package_info example.swift
[1840/1907] Write Objects.LinkFileList
[1842/1907] Compiling CoreCommands SwiftCommandState.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/SwiftCommandState.swift:378:22: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
AsyncProcess.loggingHandler = { self.observabilityScope.emit(debug: $0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/SwiftCommandState.swift:753:78: warning: converting non-sendable function value to '@Sendable (DispatchTime) throws -> Void' may introduce data races
self.cancellator.register(name: "build system", handler: buildSystem.cancel)
^
[1843/1907] Compiling CoreCommands BuildSystemSupport.swift
[1844/1907] Compiling CoreCommands SwiftCommandObservabilityHandler.swift
[1845/1907] Compiling CoreCommands Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/Options.swift:761:54: warning: conformance of 'BuildConfiguration' to protocol 'CaseIterable' was already stated in the type's module 'PackageModel'
extension BuildConfiguration: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageModel/BuildConfiguration.swift:14:13: note: 'BuildConfiguration' declares conformance to protocol 'CaseIterable' here
public enum BuildConfiguration: String, CaseIterable, Encodable, Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/Options.swift:765:60: warning: conformance of 'BuildSystemProvider.Kind' to protocol 'CaseIterable' was already stated in the type's module 'SPMBuildCore'
extension BuildSystemProvider.Kind: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:131:17: note: 'BuildSystemProvider.Kind' declares conformance to protocol 'CaseIterable' here
public enum Kind: String, CaseIterable {
^
[1846/1907] Emitting module CoreCommands
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/Options.swift:761:54: warning: conformance of 'BuildConfiguration' to protocol 'CaseIterable' was already stated in the type's module 'PackageModel'
extension BuildConfiguration: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageModel/BuildConfiguration.swift:14:13: note: 'BuildConfiguration' declares conformance to protocol 'CaseIterable' here
public enum BuildConfiguration: String, CaseIterable, Encodable, Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreCommands/Options.swift:765:60: warning: conformance of 'BuildSystemProvider.Kind' to protocol 'CaseIterable' was already stated in the type's module 'SPMBuildCore'
extension BuildSystemProvider.Kind: ExpressibleByArgument, CaseIterable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:131:17: note: 'BuildSystemProvider.Kind' declares conformance to protocol 'CaseIterable' here
public enum Kind: String, CaseIterable {
^
[1847/1961] Compiling SwiftSDKCommand SwiftSDKCommand.swift
[1848/1962] Compiling SwiftSDKCommand SwiftSDKSubcommand.swift
[1849/1962] Compiling SwiftSDKCommand RemoveSwiftSDK.swift
[1850/1962] Compiling SwiftSDKCommand ListSwiftSDKs.swift
[1851/1962] Compiling SwiftSDKCommand InstallSwiftSDK.swift
[1852/1962] Compiling SwiftSDKCommand ShowConfiguration.swift
[1853/1962] Compiling SwiftSDKCommand ResetConfiguration.swift
[1854/1962] Compiling SwiftSDKCommand SetConfiguration.swift
[1855/1962] Emitting module SwiftSDKCommand
[1856/1962] Compiling Commands CommandWorkspaceDelegate.swift
[1857/1962] Compiling Commands APIDiff.swift
[1858/1962] Compiling SwiftSDKCommand ConfigureSwiftSDK.swift
[1858/1962] Linking package-info
[1859/1962] Applying package-info
[1861/1962] Compiling Commands DescribedPackage.swift
[1862/1962] Compiling Commands MermaidPackageSerializer.swift
[1863/1962] Compiling Commands MultiRootSupport.swift
[1864/1962] Compiling Commands PlainTextEncoder.swift
[1865/1966] Emitting module _InternalTestSupport
[1868/1968] Compiling Commands AddDependency.swift
[1869/1968] Compiling Commands Install.swift
[1870/1968] Compiling Commands Learn.swift
[1871/1968] Compiling Commands PluginCommand.swift
[1872/1968] Compiling Commands ResetCommands.swift
[1873/1968] Compiling Commands Resolve.swift
[1874/1968] Compiling Commands ShowDependencies.swift
[1875/1968] Compiling Commands ShowExecutables.swift
[1876/1968] Compiling Commands SwiftPackageCommand.swift
[1877/1968] Compiling Commands ToolsVersionCommand.swift
[1878/1968] Compiling Commands Update.swift
[1879/1968] Compiling Commands Card.swift
[1880/1968] Compiling Commands CardEvent.swift
[1880/1968] Linking libSwiftPMDataModel.dylib
[1881/1968] Linking swift-bootstrap
[1887/1968] Applying swift-bootstrap
[1889/1968] Emitting module Commands
[1890/1968] Compiling _InternalTestSupport XCTSkipHelpers.swift
[1891/1968] Compiling _InternalTestSupport misc.swift
[1895/1968] Compiling Commands AddProduct.swift
[1896/1968] Compiling Commands AddTarget.swift
[1899/1968] Compiling Commands AddTargetDependency.swift
[1900/1968] Compiling Commands Config.swift
[1901/1968] Compiling Commands Describe.swift
[1902/1968] Compiling Commands DumpCommands.swift
[1903/1968] Compiling Commands EditCommands.swift
[1904/1968] Compiling Commands Format.swift
[1905/1968] Compiling Commands Init.swift
[1906/1968] Compiling Commands ArchiveSource.swift
[1907/1968] Compiling Commands CompletionCommand.swift
[1908/1968] Compiling Commands ComputeChecksum.swift
[1924/1968] Compiling Commands SwiftTestCommand.swift
[1925/1968] Compiling Commands APIDigester.swift
[1926/1968] Compiling Commands DOTManifestSerializer.swift
[1927/1968] Compiling Commands DependenciesSerializer.swift
[1928/1968] Compiling Commands PluginDelegate.swift
[1929/1968] Compiling Commands SymbolGraphExtract.swift
[1930/1968] Compiling Commands TestingSupport.swift
[1931/1968] Compiling Commands XCTEvents.swift
[1931/1968] Linking libSwiftPM.dylib
[1937/1968] Compiling Commands SnippetGroupCard.swift
[1938/1968] Compiling Commands TopCard.swift
[1939/1968] Compiling Commands Colorful.swift
[1940/1968] Compiling Commands SwiftBuildCommand.swift
[1941/1968] Compiling Commands SwiftRunCommand.swift
[1942/1986] Compiling swift_sdk Entrypoint.swift
[1943/1986] Emitting module swift_sdk
[1944/1986] Emitting module swift_run
[1945/1986] Compiling swift_run Entrypoint.swift
[1946/1986] Emitting module swift_test
[1947/1986] Compiling swift_test Entrypoint.swift
[1948/1986] Emitting module swift_package
[1949/1986] Compiling swift_package Entrypoint.swift
[1950/1986] Emitting module swift_build
[1951/1986] Compiling swift_build Entrypoint.swift
[1952/1986] Emitting module swift_experimental_sdk
[1953/1986] Compiling swift_experimental_sdk Entrypoint.swift
[1953/1986] Write Objects.LinkFileList
[1960/1986] Compiling PackageRegistryCommand PackageRegistryCommand.swift
[1961/1986] Compiling PackageRegistryCommand PackageRegistryCommand+Auth.swift
[1962/1986] Emitting module PackageRegistryCommand
[1963/1986] Compiling PackageRegistryCommand PackageRegistryCommand+Publish.swift
[1964/1986] Emitting module PackageCollectionsCommand
[1965/1986] Compiling PackageCollectionsCommand PackageCollectionsCommand.swift
[1966/1988] Emitting module swift_package_registry
[1967/1988] Compiling swift_package_registry runner.swift
[1967/1992] Write Objects.LinkFileList
[1969/1992] Compiling swift_package_collection Entrypoint.swift
[1970/1992] Emitting module swift_package_collection
[1971/1992] Compiling swift_package_manager SwiftPM.swift
[1972/1992] Emitting module swift_package_manager
[1972/1992] Write Objects.LinkFileList
[1974/1992] Linking swift-sdk
[1975/1992] Applying swift-sdk
[1976/1992] Linking swift-experimental-sdk
[1977/1992] Applying swift-experimental-sdk
[1978/1992] Linking swift-run
[1979/1992] Linking swift-test
[1980/1992] Linking swift-package
[1981/1992] Linking swift-build
[1982/1992] Applying swift-run
[1983/1992] Linking swift-package-registry
[1984/1992] Applying swift-package
[1985/1992] Applying swift-test
[1986/1992] Linking swift-package-collection
[1987/1992] Applying swift-build
[1988/1992] Linking swift-package-manager
[1989/1992] Applying swift-package-registry
[1990/1992] Applying swift-package-manager
[1991/1992] Applying swift-package-collection
Build complete! (98.18s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28305] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (3.38s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6522] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.38s)
Fetching https://github.com/apple/swift-driver.git
[1/31953] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (2.26s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/66408] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.26s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-crypto.git
[1/3901] Fetching swift-system
[2/3965] Fetching swift-system, swift-toolchain-sqlite
[92/9286] Fetching swift-system, swift-toolchain-sqlite, swift-certificates
[511/19702] Fetching swift-system, swift-toolchain-sqlite, swift-certificates, swift-crypto
[1051/29604] Fetching swift-system, swift-toolchain-sqlite, swift-certificates, swift-crypto, yams
[2254/41957] Fetching swift-system, swift-toolchain-sqlite, swift-certificates, swift-crypto, yams, swift-argument-parser
[2398/57432] Fetching swift-system, swift-toolchain-sqlite, swift-certificates, swift-crypto, yams, swift-argument-parser, swift-collections
Fetched https://github.com/apple/swift-certificates.git from cache (2.62s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.62s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (2.62s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.62s)
Fetched https://github.com/apple/swift-system.git from cache (2.62s)
Fetched https://github.com/jpsim/Yams.git from cache (2.62s)
Fetched https://github.com/apple/swift-collections.git from cache (2.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.2 (0.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.58s)
Fetching https://github.com/apple/swift-asn1.git
[1/1397] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.56s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at main (086c822)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at main (da9efe6)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at main (aa7c3d8)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at main (4074f4d)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for sqlite3
Build complete.
Done.