The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/apple/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/apple/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/apple/swift-tools-support-core.git
Revision (git rev-parse @):
3b13e439a341bbbfe0f710c7d1be37221745ef1a
SUCCESS checkout https://github.com/apple/swift-tools-support-core.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/apple/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.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-system.git
[1/2983] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
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/15] Write sources
[5/15] Compiling TSCclibc libc.c
[6/15] Compiling CSystem shims.c
[7/15] Compiling TSCclibc process.c
[8/15] Write swift-version-24593BA9C3E375BF.txt
[10/38] Emitting module SystemPackage
[11/40] Compiling SystemPackage Util.swift
[12/40] Compiling SystemPackage UtilConsumers.swift
[13/40] Compiling SystemPackage Errno.swift
[14/40] Compiling SystemPackage FileDescriptor.swift
[15/40] Compiling SystemPackage FileHelpers.swift
[16/40] Compiling SystemPackage PlatformString.swift
[17/40] Compiling SystemPackage SystemString.swift
[18/40] Compiling SystemPackage FileOperations.swift
[19/40] Compiling SystemPackage FilePath.swift
[20/40] Compiling SystemPackage FilePathComponentView.swift
[21/40] Compiling SystemPackage FilePathSyntax.swift
[22/40] Compiling SystemPackage FilePathWindows.swift
[23/40] Compiling SystemPackage FilePermissions.swift
[24/40] Emitting module TSCLibc
[25/40] Compiling TSCLibc libc.swift
[27/41] Compiling SystemPackage CInterop.swift
[28/41] Compiling SystemPackage Constants.swift
[29/41] Compiling SystemPackage Exports.swift
[30/41] Compiling SystemPackage FilePathComponents.swift
[31/41] Compiling SystemPackage FilePathParsing.swift
[32/41] Compiling SystemPackage FilePathString.swift
[33/41] Compiling SystemPackage Mocking.swift
[34/41] Compiling SystemPackage Syscalls.swift
[35/41] Compiling SystemPackage WindowsSyscallAdapters.swift
[35/42] Wrapping AST for TSCLibc for debugging
[37/42] Wrapping AST for SystemPackage for debugging
[39/82] 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
[40/87] 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
[41/87] 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
[42/87] 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
[43/87] 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
[44/87] 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
[45/87] 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
[46/87] Compiling TSCBasic Await.swift
[47/87] Compiling TSCBasic Base64URL.swift
[48/87] Compiling TSCBasic ByteString.swift
[49/87] Compiling TSCBasic CStringArray.swift
[50/87] Compiling TSCBasic CacheableSequence.swift
[51/87] Compiling TSCBasic Closable.swift
[52/87] Compiling TSCBasic OSLog.swift
[53/87] Compiling TSCBasic ObjectIdentifierProtocol.swift
[54/87] Compiling TSCBasic OrderedDictionary.swift
[55/87] Compiling TSCBasic OrderedSet.swift
[56/87] Compiling TSCBasic Path.swift
[57/87] Compiling TSCBasic PathShims.swift
[58/87] Compiling TSCBasic Process.swift
[59/87] Compiling TSCBasic ProcessEnv.swift
[60/87] Compiling TSCBasic ProcessSet.swift
[61/87] Compiling TSCBasic RegEx.swift
[62/87] 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: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: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: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 {
                                                                                 ^
[63/87] 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: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: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: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/87] 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: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: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: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/87] 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: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: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: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/87] 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: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: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: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/87] 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: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: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: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/87] Compiling TSCBasic Result.swift
[69/87] Compiling TSCBasic SortedArray.swift
[70/87] Compiling TSCBasic StringConversions.swift
[71/87] Compiling TSCBasic SynchronizedQueue.swift
[72/87] Compiling TSCBasic TemporaryFile.swift
[73/87] Compiling TSCBasic HashAlgorithms.swift
[74/87] Compiling TSCBasic JSON.swift
[75/87] Compiling TSCBasic JSONMapper.swift
[76/87] Compiling TSCBasic KeyedPair.swift
[77/87] Compiling TSCBasic LazyCache.swift
[78/87] Compiling TSCBasic Lock.swift
[79/87] Compiling TSCBasic TerminalController.swift
[80/87] Compiling TSCBasic Thread.swift
[81/87] Compiling TSCBasic Tuple.swift
[82/87] Compiling TSCBasic WritableByteStream.swift
[83/87] Compiling TSCBasic misc.swift
[84/88] Wrapping AST for TSCBasic for debugging
[86/123] Compiling TSCUtility Tracing.swift
[87/123] Compiling TSCUtility Triple.swift
[88/123] Compiling TSCUtility URL.swift
[89/123] Compiling TSCUtility Verbosity.swift
[90/127] Emitting module TSCUtility
[91/127] Compiling TSCUtility Version.swift
[92/127] Compiling TSCUtility Versioning.swift
[93/127] Compiling TSCUtility dlopen.swift
[94/127] Compiling TSCUtility misc.swift
[95/127] Compiling TSCUtility OSLog.swift
[96/127] Compiling TSCUtility OrderedZip.swift
[97/127] Compiling TSCUtility PkgConfig.swift
[98/127] Compiling TSCUtility Platform.swift
[99/127] Compiling TSCUtility PolymorphicCodable.swift
[100/127] Compiling TSCUtility Bitstream.swift
[101/127] Compiling TSCUtility BitstreamReader.swift
[102/127] Compiling TSCUtility BitstreamWriter.swift
[103/127] Compiling TSCUtility BuildFlags.swift
[104/127] Compiling TSCUtility CollectionExtensions.swift
[105/127] Compiling TSCUtility Archiver.swift
[106/127] Compiling TSCUtility ArgumentParser.swift
[107/127] Compiling TSCUtility ArgumentParserShellCompletion.swift
[108/127] Compiling TSCUtility Array+Extensions.swift
[109/127] Compiling TSCUtility Bits.swift
[110/127] Compiling TSCUtility Hex.swift
[111/127] Compiling TSCUtility IndexStore.swift
[112/127] Compiling TSCUtility InterruptHandler.swift
[113/127] Compiling TSCUtility JSONMessageStreamingParser.swift
[114/127] Compiling TSCUtility Netrc.swift
[115/127] Compiling TSCUtility ProgressAnimation.swift
[116/127] Compiling TSCUtility SerializedDiagnostics.swift
[117/127] Compiling TSCUtility SimplePersistence.swift
[118/127] Compiling TSCUtility StringExtensions.swift
[119/127] Compiling TSCUtility StringMangling.swift
[120/127] Compiling TSCUtility Context.swift
[121/127] Compiling TSCUtility Diagnostics.swift
[122/127] Compiling TSCUtility FSWatch.swift
[123/127] Compiling TSCUtility FloatingPointExtensions.swift
[124/127] Compiling TSCUtility Git.swift
[125/128] Wrapping AST for TSCUtility for debugging
[126/128] Write Objects.LinkFileList
[128/137] Compiling TSCTestSupport XCTestCasePerf.swift
[129/138] Compiling TSCTestSupport JSONExtensions.swift
[130/138] Compiling TSCTestSupport FileSystemExtensions.swift
[131/138] Compiling TSCTestSupport XCTAssertHelpers.swift
[131/138] Linking libSwiftToolsSupport.so
[133/138] 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!)
               ^
[134/138] Compiling TSCTestSupport PseudoTerminal.swift
[135/138] Emitting module TSCTestSupport
[136/138] Compiling TSCTestSupport AssertMatch.swift
[137/138] Compiling TSCTestSupport DiagnosticsEngine.swift
[138/138] Compiling TSCTestSupport misc.swift
Build complete! (16.65s)
Build complete.
Done.

Build Machine: Linux 1