Build Information
Successful build of swift-tools-support-core, reference main (f9b401
), with Swift 6.0 for Linux on 11 Jun 2025 11:16:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-tools-support-core.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f9b4010 Fix the build on iOS due to missing availability annotations
Cloned https://github.com/swiftlang/swift-tools-support-core.git
Revision (git rev-parse @):
f9b401016b70c6b8409e5c97e74d97513d1a8d02
SUCCESS checkout https://github.com/swiftlang/swift-tools-support-core.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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] Compiling TSCBasic CodableResult.swift
[14/56] Compiling TSCBasic CollectionAlgorithms.swift
[15/56] Compiling TSCBasic CollectionExtensions.swift
[16/56] Compiling TSCBasic Condition.swift
[17/56] Compiling TSCBasic DeltaAlgorithm.swift
[18/56] Compiling TSCBasic DiagnosticsEngine.swift
[19/61] Compiling TSCBasic HashAlgorithms.swift
[20/61] Compiling TSCBasic JSON.swift
[21/61] Compiling TSCBasic JSONMapper.swift
[22/61] Compiling TSCBasic KeyedPair.swift
[23/61] Compiling TSCBasic LazyCache.swift
[24/61] Compiling TSCBasic Lock.swift
[25/61] Compiling TSCBasic Await.swift
[26/61] Compiling TSCBasic Base64URL.swift
[27/61] Compiling TSCBasic ByteString.swift
[28/61] Compiling TSCBasic CStringArray.swift
[29/61] Compiling TSCBasic CacheableSequence.swift
[30/61] Compiling TSCBasic Closable.swift
[31/61] Compiling TSCBasic OSLog.swift
[32/61] Compiling TSCBasic ObjectIdentifierProtocol.swift
[33/61] Compiling TSCBasic OrderedDictionary.swift
[34/61] Compiling TSCBasic OrderedSet.swift
[35/61] Compiling TSCBasic Path.swift
[36/61] Compiling TSCBasic PathShims.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:388:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
386 | self.outputRedirection = outputRedirection
387 | self.startNewProcessGroup = startNewProcessGroup
388 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
389 | }
390 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:429:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
427 | self.outputRedirection = outputRedirection
428 | self.startNewProcessGroup = startNewProcessGroup
429 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
430 | }
431 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:740:32: warning: 'environment' is deprecated: use `environmentBlock` instead
738 | }
739 | let argv = CStringArray(resolvedArgs)
740 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead
741 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
742 |
[37/61] Compiling TSCBasic Process.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:388:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
386 | self.outputRedirection = outputRedirection
387 | self.startNewProcessGroup = startNewProcessGroup
388 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
389 | }
390 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:429:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
427 | self.outputRedirection = outputRedirection
428 | self.startNewProcessGroup = startNewProcessGroup
429 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
430 | }
431 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:740:32: warning: 'environment' is deprecated: use `environmentBlock` instead
738 | }
739 | let argv = CStringArray(resolvedArgs)
740 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead
741 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
742 |
[38/61] Compiling TSCBasic ProcessEnv.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:388:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
386 | self.outputRedirection = outputRedirection
387 | self.startNewProcessGroup = startNewProcessGroup
388 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
389 | }
390 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:429:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
427 | self.outputRedirection = outputRedirection
428 | self.startNewProcessGroup = startNewProcessGroup
429 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
430 | }
431 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:740:32: warning: 'environment' is deprecated: use `environmentBlock` instead
738 | }
739 | let argv = CStringArray(resolvedArgs)
740 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead
741 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
742 |
[39/61] Compiling TSCBasic ProcessSet.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:388:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
386 | self.outputRedirection = outputRedirection
387 | self.startNewProcessGroup = startNewProcessGroup
388 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
389 | }
390 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:429:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
427 | self.outputRedirection = outputRedirection
428 | self.startNewProcessGroup = startNewProcessGroup
429 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
430 | }
431 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:740:32: warning: 'environment' is deprecated: use `environmentBlock` instead
738 | }
739 | let argv = CStringArray(resolvedArgs)
740 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead
741 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
742 |
[40/61] Compiling TSCBasic RegEx.swift
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:388:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
386 | self.outputRedirection = outputRedirection
387 | self.startNewProcessGroup = startNewProcessGroup
388 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
389 | }
390 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:429:57: warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
427 | self.outputRedirection = outputRedirection
428 | self.startNewProcessGroup = startNewProcessGroup
429 | self.loggingHandler = loggingHandler ?? Process.loggingHandler
| `- warning: 'loggingHandler' is deprecated: use instance level `loggingHandler` passed via `init` instead of setting one globally.
430 | }
431 |
/host/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:740:32: warning: 'environment' is deprecated: use `environmentBlock` instead
738 | }
739 | let argv = CStringArray(resolvedArgs)
740 | let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
| `- warning: 'environment' is deprecated: use `environmentBlock` instead
741 | let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
742 |
[41/61] Emitting module TSCBasic
[42/61] Compiling TSCBasic DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[43/61] Compiling TSCBasic DictionaryLiteralExtensions.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[44/61] Compiling TSCBasic EditDistance.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[45/61] Compiling TSCBasic FileInfo.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[46/61] Compiling TSCBasic FileSystem.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[47/61] Compiling TSCBasic GraphAlgorithms.swift
/host/spi-builder-workspace/Sources/TSCBasic/FileSystem.swift:441:21: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
439 | defer { fsr.deallocate() }
440 |
441 | return try? AbsolutePath(String(cString: fsr))
| `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead
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 | }
[48/61] Compiling TSCBasic Result.swift
[49/61] Compiling TSCBasic SortedArray.swift
[50/61] Compiling TSCBasic StringConversions.swift
[51/61] Compiling TSCBasic SynchronizedQueue.swift
[52/61] Compiling TSCBasic TemporaryFile.swift
[53/61] Compiling TSCBasic TerminalController.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
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
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
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
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 |
[54/61] Compiling TSCBasic Thread.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
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
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
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
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 |
[55/61] Compiling TSCBasic Tuple.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
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
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
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
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 |
[56/61] Compiling TSCBasic WritableByteStream.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
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
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
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
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 |
[57/61] Compiling TSCBasic misc.swift
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:116:23: warning: 'vars' is deprecated: Use `block` instead
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
117 | return .dumb
118 | }
/host/spi-builder-workspace/Sources/TSCBasic/TerminalController.swift:138:37: warning: 'vars' is deprecated: Use `block` instead
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
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 |
[58/62] Wrapping AST for TSCBasic for debugging
[60/97] Emitting module TSCUtility
/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 |
[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 Tracing.swift
[67/101] Compiling TSCUtility Triple.swift
[68/101] Compiling TSCUtility URL.swift
[69/101] Compiling TSCUtility Verbosity.swift
[70/101] Compiling TSCUtility OSLog.swift
[71/101] Compiling TSCUtility OrderedZip.swift
[72/101] Compiling TSCUtility PkgConfig.swift
[73/101] Compiling TSCUtility Platform.swift
[74/101] Compiling TSCUtility PolymorphicCodable.swift
[75/101] Compiling TSCUtility Hex.swift
/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 |
[76/101] Compiling TSCUtility IndexStore.swift
/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 |
[77/101] Compiling TSCUtility InterruptHandler.swift
/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 |
[78/101] Compiling TSCUtility JSONMessageStreamingParser.swift
/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 |
[79/101] Compiling TSCUtility Netrc.swift
/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 |
[80/101] Compiling TSCUtility Bitstream.swift
[81/101] Compiling TSCUtility BitstreamReader.swift
[82/101] Compiling TSCUtility BitstreamWriter.swift
[83/101] Compiling TSCUtility BuildFlags.swift
[84/101] Compiling TSCUtility CollectionExtensions.swift
[85/101] Compiling TSCUtility Version.swift
[86/101] Compiling TSCUtility Versioning.swift
[87/101] Compiling TSCUtility dlopen.swift
[88/101] Compiling TSCUtility misc.swift
[89/101] Compiling TSCUtility Archiver.swift
[90/101] Compiling TSCUtility ArgumentParser.swift
[91/101] Compiling TSCUtility ArgumentParserShellCompletion.swift
[92/101] Compiling TSCUtility Array+Extensions.swift
[93/101] Compiling TSCUtility Bits.swift
[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 PseudoTerminal.swift
[104/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
[105/112] Compiling TSCTestSupport XCTAssertHelpers.swift
[106/112] Compiling TSCTestSupport JSONExtensions.swift
[107/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)
[108/112] Compiling TSCTestSupport AssertMatch.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/AssertMatch.swift:63:22: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead
61 | return value == needle
62 | case .regex(let pattern):
63 | return try! !RegEx(pattern: pattern).matchGroups(in: value).isEmpty
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead
64 | case .prefix(let needle):
65 | return value.hasPrefix(needle)
[109/112] Compiling TSCTestSupport DiagnosticsEngine.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/AssertMatch.swift:63:22: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead
61 | return value == needle
62 | case .regex(let pattern):
63 | return try! !RegEx(pattern: pattern).matchGroups(in: value).isEmpty
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead
64 | case .prefix(let needle):
65 | return value.hasPrefix(needle)
[110/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)
[110/112] Linking libSwiftToolsSupport.so
[112/112] Compiling TSCTestSupport misc.swift
/host/spi-builder-workspace/Sources/TSCTestSupport/misc.swift:69:55: warning: 'vars' is deprecated: Use `block` instead
67 | /// correctly.
68 | public func withCustomEnv(_ env: [String: String], body: () throws -> Void) throws {
69 | let state = Array(env.keys).map({ ($0, ProcessEnv.vars[$0]) })
| `- warning: 'vars' is deprecated: Use `block` instead
70 | let restore = {
71 | for (key, value) in state {
Build complete! (20.14s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.