The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-tools-support-core, reference 1.0.0 (930e82), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 05:23:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/art-divin/swift-tools-support-core.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/art-divin/swift-tools-support-core
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 930e82e Update `Git` type for `ProcessEnvironmentBlock` (#470)
Cloned https://github.com/art-divin/swift-tools-support-core.git
Revision (git rev-parse @):
930e82e5ae2432c71fe05f440b5d778285270bdb
SUCCESS checkout https://github.com/art-divin/swift-tools-support-core.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/art-divin/swift-tools-support-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[4/9] Compiling TSCclibc process.c
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[6/9] Compiling TSCclibc libc.c
[8/11] Compiling TSCLibc libc.swift
[9/11] Emitting module TSCLibc
[10/52] Compiling TSCBasic DeltaAlgorithm.swift
[11/52] Compiling TSCBasic DiagnosticsEngine.swift
[12/52] Compiling TSCBasic DictionaryExtensions.swift
[13/52] Compiling TSCBasic DictionaryLiteralExtensions.swift
[14/52] Compiling TSCBasic EditDistance.swift
[15/56] Emitting module TSCBasic
/Users/admin/builder/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
/Users/admin/builder/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 | }
[16/56] Compiling TSCBasic OSLog.swift
[17/56] Compiling TSCBasic ObjectIdentifierProtocol.swift
[18/56] Compiling TSCBasic OrderedDictionary.swift
[19/56] Compiling TSCBasic OrderedSet.swift
[20/56] Compiling TSCBasic JSONMapper.swift
[21/56] Compiling TSCBasic KeyedPair.swift
[22/56] Compiling TSCBasic LazyCache.swift
[23/56] Compiling TSCBasic Lock.swift
[24/56] Compiling TSCBasic StringConversions.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/56] Compiling TSCBasic SynchronizedQueue.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/56] Compiling TSCBasic TemporaryFile.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/56] Compiling TSCBasic TerminalController.swift
/Users/admin/builder/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 |         }
/Users/admin/builder/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 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/56] Compiling TSCBasic Closable.swift
[29/56] Compiling TSCBasic CodableResult.swift
[30/56] Compiling TSCBasic CollectionAlgorithms.swift
[31/56] Compiling TSCBasic CollectionExtensions.swift
[32/56] Compiling TSCBasic Condition.swift
[33/56] Compiling TSCBasic Await.swift
[34/56] Compiling TSCBasic Base64URL.swift
[35/56] Compiling TSCBasic ByteString.swift
[36/56] Compiling TSCBasic CStringArray.swift
[37/56] Compiling TSCBasic CacheableSequence.swift
[38/56] Compiling TSCBasic ProcessSet.swift
[39/56] Compiling TSCBasic RegEx.swift
[40/56] Compiling TSCBasic Result.swift
[41/56] Compiling TSCBasic SortedArray.swift
[42/56] Compiling TSCBasic Thread.swift
[43/56] Compiling TSCBasic Tuple.swift
[44/56] Compiling TSCBasic WritableByteStream.swift
[45/56] Compiling TSCBasic misc.swift
[46/56] Compiling TSCBasic FileInfo.swift
[47/56] Compiling TSCBasic FileSystem.swift
[48/56] Compiling TSCBasic GraphAlgorithms.swift
[49/56] Compiling TSCBasic HashAlgorithms.swift
[50/56] Compiling TSCBasic JSON.swift
[51/56] Compiling TSCBasic Path.swift
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 748 |         }
 749 |         let argv = CStringArray(resolvedArgs)
 750 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
     |                                `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 751 |         let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
 752 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:857: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
 855 |         try await withCheckedThrowingContinuation { continuation in
 856 |             DispatchQueue.processConcurrent.async {
 857 |                 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
 858 |             }
 859 |         }
/Users/admin/builder/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/56] Compiling TSCBasic PathShims.swift
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 748 |         }
 749 |         let argv = CStringArray(resolvedArgs)
 750 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
     |                                `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 751 |         let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
 752 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:857: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
 855 |         try await withCheckedThrowingContinuation { continuation in
 856 |             DispatchQueue.processConcurrent.async {
 857 |                 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
 858 |             }
 859 |         }
