The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-tools-support-core with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/art-divin/swift-tools-support-core.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/art-divin/swift-tools-support-core
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 930e82e Update `Git` type for `ProcessEnvironmentBlock` (#470)
Cloned https://github.com/art-divin/swift-tools-support-core.git
Revision (git rev-parse @):
930e82e5ae2432c71fe05f440b5d778285270bdb
SUCCESS checkout https://github.com/art-divin/swift-tools-support-core.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/art-divin/swift-tools-support-core.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/12] Write sources
[4/12] Compiling TSCclibc process.c
[5/12] Compiling TSCclibc libc.c
[6/12] Write swift-version-24593BA9C3E375BF.txt
[8/14] Compiling TSCLibc libc.swift
[9/14] Emitting module TSCLibc
[10/15] Wrapping AST for TSCLibc for debugging
[12/55] Emitting module TSCBasic
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/60] Compiling TSCBasic CodableResult.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/60] Compiling TSCBasic CollectionAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[15/60] Compiling TSCBasic CollectionExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[16/60] Compiling TSCBasic Condition.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[17/60] Compiling TSCBasic DeltaAlgorithm.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[18/60] Compiling TSCBasic DiagnosticsEngine.swift
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:16:17: warning: stored property '_condition' of 'Sendable'-conforming struct 'Condition' has non-sendable type 'NSCondition'
    private let _condition = NSCondition()
                ^
Foundation.NSCondition:1:12: note: class 'NSCondition' does not conform to the 'Sendable' protocol
open class NSCondition : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Sources/TSCBasic/Condition.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/60] Compiling TSCBasic Result.swift
[20/60] Compiling TSCBasic SortedArray.swift
[21/60] Compiling TSCBasic StringConversions.swift
[22/60] Compiling TSCBasic SynchronizedQueue.swift
[23/60] Compiling TSCBasic TemporaryFile.swift
[24/60] Compiling TSCBasic Await.swift
[25/60] Compiling TSCBasic Base64URL.swift
[26/60] Compiling TSCBasic ByteString.swift
[27/60] Compiling TSCBasic CStringArray.swift
[28/60] Compiling TSCBasic CacheableSequence.swift
[29/60] Compiling TSCBasic Closable.swift
[30/60] Compiling TSCBasic OSLog.swift
[31/60] Compiling TSCBasic ObjectIdentifierProtocol.swift
[32/60] Compiling TSCBasic OrderedDictionary.swift
[33/60] Compiling TSCBasic OrderedSet.swift
[34/60] Compiling TSCBasic Path.swift
[35/60] Compiling TSCBasic HashAlgorithms.swift
[36/60] Compiling TSCBasic JSON.swift
[37/60] Compiling TSCBasic JSONMapper.swift
[38/60] Compiling TSCBasic KeyedPair.swift
[39/60] Compiling TSCBasic LazyCache.swift
[40/60] Compiling TSCBasic Lock.swift
[41/60] Compiling TSCBasic DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[42/60] Compiling TSCBasic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[43/60] Compiling TSCBasic EditDistance.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[44/60] Compiling TSCBasic FileInfo.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[45/60] Compiling TSCBasic FileSystem.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[46/60] Compiling TSCBasic GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:37:16: warning: stored property 'fileType' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'FileAttributeType'
    public let fileType: FileAttributeType
               ^
