Build Information
Successful build of swift-tools-support-core, reference 0.7.3 (e8fbc8
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 22:36:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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: 6.2
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-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] Compiling TSCLibc libc.swift
[10/15] Emitting module TSCLibc
[11/16] Wrapping AST for TSCLibc for debugging
[13/56] Emitting module TSCBasic
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[14/61] Compiling TSCBasic CodableResult.swift
[15/61] Compiling TSCBasic CollectionAlgorithms.swift
[16/61] Compiling TSCBasic CollectionExtensions.swift
[17/61] Compiling TSCBasic Condition.swift
[18/61] Compiling TSCBasic DeltaAlgorithm.swift
[19/61] Compiling TSCBasic DiagnosticsEngine.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 Await.swift
[27/61] Compiling TSCBasic Base64URL.swift
[28/61] Compiling TSCBasic ByteString.swift
[29/61] Compiling TSCBasic CStringArray.swift
[30/61] Compiling TSCBasic CacheableSequence.swift
[31/61] Compiling TSCBasic Closable.swift
[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 DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[43/61] Compiling TSCBasic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[44/61] Compiling TSCBasic EditDistance.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/61] Compiling TSCBasic FileInfo.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/61] Compiling TSCBasic FileSystem.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/61] Compiling TSCBasic GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileInfo.swift:66:1: warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
64 | }
65 |
66 | extension FileAttributeType: Codable {}
| |- warning: extension declares a conformance of imported type 'FileAttributeType' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
67 |
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:16: warning: no calls to throwing functions occur within 'try' expression
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: no calls to throwing functions occur within 'try' expression
442 | #endif
443 | }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:365:84: warning: will never be executed
363 | func hasQuarantineAttribute(_ path: AbsolutePath) -> Bool { false }
364 |
365 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool { false }
| | `- warning: will never be executed
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
366 |
367 | func itemReplacementDirectories(for path: AbsolutePath) throws -> [AbsolutePath] { [] }
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:424:9: warning: will never be executed
416 | }
417 |
418 | func hasAttribute(_ name: FileSystemAttribute, _ path: AbsolutePath) -> Bool {
| `- note: 'name' is of type 'FileSystemAttribute' which cannot be constructed because it is an enum with no cases
419 | #if canImport(Darwin)
420 | let bufLength = getxattr(path.pathString, name.rawValue, nil, 0, 0, 0)
:
422 | return bufLength > 0
423 | #else
424 | return false
| `- warning: will never be executed
425 | #endif
426 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/61] Compiling TSCBasic PathShims.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/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. [#DeprecatedDeclaration]
385 | self.outputRedirection = outputRedirection
386 | self.startNewProcessGroup = startNewProcessGroup
387 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
388 | }
389 |
/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. [#DeprecatedDeclaration]
426 | self.outputRedirection = outputRedirection
427 | self.startNewProcessGroup = startNewProcessGroup
428 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
429 | }
430 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
750 | }
751 | let argv = CStringArray(resolvedArgs)
752 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
753 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
754 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:859:49: warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
857 | try await withCheckedThrowingContinuation { continuation in
858 | DispatchQueue.processConcurrent.async {
859 | self.waitUntilExit(continuation.resume(with:))
| |- warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
860 | }
861 | }
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/61] Compiling TSCBasic Process.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/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. [#DeprecatedDeclaration]
385 | self.outputRedirection = outputRedirection
386 | self.startNewProcessGroup = startNewProcessGroup
387 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
388 | }
389 |
/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. [#DeprecatedDeclaration]
426 | self.outputRedirection = outputRedirection
427 | self.startNewProcessGroup = startNewProcessGroup
428 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
429 | }
430 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
750 | }
751 | let argv = CStringArray(resolvedArgs)
752 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
753 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
754 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:859:49: warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
857 | try await withCheckedThrowingContinuation { continuation in
858 | DispatchQueue.processConcurrent.async {
859 | self.waitUntilExit(continuation.resume(with:))
| |- warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
860 | }
861 | }
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/61] Compiling TSCBasic ProcessEnv.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/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. [#DeprecatedDeclaration]
385 | self.outputRedirection = outputRedirection
386 | self.startNewProcessGroup = startNewProcessGroup
387 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
388 | }
389 |
/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. [#DeprecatedDeclaration]
426 | self.outputRedirection = outputRedirection
427 | self.startNewProcessGroup = startNewProcessGroup
428 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
429 | }
430 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
750 | }
751 | let argv = CStringArray(resolvedArgs)
752 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
753 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
754 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:859:49: warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
857 | try await withCheckedThrowingContinuation { continuation in
858 | DispatchQueue.processConcurrent.async {
859 | self.waitUntilExit(continuation.resume(with:))
| |- warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
860 | }
861 | }
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/61] Compiling TSCBasic ProcessSet.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/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. [#DeprecatedDeclaration]
385 | self.outputRedirection = outputRedirection
386 | self.startNewProcessGroup = startNewProcessGroup
387 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
388 | }
389 |
/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. [#DeprecatedDeclaration]
426 | self.outputRedirection = outputRedirection
427 | self.startNewProcessGroup = startNewProcessGroup
428 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
429 | }
430 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
750 | }
751 | let argv = CStringArray(resolvedArgs)
752 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
753 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
754 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:859:49: warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
857 | try await withCheckedThrowingContinuation { continuation in
858 | DispatchQueue.processConcurrent.async {
859 | self.waitUntilExit(continuation.resume(with:))
| |- warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
860 | }
861 | }
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[52/61] Compiling TSCBasic RegEx.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
18 | #endif
19 |
20 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
21 | import TSCLibc
22 | import Dispatch
/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. [#DeprecatedDeclaration]
385 | self.outputRedirection = outputRedirection
386 | self.startNewProcessGroup = startNewProcessGroup
387 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
388 | }
389 |
/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. [#DeprecatedDeclaration]
426 | self.outputRedirection = outputRedirection
427 | self.startNewProcessGroup = startNewProcessGroup
428 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally. [#DeprecatedDeclaration]
429 | }
430 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:752:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
750 | }
751 | let argv = CStringArray(resolvedArgs)
752 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
753 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
754 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:859:49: warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
857 | try await withCheckedThrowingContinuation { continuation in
858 | DispatchQueue.processConcurrent.async {
859 | self.waitUntilExit(continuation.resume(with:))
| |- warning: converting a value of type '(__shared sending Result<ProcessResult, any Error>) -> ()' to type '(Result<ProcessResult, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
860 | }
861 | }
/host/spi-builder-workspace/Sources/TSCBasic/Process/ProcessEnv.swift:71:36: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
69 | }
70 |
71 | extension ProcessEnvironmentBlock: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
72 |
73 | /// Provides functionality related a process's environment.
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[53/61] Compiling TSCBasic TerminalController.swift
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
114 | public static func terminalType(_ stream: LocalFileOutputByteStream) -> TerminalType {
115 | #if !os(Windows)
116 | if ProcessEnv.vars["TERM"] == "dumb" {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
136 | #else
137 | // Try to get from environment.
138 | if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 | return width
140 | }
/host/spi-builder-workspace/Sources/TSCBasic/Thread.swift:54:41: warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
52 | }
53 |
54 | self.thread = ThreadImpl(block: theTask)
| `- warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
55 | }
56 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[54/61] Compiling TSCBasic Thread.swift
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
114 | public static func terminalType(_ stream: LocalFileOutputByteStream) -> TerminalType {
115 | #if !os(Windows)
116 | if ProcessEnv.vars["TERM"] == "dumb" {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
136 | #else
137 | // Try to get from environment.
138 | if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 | return width
140 | }
/host/spi-builder-workspace/Sources/TSCBasic/Thread.swift:54:41: warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
52 | }
53 |
54 | self.thread = ThreadImpl(block: theTask)
| `- warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
55 | }
56 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[55/61] Compiling TSCBasic Tuple.swift
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
114 | public static func terminalType(_ stream: LocalFileOutputByteStream) -> TerminalType {
115 | #if !os(Windows)
116 | if ProcessEnv.vars["TERM"] == "dumb" {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
136 | #else
137 | // Try to get from environment.
138 | if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 | return width
140 | }
/host/spi-builder-workspace/Sources/TSCBasic/Thread.swift:54:41: warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
52 | }
53 |
54 | self.thread = ThreadImpl(block: theTask)
| `- warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
55 | }
56 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[56/61] Compiling TSCBasic WritableByteStream.swift
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
114 | public static func terminalType(_ stream: LocalFileOutputByteStream) -> TerminalType {
115 | #if !os(Windows)
116 | if ProcessEnv.vars["TERM"] == "dumb" {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
136 | #else
137 | // Try to get from environment.
138 | if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 | return width
140 | }
/host/spi-builder-workspace/Sources/TSCBasic/Thread.swift:54:41: warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
52 | }
53 |
54 | self.thread = ThreadImpl(block: theTask)
| `- warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
55 | }
56 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[57/61] Compiling TSCBasic misc.swift
/host/spi-builder-workspace/Sources/TSCBasic/misc.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCBasic' may lead to instability during execution
12 | import TSCLibc
13 | import Foundation
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
114 | public static func terminalType(_ stream: LocalFileOutputByteStream) -> TerminalType {
115 | #if !os(Windows)
116 | if ProcessEnv.vars["TERM"] == "dumb" {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
136 | #else
137 | // Try to get from environment.
138 | if let columns = ProcessEnv.vars["COLUMNS"], let width = Int(columns) {
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 | return width
140 | }
/host/spi-builder-workspace/Sources/TSCBasic/Thread.swift:54:41: warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
52 | }
53 |
54 | self.thread = ThreadImpl(block: theTask)
| `- warning: converting non-Sendable function value to '@Sendable () -> Void' may introduce data races
55 | }
56 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/62] Wrapping AST for TSCBasic for debugging
[60/97] Compiling TSCUtility Tracing.swift
[61/97] Compiling TSCUtility Triple.swift
[62/97] Compiling TSCUtility URL.swift
[63/97] Compiling TSCUtility Verbosity.swift
[64/101] Compiling TSCUtility Hex.swift
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[65/101] Compiling TSCUtility IndexStore.swift
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[66/101] Compiling TSCUtility InterruptHandler.swift
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[67/101] Compiling TSCUtility JSONMessageStreamingParser.swift
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[68/101] Compiling TSCUtility Netrc.swift
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[69/101] Compiling TSCUtility Context.swift
[70/101] Compiling TSCUtility Diagnostics.swift
[71/101] Compiling TSCUtility FSWatch.swift
[72/101] Compiling TSCUtility FloatingPointExtensions.swift
[73/101] Compiling TSCUtility Git.swift
[74/101] Compiling TSCUtility Version.swift
/host/spi-builder-workspace/Sources/TSCUtility/Versioning.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
12 |
13 | // FIXME: deprecate 2/2021, remove once clients transitioned
[75/101] Compiling TSCUtility Versioning.swift
/host/spi-builder-workspace/Sources/TSCUtility/Versioning.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
12 |
13 | // FIXME: deprecate 2/2021, remove once clients transitioned
[76/101] Compiling TSCUtility dlopen.swift
/host/spi-builder-workspace/Sources/TSCUtility/Versioning.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
12 |
13 | // FIXME: deprecate 2/2021, remove once clients transitioned
[77/101] Compiling TSCUtility misc.swift
/host/spi-builder-workspace/Sources/TSCUtility/Versioning.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
12 |
13 | // FIXME: deprecate 2/2021, remove once clients transitioned
[78/101] Compiling TSCUtility Archiver.swift
[79/101] Compiling TSCUtility ArgumentParser.swift
[80/101] Compiling TSCUtility ArgumentParserShellCompletion.swift
[81/101] Compiling TSCUtility Array+Extensions.swift
[82/101] Compiling TSCUtility Bits.swift
[83/101] Compiling TSCUtility OSLog.swift
[84/101] Compiling TSCUtility OrderedZip.swift
[85/101] Compiling TSCUtility PkgConfig.swift
[86/101] Compiling TSCUtility Platform.swift
[87/101] Compiling TSCUtility PolymorphicCodable.swift
[88/101] Compiling TSCUtility Bitstream.swift
[89/101] Compiling TSCUtility BitstreamReader.swift
[90/101] Compiling TSCUtility BitstreamWriter.swift
[91/101] Compiling TSCUtility BuildFlags.swift
[92/101] Compiling TSCUtility CollectionExtensions.swift
[93/101] Emitting module TSCUtility
/host/spi-builder-workspace/Sources/TSCUtility/IndexStore.swift:12:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
10 |
11 | import TSCBasic
12 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
13 |
14 | public final class IndexStore {
/host/spi-builder-workspace/Sources/TSCUtility/Versioning.swift:11:22: warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
9 | */
10 |
11 | @_implementationOnly import TSCclibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'TSCUtility' may lead to instability during execution
12 |
13 | // FIXME: deprecate 2/2021, remove once clients transitioned
/host/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:156:5: warning: @frozen has no effect on non-public enums
154 | @available(macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
155 | fileprivate enum RegexUtil {
156 | @frozen fileprivate enum Token: String, CaseIterable {
| `- warning: @frozen has no effect on non-public enums
157 | case machine, login, password, account, macdef, `default`
158 |
[94/101] Compiling TSCUtility ProgressAnimation.swift
[95/101] Compiling TSCUtility SerializedDiagnostics.swift
[96/101] Compiling TSCUtility SimplePersistence.swift
[97/101] Compiling TSCUtility StringExtensions.swift
[98/101] Compiling TSCUtility StringMangling.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] Emitting module TSCTestSupport
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:103:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
101 | }
102 |
103 | extension AbsolutePath: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
104 | public init(_ value: StringLiteralType) {
105 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:109:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
107 | }
108 |
109 | extension AbsolutePath: ExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
110 | public init(stringLiteral value: String) {
111 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:131:1: warning: extension declares a conformance of imported type 'RelativePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
129 | }
130 |
131 | extension RelativePath: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'RelativePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
132 | public init(_ value: StringLiteralType) {
133 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:137:1: warning: extension declares a conformance of imported type 'RelativePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
135 | }
136 |
137 | extension RelativePath: ExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'RelativePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
138 | public init(stringLiteral value: String) {
139 | try! self.init(validating: value)
[105/112] Compiling TSCTestSupport PseudoTerminal.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
43 | fatalError()
44 | #else
45 | return try! AbsolutePath(CommandLine.arguments.first!, relativeTo: localFileSystem.currentWorkingDirectory!)
| `- warning: no calls to throwing functions occur within 'try' expression
46 | .parentDirectory.appending(self.exec)
47 | #endif
[107/112] Compiling TSCTestSupport JSONExtensions.swift
[107/112] Linking libSwiftToolsSupport.so
[109/112] Compiling TSCTestSupport FileSystemExtensions.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:103:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
101 | }
102 |
103 | extension AbsolutePath: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
104 | public init(_ value: StringLiteralType) {
105 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:109:1: warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
107 | }
108 |
109 | extension AbsolutePath: ExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'AbsolutePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
110 | public init(stringLiteral value: String) {
111 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:131:1: warning: extension declares a conformance of imported type 'RelativePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
129 | }
130 |
131 | extension RelativePath: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'RelativePath' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
132 | public init(_ value: StringLiteralType) {
133 | try! self.init(validating: value)
/host/spi-builder-workspace/Sources/TSCTestSupport/FileSystemExtensions.swift:137:1: warning: extension declares a conformance of imported type 'RelativePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
135 | }
136 |
137 | extension RelativePath: ExpressibleByStringInterpolation {
| |- warning: extension declares a conformance of imported type 'RelativePath' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
138 | public init(stringLiteral value: String) {
139 | try! self.init(validating: value)
[110/112] Compiling TSCTestSupport AssertMatch.swift
[111/112] Compiling TSCTestSupport DiagnosticsEngine.swift
[112/112] Compiling TSCTestSupport misc.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/misc.swift:65:55: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
63 | /// correctly.
64 | public func withCustomEnv(_ env: [String: String], body: () throws -> Void) throws {
65 | let state = Array(env.keys).map({ ($0, ProcessEnv.vars[$0]) })
| `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
66 | let restore = {
67 | for (key, value) in state {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (38.71s)
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-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.