The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-tools-support-core.git
Reference: 0.6.1
Cloned https://github.com/apple/swift-tools-support-core.git into spi-builder-workspace
SUCCESS checkout https://github.com/apple/swift-tools-support-core.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-system.git
[1/2931] Fetching swift-system
Fetched https://github.com/apple/swift-system.git (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.32s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/8] Compiling TSCclibc libc.c
[1/8] Compiling TSCclibc process.c
[2/8] Compiling CSystem shims.c
[4/31] Emitting module SystemPackage
[5/33] Compiling SystemPackage FilePathComponents.swift
[6/33] Compiling SystemPackage FilePathParsing.swift
[7/33] Compiling SystemPackage FilePathString.swift
[8/33] Compiling SystemPackage Util.swift
[9/33] Compiling SystemPackage UtilConsumers.swift
[10/33] Compiling SystemPackage Errno.swift
[11/33] Compiling SystemPackage FileDescriptor.swift
[12/33] Compiling SystemPackage FileHelpers.swift
[13/33] Compiling SystemPackage FilePathSyntax.swift
[14/33] Compiling SystemPackage FilePathWindows.swift
[15/33] Compiling SystemPackage FilePermissions.swift
[16/33] Compiling SystemPackage PlatformString.swift
[17/33] Compiling SystemPackage SystemString.swift
[18/33] Emitting module TSCLibc
[19/33] Compiling TSCLibc libc.swift
[22/35] Compiling SystemPackage Mocking.swift
[23/35] Compiling SystemPackage Syscalls.swift
[24/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[25/35] Compiling SystemPackage FileOperations.swift
[26/35] Compiling SystemPackage FilePath.swift
[27/35] Compiling SystemPackage FilePathComponentView.swift
[28/35] Compiling SystemPackage CInterop.swift
[29/35] Compiling SystemPackage Constants.swift
[30/35] Compiling SystemPackage Exports.swift
[32/37] Wrapping AST for TSCLibc for debugging
[33/37] Wrapping AST for SystemPackage for debugging
[35/77] 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:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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 {
              ^
[36/82] Compiling TSCBasic Await.swift
[37/82] Compiling TSCBasic Base64URL.swift
[38/82] Compiling TSCBasic ByteString.swift
[39/82] Compiling TSCBasic CStringArray.swift
[40/82] Compiling TSCBasic CacheableSequence.swift
[41/82] Compiling TSCBasic Closable.swift
[42/82] Compiling TSCBasic DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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/82] Compiling TSCBasic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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/82] Compiling TSCBasic EditDistance.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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/82] Compiling TSCBasic FileInfo.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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/82] Compiling TSCBasic FileSystem.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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/82] Compiling TSCBasic GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:31:16: warning: stored property 'modTime' of 'Sendable'-conforming struct 'FileInfo' has non-sendable type 'Date'
    public let modTime: Date
               ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/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/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/FileSystem.swift:428: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:428:21: warning: no calls to throwing functions occur within 'try' expression
        return try? AbsolutePath(String(cString: fsr))
                    ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352:84: warning: will never be executed
    func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
                                                                                   ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:352: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:411:9: warning: will never be executed
        return false
        ^
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:405: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 {
                                                                                 ^
[48/82] Compiling TSCBasic HashAlgorithms.swift
[49/82] Compiling TSCBasic JSON.swift
[50/82] Compiling TSCBasic JSONMapper.swift
[51/82] Compiling TSCBasic KeyedPair.swift
[52/82] Compiling TSCBasic LazyCache.swift
[53/82] Compiling TSCBasic Lock.swift
[54/82] Compiling TSCBasic OSLog.swift
[55/82] Compiling TSCBasic ObjectIdentifierProtocol.swift
[56/82] Compiling TSCBasic OrderedDictionary.swift
[57/82] Compiling TSCBasic OrderedSet.swift
[58/82] Compiling TSCBasic Path.swift
[59/82] 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 
[60/82] 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 
[61/82] 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 
[62/82] 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 
[63/82] 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 
[64/82] 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 
[65/82] Compiling TSCBasic PathShims.swift
[66/82] Compiling TSCBasic Process.swift
[67/82] Compiling TSCBasic ProcessEnv.swift
[68/82] Compiling TSCBasic ProcessSet.swift
[69/82] Compiling TSCBasic RegEx.swift
[70/82] Compiling TSCBasic Result.swift
[71/82] Compiling TSCBasic SortedArray.swift
[72/82] Compiling TSCBasic StringConversions.swift
[73/82] Compiling TSCBasic SynchronizedQueue.swift
[74/82] Compiling TSCBasic TemporaryFile.swift
[75/82] Compiling TSCBasic TerminalController.swift
[76/82] Compiling TSCBasic Thread.swift
[77/82] Compiling TSCBasic Tuple.swift
[78/82] Compiling TSCBasic WritableByteStream.swift
[79/82] Compiling TSCBasic misc.swift
[81/84] Wrapping AST for TSCBasic for debugging
[83/119] Compiling TSCUtility OSLog.swift
[84/119] Compiling TSCUtility OrderedZip.swift
[85/119] Compiling TSCUtility PkgConfig.swift
[86/119] Compiling TSCUtility Platform.swift
[87/119] Compiling TSCUtility PolymorphicCodable.swift
[88/123] Emitting module TSCUtility
[89/123] Compiling TSCUtility Tracing.swift
[90/123] Compiling TSCUtility Triple.swift
[91/123] Compiling TSCUtility URL.swift
[92/123] Compiling TSCUtility Verbosity.swift
[93/123] Compiling TSCUtility Hex.swift
[94/123] Compiling TSCUtility IndexStore.swift
[95/123] Compiling TSCUtility InterruptHandler.swift
[96/123] Compiling TSCUtility JSONMessageStreamingParser.swift
[97/123] Compiling TSCUtility Netrc.swift
[98/123] Compiling TSCUtility ProgressAnimation.swift
[99/123] Compiling TSCUtility SerializedDiagnostics.swift
[100/123] Compiling TSCUtility SimplePersistence.swift
[101/123] Compiling TSCUtility StringExtensions.swift
[102/123] Compiling TSCUtility StringMangling.swift
[103/123] Compiling TSCUtility Context.swift
[104/123] Compiling TSCUtility Diagnostics.swift
[105/123] Compiling TSCUtility FSWatch.swift
[106/123] Compiling TSCUtility FloatingPointExtensions.swift
[107/123] Compiling TSCUtility Git.swift
[108/123] Compiling TSCUtility Bitstream.swift
[109/123] Compiling TSCUtility BitstreamReader.swift
[110/123] Compiling TSCUtility BitstreamWriter.swift
[111/123] Compiling TSCUtility BuildFlags.swift
[112/123] Compiling TSCUtility CollectionExtensions.swift
[113/123] Compiling TSCUtility Version.swift
[114/123] Compiling TSCUtility Versioning.swift
[115/123] Compiling TSCUtility dlopen.swift
[116/123] Compiling TSCUtility misc.swift
[117/123] Compiling TSCUtility Archiver.swift
[118/123] Compiling TSCUtility ArgumentParser.swift
[119/123] Compiling TSCUtility ArgumentParserShellCompletion.swift
[120/123] Compiling TSCUtility Array+Extensions.swift
[121/123] Compiling TSCUtility Bits.swift
[123/125] Wrapping AST for TSCUtility for debugging
[125/134] Compiling TSCTestSupport XCTestCasePerf.swift
[126/134] Compiling TSCTestSupport JSONExtensions.swift
[127/135] Compiling TSCTestSupport FileSystemExtensions.swift
[128/135] Compiling TSCTestSupport Product.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/Product.swift:46:30: warning: no calls to throwing functions occur within 'try' expression
            .parentDirectory.appending(self.exec)
                             ^
[129/135] Compiling TSCTestSupport XCTAssertHelpers.swift
[130/135] Compiling TSCTestSupport PseudoTerminal.swift
[131/135] Compiling TSCTestSupport AssertMatch.swift
[132/135] Compiling TSCTestSupport DiagnosticsEngine.swift
[133/135] Emitting module TSCTestSupport
[133/135] Linking libSwiftToolsSupport.so
[135/135] Compiling TSCTestSupport misc.swift
Build complete! (17.11s)
Build complete.
Done.

Build Machine: Linux 2