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.8 for Linux (3b13e4) on 27 Jun 2024 16:53:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-tools-support-core.git
Reference: 0.6.1
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/swiftlang/swift-tools-support-core
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 3b13e43 Fix platform conditions in `Package.swift` (#431)
Cloned https://github.com/swiftlang/swift-tools-support-core.git
Revision (git rev-parse @):
3b13e439a341bbbfe0f710c7d1be37221745ef1a
SUCCESS checkout https://github.com/swiftlang/swift-tools-support-core.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/swiftlang/swift-tools-support-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:04b855c1ccaa3e5be7e0a673b43cb5972bbce6f39eeabbf4f2cb26180c5e9854
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/apple/swift-system.git
[1/3563] Fetching swift-system
Fetched https://github.com/apple/swift-system.git (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.1 (0.28s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.3.1
Building for debugging...
[0/8] Compiling TSCclibc process.c
[1/8] Compiling TSCclibc libc.c
[2/8] Compiling CSystem shims.c
[4/31] Emitting module SystemPackage
[5/33] Compiling SystemPackage PlatformString.swift
[6/33] Compiling SystemPackage SystemString.swift
[7/33] Compiling SystemPackage FileOperations.swift
[8/33] Compiling SystemPackage FilePath.swift
[9/33] Compiling SystemPackage FilePathComponentView.swift
[10/33] Compiling SystemPackage FilePathComponents.swift
[11/33] Compiling SystemPackage FilePathParsing.swift
[12/33] Compiling SystemPackage FilePathString.swift
[13/33] Compiling SystemPackage Util.swift
[14/33] Compiling SystemPackage UtilConsumers.swift
[15/33] Compiling SystemPackage FilePathSyntax.swift
[16/33] Compiling SystemPackage FilePathWindows.swift
[17/33] Compiling SystemPackage FilePermissions.swift
[18/33] Emitting module TSCLibc
[19/33] Compiling TSCLibc libc.swift
[22/35] Compiling SystemPackage CInterop.swift
[23/35] Compiling SystemPackage Constants.swift
[24/35] Compiling SystemPackage Exports.swift
[25/35] Compiling SystemPackage Errno.swift
[26/35] Compiling SystemPackage FileDescriptor.swift
[27/35] Compiling SystemPackage FileHelpers.swift
[28/35] Compiling SystemPackage Mocking.swift
[29/35] Compiling SystemPackage Syscalls.swift
[30/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[31/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 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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/82] Compiling TSCBasic PathShims.swift
[49/82] Compiling TSCBasic Process.swift
[50/82] Compiling TSCBasic ProcessEnv.swift
[51/82] Compiling TSCBasic ProcessSet.swift
[52/82] Compiling TSCBasic RegEx.swift
[53/82] Compiling TSCBasic OSLog.swift
[54/82] Compiling TSCBasic ObjectIdentifierProtocol.swift
[55/82] Compiling TSCBasic OrderedDictionary.swift
[56/82] Compiling TSCBasic OrderedSet.swift
[57/82] Compiling TSCBasic Path.swift
[58/82] Compiling TSCBasic Result.swift
[59/82] Compiling TSCBasic SortedArray.swift
[60/82] Compiling TSCBasic StringConversions.swift
[61/82] Compiling TSCBasic SynchronizedQueue.swift
[62/82] Compiling TSCBasic TemporaryFile.swift
[63/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 {
                                                                                 ^
[64/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 {
                                                                                 ^
[65/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 {
                                                                                 ^
[66/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 {
                                                                                 ^
[67/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 {
                                                                                 ^
[68/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 {
                                                                                 ^
[69/82] Compiling TSCBasic TerminalController.swift
[70/82] Compiling TSCBasic Thread.swift
[71/82] Compiling TSCBasic Tuple.swift
[72/82] Compiling TSCBasic WritableByteStream.swift
[73/82] Compiling TSCBasic misc.swift
[74/82] Compiling TSCBasic HashAlgorithms.swift
[75/82] Compiling TSCBasic JSON.swift
[76/82] Compiling TSCBasic JSONMapper.swift
[77/82] Compiling TSCBasic KeyedPair.swift
[78/82] Compiling TSCBasic LazyCache.swift
[79/82] Compiling TSCBasic Lock.swift
[81/84] Wrapping AST for TSCBasic for debugging
[83/119] Emitting module TSCUtility
[84/123] Compiling TSCUtility ProgressAnimation.swift
[85/123] Compiling TSCUtility SerializedDiagnostics.swift
[86/123] Compiling TSCUtility SimplePersistence.swift
[87/123] Compiling TSCUtility StringExtensions.swift
[88/123] Compiling TSCUtility StringMangling.swift
[89/123] Compiling TSCUtility Bitstream.swift
[90/123] Compiling TSCUtility BitstreamReader.swift
[91/123] Compiling TSCUtility BitstreamWriter.swift
[92/123] Compiling TSCUtility BuildFlags.swift
[93/123] Compiling TSCUtility CollectionExtensions.swift
[94/123] Compiling TSCUtility Context.swift
[95/123] Compiling TSCUtility Diagnostics.swift
[96/123] Compiling TSCUtility FSWatch.swift
[97/123] Compiling TSCUtility FloatingPointExtensions.swift
[98/123] Compiling TSCUtility Git.swift
[99/123] Compiling TSCUtility OSLog.swift
[100/123] Compiling TSCUtility OrderedZip.swift
[101/123] Compiling TSCUtility PkgConfig.swift
[102/123] Compiling TSCUtility Platform.swift
[103/123] Compiling TSCUtility PolymorphicCodable.swift
[104/123] Compiling TSCUtility Hex.swift
[105/123] Compiling TSCUtility IndexStore.swift
[106/123] Compiling TSCUtility InterruptHandler.swift
[107/123] Compiling TSCUtility JSONMessageStreamingParser.swift
[108/123] Compiling TSCUtility Netrc.swift
[109/123] Compiling TSCUtility Tracing.swift
[110/123] Compiling TSCUtility Triple.swift
[111/123] Compiling TSCUtility URL.swift
[112/123] Compiling TSCUtility Verbosity.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/135] Compiling TSCTestSupport JSONExtensions.swift
[127/135] Compiling TSCTestSupport PseudoTerminal.swift
[128/135] Compiling TSCTestSupport XCTAssertHelpers.swift
[129/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)
                             ^
[130/135] Compiling TSCTestSupport FileSystemExtensions.swift
[131/135] Emitting module TSCTestSupport
[132/135] Compiling TSCTestSupport AssertMatch.swift
[133/135] Compiling TSCTestSupport DiagnosticsEngine.swift
[133/135] Linking libSwiftToolsSupport.so
[135/135] Compiling TSCTestSupport misc.swift
Build complete! (11.08s)
Build complete.
Done.