Build Information
Successful build of swift-tools-support-core, reference 0.7.3 (e8fbc8
), with Swift 5.10 for Linux on 1 May 2025 19:16:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-tools-support-core.git
Reference: 0.7.3
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.7.3 -> FETCH_HEAD
HEAD is now at e8fbc8b Fix an issue where process handles are leaked in exec on Windows
Cloned https://github.com/swiftlang/swift-tools-support-core.git
Revision (git rev-parse @):
e8fbc8b05a155f311b862178d92d043afb216fe3
SUCCESS checkout https://github.com/swiftlang/swift-tools-support-core.git at 0.7.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/swiftlang/swift-tools-support-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/13] Write sources
[4/13] Compiling TSCclibc strerror.c
[5/13] Compiling TSCclibc process.c
[6/13] Compiling TSCclibc libc.c
[7/13] Write swift-version-24593BA9C3E375BF.txt
[9/15] Emitting module TSCLibc
[10/15] Compiling TSCLibc libc.swift
[11/16] Wrapping AST for TSCLibc for debugging
[13/56] 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
[14/61] Compiling TSCBasic Await.swift
[15/61] Compiling TSCBasic Base64URL.swift
[16/61] Compiling TSCBasic ByteString.swift
[17/61] Compiling TSCBasic CStringArray.swift
[18/61] Compiling TSCBasic CacheableSequence.swift
[19/61] Compiling TSCBasic Closable.swift
[20/61] Compiling TSCBasic HashAlgorithms.swift
[21/61] Compiling TSCBasic JSON.swift
[22/61] Compiling TSCBasic JSONMapper.swift
[23/61] Compiling TSCBasic KeyedPair.swift
[24/61] Compiling TSCBasic LazyCache.swift
[25/61] Compiling TSCBasic Lock.swift
[26/61] 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/61] 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/61] 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/61] 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/61] 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/61] 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/61] Compiling TSCBasic Result.swift
[33/61] Compiling TSCBasic SortedArray.swift
[34/61] Compiling TSCBasic StringConversions.swift
[35/61] Compiling TSCBasic SynchronizedQueue.swift
[36/61] Compiling TSCBasic TemporaryFile.swift
[37/61] Compiling TSCBasic OSLog.swift
[38/61] Compiling TSCBasic ObjectIdentifierProtocol.swift
[39/61] Compiling TSCBasic OrderedDictionary.swift
[40/61] Compiling TSCBasic OrderedSet.swift
[41/61] Compiling TSCBasic Path.swift
[42/61] 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/61] 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/61] 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/61] 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/61] 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/61] 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/61] 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:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[49/61] 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:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[50/61] 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:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[51/61] 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:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[52/61] 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:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead
let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
^
[53/61] 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) {
^
[54/61] 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) {
^
[55/61] 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) {
^
[56/61] 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) {
^
[57/61] 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) {
^
[58/62] Wrapping AST for TSCBasic for debugging
[60/97] Emitting module TSCUtility
[61/101] Compiling TSCUtility Context.swift
[62/101] Compiling TSCUtility Diagnostics.swift
[63/101] Compiling TSCUtility FSWatch.swift
[64/101] Compiling TSCUtility FloatingPointExtensions.swift
[65/101] Compiling TSCUtility Git.swift
[66/101] Compiling TSCUtility OSLog.swift
[67/101] Compiling TSCUtility OrderedZip.swift
[68/101] Compiling TSCUtility PkgConfig.swift
[69/101] Compiling TSCUtility Platform.swift
[70/101] Compiling TSCUtility PolymorphicCodable.swift
[71/101] Compiling TSCUtility Bitstream.swift
[72/101] Compiling TSCUtility BitstreamReader.swift
[73/101] Compiling TSCUtility BitstreamWriter.swift
[74/101] Compiling TSCUtility BuildFlags.swift
[75/101] Compiling TSCUtility CollectionExtensions.swift
[76/101] Compiling TSCUtility Archiver.swift
[77/101] Compiling TSCUtility ArgumentParser.swift
[78/101] Compiling TSCUtility ArgumentParserShellCompletion.swift
[79/101] Compiling TSCUtility Array+Extensions.swift
[80/101] Compiling TSCUtility Bits.swift
[81/101] Compiling TSCUtility Tracing.swift
[82/101] Compiling TSCUtility Triple.swift
[83/101] Compiling TSCUtility URL.swift
[84/101] Compiling TSCUtility Verbosity.swift
[85/101] Compiling TSCUtility Hex.swift
[86/101] Compiling TSCUtility IndexStore.swift
[87/101] Compiling TSCUtility InterruptHandler.swift
[88/101] Compiling TSCUtility JSONMessageStreamingParser.swift
[89/101] Compiling TSCUtility Netrc.swift
[90/101] Compiling TSCUtility ProgressAnimation.swift
[91/101] Compiling TSCUtility SerializedDiagnostics.swift
[92/101] Compiling TSCUtility SimplePersistence.swift
[93/101] Compiling TSCUtility StringExtensions.swift
[94/101] Compiling TSCUtility StringMangling.swift
[95/101] Compiling TSCUtility Version.swift
[96/101] Compiling TSCUtility Versioning.swift
[97/101] Compiling TSCUtility dlopen.swift
[98/101] Compiling TSCUtility misc.swift
[99/102] Wrapping AST for TSCUtility for debugging
[100/102] Write Objects.LinkFileList
[102/111] Compiling TSCTestSupport XCTestCasePerf.swift
[103/112] Compiling TSCTestSupport XCTAssertHelpers.swift
[104/112] Compiling TSCTestSupport PseudoTerminal.swift
[105/112] Compiling TSCTestSupport JSONExtensions.swift
[106/112] 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!)
^
[106/112] Linking libSwiftToolsSupport.so
[108/112] Compiling TSCTestSupport FileSystemExtensions.swift
[109/112] Compiling TSCTestSupport AssertMatch.swift
[110/112] Compiling TSCTestSupport DiagnosticsEngine.swift
[111/112] Emitting module TSCTestSupport
[112/112] 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! (9.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-tools-support-core",
"name" : "swift-tools-support-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TSCBasic",
"targets" : [
"TSCBasic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftToolsSupport",
"targets" : [
"TSCBasic",
"TSCUtility"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SwiftToolsSupport-auto",
"targets" : [
"TSCBasic",
"TSCUtility"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TSCTestSupport",
"targets" : [
"TSCTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TSCclibc",
"module_type" : "ClangTarget",
"name" : "TSCclibc",
"path" : "Sources/TSCclibc",
"product_memberships" : [
"TSCBasic",
"SwiftToolsSupport",
"SwiftToolsSupport-auto",
"TSCTestSupport"
],
"sources" : [
"libc.c",
"process.c",
"strerror.c"
],
"type" : "library"
},
{
"c99name" : "TSCUtilityTests",
"module_type" : "SwiftTarget",
"name" : "TSCUtilityTests",
"path" : "Tests/TSCUtilityTests",
"sources" : [
"ArchiverTests.swift",
"ArgumentParserTests.swift",
"BitstreamTests.swift",
"CollectionTests.swift",
"ContextTests.swift",
"DiagnosticsUtilityTests.swift",
"HexTests.swift",
"InterruptHandlerTests.swift",
"JSONMessageStreamingParserTests.swift",
"NetrcTests.swift",
"PkgConfigParserTests.swift",
"PlatformTests.swift",
"PolymorphicCodableTests.swift",
"ProgressAnimationTests.swift",
"SendableTests.swift",
"SerializedDiagnosticsTests.swift",
"SimplePersistenceTests.swift",
"StringConversionTests.swift",
"StringTests.swift",
"TracingTests.swift",
"TripleTests.swift",
"VersionTests.swift",
"miscTests.swift"
],
"target_dependencies" : [
"TSCUtility",
"TSCTestSupport"
],
"type" : "test"
},
{
"c99name" : "TSCUtility",
"module_type" : "SwiftTarget",
"name" : "TSCUtility",
"path" : "Sources/TSCUtility",
"product_memberships" : [
"SwiftToolsSupport",
"SwiftToolsSupport-auto",
"TSCTestSupport"
],
"sources" : [
"Archiver.swift",
"ArgumentParser.swift",
"ArgumentParserShellCompletion.swift",
"Array+Extensions.swift",
"Bits.swift",
"Bitstream.swift",
"BitstreamReader.swift",
"BitstreamWriter.swift",
"BuildFlags.swift",
"CollectionExtensions.swift",
"Context.swift",
"Diagnostics.swift",
"FSWatch.swift",
"FloatingPointExtensions.swift",
"Git.swift",
"Hex.swift",
"IndexStore.swift",
"InterruptHandler.swift",
"JSONMessageStreamingParser.swift",
"Netrc.swift",
"OSLog.swift",
"OrderedZip.swift",
"PkgConfig.swift",
"Platform.swift",
"PolymorphicCodable.swift",
"ProgressAnimation.swift",
"SerializedDiagnostics.swift",
"SimplePersistence.swift",
"StringExtensions.swift",
"StringMangling.swift",
"Tracing.swift",
"Triple.swift",
"URL.swift",
"Verbosity.swift",
"Version.swift",
"Versioning.swift",
"dlopen.swift",
"misc.swift"
],
"target_dependencies" : [
"TSCBasic",
"TSCclibc"
],
"type" : "library"
},
{
"c99name" : "TSCTestSupportTests",
"module_type" : "SwiftTarget",
"name" : "TSCTestSupportTests",
"path" : "Tests/TSCTestSupportTests",
"sources" : [
"TestSupportTests.swift"
],
"target_dependencies" : [
"TSCTestSupport"
],
"type" : "test"
},
{
"c99name" : "TSCTestSupport",
"module_type" : "SwiftTarget",
"name" : "TSCTestSupport",
"path" : "Sources/TSCTestSupport",
"product_memberships" : [
"TSCTestSupport"
],
"sources" : [
"AssertMatch.swift",
"DiagnosticsEngine.swift",
"FileSystemExtensions.swift",
"JSONExtensions.swift",
"Product.swift",
"PseudoTerminal.swift",
"XCTAssertHelpers.swift",
"XCTestCasePerf.swift",
"misc.swift"
],
"target_dependencies" : [
"TSCBasic",
"TSCUtility"
],
"type" : "library"
},
{
"c99name" : "TSCLibc",
"module_type" : "SwiftTarget",
"name" : "TSCLibc",
"path" : "Sources/TSCLibc",
"product_memberships" : [
"TSCBasic",
"SwiftToolsSupport",
"SwiftToolsSupport-auto",
"TSCTestSupport"
],
"sources" : [
"libc.swift"
],
"type" : "library"
},
{
"c99name" : "TSCBasicTests",
"module_type" : "SwiftTarget",
"name" : "TSCBasicTests",
"path" : "Tests/TSCBasicTests",
"sources" : [
"AwaitTests.swift",
"Base64URLTests.swift",
"ByteStringTests.swift",
"CStringArrayTests.swift",
"CacheableSequenceTests.swift",
"CollectionAlgorithmsTests.swift",
"CollectionExtensionsTests.swift",
"ConditionTests.swift",
"DeltaAlgorithmTests.swift",
"DiagnosticsEngineTests.swift",
"DictionaryExtensionsTests.swift",
"DictionaryLiteralExtensionsTests.swift",
"EditDistanceTests.swift",
"FileSystemTests.swift",
"GraphAlgorithmsTests.swift",
"JSONMapperTests.swift",
"JSONTests.swift",
"KeyedPairTests.swift",
"LazyCacheTests.swift",
"LockTests.swift",
"ObjectIdentifierProtocolTests.swift",
"OrderedDictionaryTests.swift",
"OrderedSetTests.swift",
"POSIXTests.swift",
"PathShimTests.swift",
"PathTests.swift",
"ProcessEnvTests.swift",
"ProcessSetTests.swift",
"ProcessTests.swift",
"RegExTests.swift",
"ResultTests.swift",
"SHA256Tests.swift",
"SendableTests.swift",
"SortedArrayTests.swift",
"StringConversionsTests.swift",
"SynchronizedQueueTests.swift",
"TemporaryFileTests.swift",
"TerminalControllerTests.swift",
"ThreadTests.swift",
"TupleTests.swift",
"WritableByteStreamTests.swift",
"miscTests.swift"
],
"target_dependencies" : [
"TSCTestSupport",
"TSCclibc"
],
"type" : "test"
},
{
"c99name" : "TSCBasicPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "TSCBasicPerformanceTests",
"path" : "Tests/TSCBasicPerformanceTests",
"sources" : [
"ByteStringPerfTests.swift",
"PathPerfTests.swift",
"SHA256PerfTests.swift",
"SortedArrayPerfTests.swift",
"StringConversionsPerfTests.swift",
"SynchronizedQueuePerfTests.swift",
"WritableByteStreamPerfTests.swift"
],
"target_dependencies" : [
"TSCBasic",
"TSCTestSupport"
],
"type" : "test"
},
{
"c99name" : "TSCBasic",
"module_type" : "SwiftTarget",
"name" : "TSCBasic",
"path" : "Sources/TSCBasic",
"product_memberships" : [
"TSCBasic",
"SwiftToolsSupport",
"SwiftToolsSupport-auto",
"TSCTestSupport"
],
"sources" : [
"Await.swift",
"Base64URL.swift",
"ByteString.swift",
"CStringArray.swift",
"CacheableSequence.swift",
"Closable.swift",
"CodableResult.swift",
"CollectionAlgorithms.swift",
"CollectionExtensions.swift",
"Condition.swift",
"DeltaAlgorithm.swift",
"DiagnosticsEngine.swift",
"DictionaryExtensions.swift",
"DictionaryLiteralExtensions.swift",
"EditDistance.swift",
"FileInfo.swift",
"FileSystem.swift",
"GraphAlgorithms.swift",
"HashAlgorithms.swift",
"JSON.swift",
"JSONMapper.swift",
"KeyedPair.swift",
"LazyCache.swift",
"Lock.swift",
"OSLog.swift",
"ObjectIdentifierProtocol.swift",
"OrderedDictionary.swift",
"OrderedSet.swift",
"Path.swift",
"PathShims.swift",
"Process/Process.swift",
"Process/ProcessEnv.swift",
"Process/ProcessSet.swift",
"RegEx.swift",
"Result.swift",
"SortedArray.swift",
"StringConversions.swift",
"SynchronizedQueue.swift",
"TemporaryFile.swift",
"TerminalController.swift",
"Thread.swift",
"Tuple.swift",
"WritableByteStream.swift",
"misc.swift"
],
"target_dependencies" : [
"TSCLibc",
"TSCclibc"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.