/Users/admin/builder/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/56] Compiling TSCBasic Process.swift
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 748 |         }
 749 |         let argv = CStringArray(resolvedArgs)
 750 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
     |                                `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 751 |         let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
 752 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:857: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
 855 |         try await withCheckedThrowingContinuation { continuation in
 856 |             DispatchQueue.processConcurrent.async {
 857 |                 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
 858 |             }
 859 |         }
/Users/admin/builder/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>
[54/56] Compiling TSCBasic ProcessEnv.swift
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:750:32: warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 748 |         }
 749 |         let argv = CStringArray(resolvedArgs)
 750 |         let env = CStringArray(environment.map({ "\($0.0)=\($0.1)" }))
     |                                `- warning: 'environment' is deprecated: use `environmentBlock` instead [#DeprecatedDeclaration]
 751 |         let rv = posix_spawnp(&processID, argv.cArray[0]!, &fileActions, &attributes, argv.cArray, env.cArray)
 752 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCBasic/Process/Process.swift:857: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
 855 |         try await withCheckedThrowingContinuation { continuation in
 856 |             DispatchQueue.processConcurrent.async {
 857 |                 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
 858 |             }
 859 |         }
/Users/admin/builder/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>
[55/92] Compiling TSCUtility BuildFlags.swift
[56/92] Compiling TSCUtility CollectionExtensions.swift
[57/92] Compiling TSCUtility Context.swift
[58/92] Compiling TSCUtility Diagnostics.swift
[59/95] Emitting module TSCUtility
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:28:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 | // FIXME: deprecate 2/2022, remove once clients transitioned
 27 | @available(*, deprecated, message: "moved to SwiftPM")
 28 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 | public struct Netrc {
 30 |     /// Representation of `machine` connection settings & `default` connection settings.
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:100:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 | // deprecated 9/2021
 99 | @available(*, deprecated)
100 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 | extension Netrc: AuthorizationProviding {}
102 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:105:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
103 | // FIXME: deprecate 2/2022, remove once clients transitioned
104 | @available(*, deprecated, message: "moved to SwiftPM")
105 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
106 | public extension Netrc {
107 |     enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:145:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
143 | // FIXME: deprecate 2/2022, remove once clients transitioned
144 | @available(*, deprecated, message: "moved to SwiftPM")
145 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
146 | extension Netrc.Error: CustomNSError {
147 |     public var errorUserInfo: [String : Any] {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:154:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | // FIXME: deprecate 2/2022, remove once clients transitioned
153 | @available(*, deprecated, message: "moved to SwiftPM")
154 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
155 | fileprivate enum RegexUtil {
156 |     @frozen fileprivate enum Token: String, CaseIterable {
/Users/admin/builder/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
/Users/admin/builder/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 |
[60/95] Compiling TSCUtility PolymorphicCodable.swift
[61/95] Compiling TSCUtility ProgressAnimation.swift
[62/95] Compiling TSCUtility SerializedDiagnostics.swift
[63/95] Compiling TSCUtility SimplePersistence.swift
[64/95] Compiling TSCUtility FSWatch.swift
[65/95] Compiling TSCUtility FloatingPointExtensions.swift
[66/95] Compiling TSCUtility Git.swift
[67/95] Compiling TSCUtility Hex.swift
[68/95] Compiling TSCUtility Versioning.swift
/Users/admin/builder/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
[69/95] Compiling TSCUtility dlopen.swift
/Users/admin/builder/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
[70/95] Compiling TSCUtility misc.swift
/Users/admin/builder/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
[71/95] Compiling TSCUtility URL.swift
[72/95] Compiling TSCUtility Verbosity.swift
[73/95] Compiling TSCUtility Version.swift
[74/95] Compiling TSCUtility IndexStore.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:28:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 | // FIXME: deprecate 2/2022, remove once clients transitioned
 27 | @available(*, deprecated, message: "moved to SwiftPM")
 28 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 | public struct Netrc {
 30 |     /// Representation of `machine` connection settings & `default` connection settings.
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:100:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 | // deprecated 9/2021
 99 | @available(*, deprecated)
100 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 | extension Netrc: AuthorizationProviding {}
102 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:105:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
103 | // FIXME: deprecate 2/2022, remove once clients transitioned
104 | @available(*, deprecated, message: "moved to SwiftPM")
105 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
106 | public extension Netrc {
107 |     enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:145:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
143 | // FIXME: deprecate 2/2022, remove once clients transitioned
144 | @available(*, deprecated, message: "moved to SwiftPM")
145 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
146 | extension Netrc.Error: CustomNSError {
147 |     public var errorUserInfo: [String : Any] {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:154:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | // FIXME: deprecate 2/2022, remove once clients transitioned
153 | @available(*, deprecated, message: "moved to SwiftPM")
154 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
155 | fileprivate enum RegexUtil {
156 |     @frozen fileprivate enum Token: String, CaseIterable {
/Users/admin/builder/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 |
[75/95] Compiling TSCUtility InterruptHandler.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:28:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 | // FIXME: deprecate 2/2022, remove once clients transitioned
 27 | @available(*, deprecated, message: "moved to SwiftPM")
 28 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 | public struct Netrc {
 30 |     /// Representation of `machine` connection settings & `default` connection settings.
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:100:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 | // deprecated 9/2021
 99 | @available(*, deprecated)
100 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 | extension Netrc: AuthorizationProviding {}
102 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:105:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
103 | // FIXME: deprecate 2/2022, remove once clients transitioned
104 | @available(*, deprecated, message: "moved to SwiftPM")
105 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
106 | public extension Netrc {
107 |     enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:145:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
143 | // FIXME: deprecate 2/2022, remove once clients transitioned
144 | @available(*, deprecated, message: "moved to SwiftPM")
145 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
146 | extension Netrc.Error: CustomNSError {
147 |     public var errorUserInfo: [String : Any] {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:154:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | // FIXME: deprecate 2/2022, remove once clients transitioned
153 | @available(*, deprecated, message: "moved to SwiftPM")
154 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
155 | fileprivate enum RegexUtil {
156 |     @frozen fileprivate enum Token: String, CaseIterable {
/Users/admin/builder/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/95] Compiling TSCUtility JSONMessageStreamingParser.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:28:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 | // FIXME: deprecate 2/2022, remove once clients transitioned
 27 | @available(*, deprecated, message: "moved to SwiftPM")
 28 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 | public struct Netrc {
 30 |     /// Representation of `machine` connection settings & `default` connection settings.
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:100:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 | // deprecated 9/2021
 99 | @available(*, deprecated)
100 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 | extension Netrc: AuthorizationProviding {}
102 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:105:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
103 | // FIXME: deprecate 2/2022, remove once clients transitioned
104 | @available(*, deprecated, message: "moved to SwiftPM")
105 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
106 | public extension Netrc {
107 |     enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:145:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
143 | // FIXME: deprecate 2/2022, remove once clients transitioned
144 | @available(*, deprecated, message: "moved to SwiftPM")
145 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
146 | extension Netrc.Error: CustomNSError {
147 |     public var errorUserInfo: [String : Any] {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:154:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | // FIXME: deprecate 2/2022, remove once clients transitioned
153 | @available(*, deprecated, message: "moved to SwiftPM")
154 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
155 | fileprivate enum RegexUtil {
156 |     @frozen fileprivate enum Token: String, CaseIterable {
/Users/admin/builder/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/95] Compiling TSCUtility Netrc.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:28:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 | // FIXME: deprecate 2/2022, remove once clients transitioned
 27 | @available(*, deprecated, message: "moved to SwiftPM")
 28 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 | public struct Netrc {
 30 |     /// Representation of `machine` connection settings & `default` connection settings.
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:100:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 | // deprecated 9/2021
 99 | @available(*, deprecated)
100 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 | extension Netrc: AuthorizationProviding {}
102 |
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:105:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
103 | // FIXME: deprecate 2/2022, remove once clients transitioned
104 | @available(*, deprecated, message: "moved to SwiftPM")
105 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
106 | public extension Netrc {
107 |     enum Error: Swift.Error {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:145:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
143 | // FIXME: deprecate 2/2022, remove once clients transitioned
144 | @available(*, deprecated, message: "moved to SwiftPM")
145 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
146 | extension Netrc.Error: CustomNSError {
147 |     public var errorUserInfo: [String : Any] {
/Users/admin/builder/spi-builder-workspace/Sources/TSCUtility/Netrc.swift:154:11: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
152 | // FIXME: deprecate 2/2022, remove once clients transitioned
153 | @available(*, deprecated, message: "moved to SwiftPM")
154 | @available (macOS 10.13, iOS 11, tvOS 11, watchOS 4, *)
    |           `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
155 | fileprivate enum RegexUtil {
156 |     @frozen fileprivate enum Token: String, CaseIterable {
/Users/admin/builder/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/95] Compiling TSCUtility Archiver.swift
[79/95] Compiling TSCUtility ArgumentParser.swift
[80/95] Compiling TSCUtility ArgumentParserShellCompletion.swift
[81/95] Compiling TSCUtility Array+Extensions.swift
[82/95] Compiling TSCUtility StringExtensions.swift
[83/95] Compiling TSCUtility StringMangling.swift
[84/95] Compiling TSCUtility Tracing.swift
[85/95] Compiling TSCUtility Triple.swift
[86/95] Compiling TSCUtility OSLog.swift
[87/95] Compiling TSCUtility OrderedZip.swift
[88/95] Compiling TSCUtility PkgConfig.swift
[89/95] Compiling TSCUtility Platform.swift
[90/95] Compiling TSCUtility Bits.swift
[91/95] Compiling TSCUtility Bitstream.swift
[92/95] Compiling TSCUtility BitstreamReader.swift
[93/95] Compiling TSCUtility BitstreamWriter.swift
[93/95] Write Objects.LinkFileList
[94/105] Linking libSwiftToolsSupport.dylib
[96/105] Compiling TSCTestSupport DiagnosticsEngine.swift
[97/105] Compiling TSCTestSupport Product.swift
[98/105] Compiling TSCTestSupport misc.swift
/Users/admin/builder/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>
[99/105] Compiling TSCTestSupport XCTestCasePerf.swift
/Users/admin/builder/spi-builder-workspace/Sources/TSCTestSupport/XCTestCasePerf.swift:23:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
21 |   #if canImport(Darwin)
22 |     override open class var defaultTestSuite: XCTestSuite {
23 |         if ProcessEnv.vars.keys.contains("TSC_ENABLE_PERF_TESTS") {
   |                       `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
24 |             return super.defaultTestSuite
25 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/105] Emitting module TSCTestSupport
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/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)
[101/105] Compiling TSCTestSupport AssertMatch.swift
[102/105] Compiling TSCTestSupport PseudoTerminal.swift
[103/105] Compiling TSCTestSupport JSONExtensions.swift
[104/105] Compiling TSCTestSupport FileSystemExtensions.swift
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/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)
/Users/admin/builder/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/105] Compiling TSCTestSupport XCTAssertHelpers.swift
Build complete! (13.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tools-support-core",
  "name" : "swift-tools-support-core",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.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"
      ],
      "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"
}
Done.