Foundation.FileAttributeType:1:15: note: struct 'FileAttributeType' does not conform to the 'Sendable' protocol
public struct FileAttributeType : RawRepresentable, Equatable, Hashable {
              ^
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
               ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                 ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:418:82: note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
                                                                                 ^
[47/60] Compiling TSCBasic PathShims.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[48/60] Compiling TSCBasic Process.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[49/60] Compiling TSCBasic ProcessEnv.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[50/60] Compiling TSCBasic ProcessSet.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[51/60] Compiling TSCBasic RegEx.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:387:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:428:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
        self.loggingHandler = loggingHandler ?? Process.loggingHandler
                                                        ^
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead
        let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
                               ^
[52/60] Compiling TSCBasic TerminalController.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[53/60] Compiling TSCBasic Thread.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[54/60] Compiling TSCBasic Tuple.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[55/60] Compiling TSCBasic WritableByteStream.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[56/60] Compiling TSCBasic misc.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
        if ProcessEnv.vars["TERM"] == "dumb" {
                      ^
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
        if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
                                    ^
[57/61] Wrapping AST for TSCBasic for debugging
[59/96] Compiling TSCUtility Tracing.swift
[60/96] Compiling TSCUtility Triple.swift
[61/96] Compiling TSCUtility URL.swift
[62/96] Compiling TSCUtility Verbosity.swift
[63/100] Emitting module TSCUtility
[64/100] Compiling TSCUtility Context.swift
[65/100] Compiling TSCUtility Diagnostics.swift
[66/100] Compiling TSCUtility FSWatch.swift
[67/100] Compiling TSCUtility FloatingPointExtensions.swift
[68/100] Compiling TSCUtility Git.swift
[69/100] Compiling TSCUtility Hex.swift
[70/100] Compiling TSCUtility IndexStore.swift
[71/100] Compiling TSCUtility InterruptHandler.swift
[72/100] Compiling TSCUtility JSONMessageStreamingParser.swift
[73/100] Compiling TSCUtility Netrc.swift
[74/100] Compiling TSCUtility Version.swift
[75/100] Compiling TSCUtility Versioning.swift
[76/100] Compiling TSCUtility dlopen.swift
[77/100] Compiling TSCUtility misc.swift
[78/100] Compiling TSCUtility OSLog.swift
[79/100] Compiling TSCUtility OrderedZip.swift
[80/100] Compiling TSCUtility PkgConfig.swift
[81/100] Compiling TSCUtility Platform.swift
[82/100] Compiling TSCUtility PolymorphicCodable.swift
[83/100] Compiling TSCUtility ProgressAnimation.swift
[84/100] Compiling TSCUtility SerializedDiagnostics.swift
[85/100] Compiling TSCUtility SimplePersistence.swift
[86/100] Compiling TSCUtility StringExtensions.swift
[87/100] Compiling TSCUtility StringMangling.swift
[88/100] Compiling TSCUtility Bitstream.swift
[89/100] Compiling TSCUtility BitstreamReader.swift
[90/100] Compiling TSCUtility BitstreamWriter.swift
[91/100] Compiling TSCUtility BuildFlags.swift
[92/100] Compiling TSCUtility CollectionExtensions.swift
[93/100] Compiling TSCUtility Archiver.swift
[94/100] Compiling TSCUtility ArgumentParser.swift
[95/100] Compiling TSCUtility ArgumentParserShellCompletion.swift
[96/100] Compiling TSCUtility Array+Extensions.swift
[97/100] Compiling TSCUtility Bits.swift
[98/101] Wrapping AST for TSCUtility for debugging
[99/101] Write Objects.LinkFileList
[101/110] Compiling TSCTestSupport XCTestCasePerf.swift
[102/111] Compiling TSCTestSupport JSONExtensions.swift
[103/111] Compiling TSCTestSupport Product.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/Product.swift:45:16: warning: no calls to throwing functions occur within 'try' expression
        return try! AbsolutePath(CommandLine.arguments.first!, relativeTo: localFileSystem.currentWorkingDirectory!)
               ^
[103/111] Linking libSwiftToolsSupport.so
[105/111] Compiling TSCTestSupport FileSystemExtensions.swift
[106/111] Compiling TSCTestSupport XCTAssertHelpers.swift
[107/111] Compiling TSCTestSupport PseudoTerminal.swift
[108/111] Emitting module TSCTestSupport
[109/111] Compiling TSCTestSupport AssertMatch.swift
[110/111] Compiling TSCTestSupport DiagnosticsEngine.swift
[111/111] Compiling TSCTestSupport misc.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/misc.swift:65:55: warning: 'vars' is deprecated: Use `block` instead
    let state = Array(env.keys).map({ ($0, ProcessEnv.vars[$0]) })
                                                      ^
Build complete! (18.65s)
Build complete.
Done.