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.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/art-divin/swift-tools-support-core.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/6] Compiling TSCclibc libc.c
[1/6] Compiling TSCclibc process.c
[3/8] Emitting module TSCLibc
[4/8] Compiling TSCLibc libc.swift
[6/10] Wrapping AST for TSCLibc for debugging
[8/50] Compiling TSCBasic Result.swift
[9/50] Compiling TSCBasic SortedArray.swift
[10/50] Compiling TSCBasic StringConversions.swift
[11/50] Compiling TSCBasic SynchronizedQueue.swift
[12/50] Compiling TSCBasic TemporaryFile.swift
[13/55] Compiling TSCBasic Await.swift
[14/55] Compiling TSCBasic Base64URL.swift
[15/55] Compiling TSCBasic ByteString.swift
[16/55] Compiling TSCBasic CStringArray.swift
[17/55] Compiling TSCBasic CacheableSequence.swift
[18/55] Compiling TSCBasic Closable.swift
[19/55] 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
[20/55] 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
[21/55] 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
[22/55] 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
[23/55] 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
[24/55] 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
[25/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
[26/55] 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 {
                                                                                 ^
[27/55] 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 {
                                                                                 ^
[28/55] 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 {
                                                                                 ^
[29/55] 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 {
                                                                                 ^
[30/55] 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 {
                                                                                 ^
[31/55] 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 {
                                                                                 ^
[32/55] Compiling TSCBasic HashAlgorithms.swift
[33/55] Compiling TSCBasic JSON.swift
[34/55] Compiling TSCBasic JSONMapper.swift
[35/55] Compiling TSCBasic KeyedPair.swift
[36/55] Compiling TSCBasic LazyCache.swift
[37/55] Compiling TSCBasic Lock.swift
[38/55] Compiling TSCBasic OSLog.swift
[39/55] Compiling TSCBasic ObjectIdentifierProtocol.swift
[40/55] Compiling TSCBasic OrderedDictionary.swift
[41/55] Compiling TSCBasic OrderedSet.swift
[42/55] Compiling TSCBasic Path.swift
[43/55] 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)" }))
                               ^
[44/55] 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)" }))
                               ^
[45/55] 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)" }))
                               ^
[46/55] 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)" }))
                               ^
[47/55] 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)" }))
                               ^
[48/55] 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) {
                                    ^
[49/55] 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) {
                                    ^
[50/55] 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) {
                                    ^
[51/55] 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) {
                                    ^
[52/55] 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) {
                                    ^
[54/57] Wrapping AST for TSCBasic for debugging
[56/92] Compiling TSCUtility Tracing.swift
[57/92] Compiling TSCUtility Triple.swift
[58/92] Compiling TSCUtility URL.swift
[59/92] Compiling TSCUtility Verbosity.swift
[60/96] Compiling TSCUtility Hex.swift
[61/96] Compiling TSCUtility IndexStore.swift
[62/96] Compiling TSCUtility InterruptHandler.swift
[63/96] Compiling TSCUtility JSONMessageStreamingParser.swift
[64/96] Compiling TSCUtility Netrc.swift
[65/96] Compiling TSCUtility Context.swift
[66/96] Compiling TSCUtility Diagnostics.swift
[67/96] Compiling TSCUtility FSWatch.swift
[68/96] Compiling TSCUtility FloatingPointExtensions.swift
[69/96] Compiling TSCUtility Git.swift
[70/96] Compiling TSCUtility Bitstream.swift
[71/96] Compiling TSCUtility BitstreamReader.swift
[72/96] Compiling TSCUtility BitstreamWriter.swift
[73/96] Compiling TSCUtility BuildFlags.swift
[74/96] Compiling TSCUtility CollectionExtensions.swift
[75/96] Compiling TSCUtility Version.swift
[76/96] Compiling TSCUtility Versioning.swift
[77/96] Compiling TSCUtility dlopen.swift
[78/96] Compiling TSCUtility misc.swift
[79/96] Emitting module TSCUtility
[80/96] Compiling TSCUtility Archiver.swift
[81/96] Compiling TSCUtility ArgumentParser.swift
[82/96] Compiling TSCUtility ArgumentParserShellCompletion.swift
[83/96] Compiling TSCUtility Array+Extensions.swift
[84/96] Compiling TSCUtility Bits.swift
[85/96] Compiling TSCUtility OSLog.swift
[86/96] Compiling TSCUtility OrderedZip.swift
[87/96] Compiling TSCUtility PkgConfig.swift
[88/96] Compiling TSCUtility Platform.swift
[89/96] Compiling TSCUtility PolymorphicCodable.swift
[90/96] Compiling TSCUtility ProgressAnimation.swift
[91/96] Compiling TSCUtility SerializedDiagnostics.swift
[92/96] Compiling TSCUtility SimplePersistence.swift
[93/96] Compiling TSCUtility StringExtensions.swift
[94/96] Compiling TSCUtility StringMangling.swift
[96/98] Wrapping AST for TSCUtility for debugging
[98/107] Emitting module TSCTestSupport
[99/107] Compiling TSCTestSupport JSONExtensions.swift
[100/108] Compiling TSCTestSupport XCTestCasePerf.swift
[101/108] Compiling TSCTestSupport XCTAssertHelpers.swift
[102/108] Compiling TSCTestSupport PseudoTerminal.swift
[103/108] 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!)
               ^
[104/108] Compiling TSCTestSupport FileSystemExtensions.swift
[105/108] Compiling TSCTestSupport AssertMatch.swift
[106/108] Compiling TSCTestSupport DiagnosticsEngine.swift
[106/108] Linking libSwiftToolsSupport.so
[108/108] 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! (17.31s)
Build complete.
Done.