The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftCommand, reference main (2b4db4), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 17:15:14 UTC.

Swift 6 data race errors: 12

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Zollerboy1/SwiftCommand.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Zollerboy1/SwiftCommand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2b4db49 Update README.md
Cloned https://github.com/Zollerboy1/SwiftCommand.git
Revision (git rev-parse @):
2b4db4995759814f8f04a0e367ac5593a5a3ceef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Zollerboy1/SwiftCommand.git at main
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-system
[1/4557] Fetching swift-async-algorithms
[138/8458] Fetching swift-async-algorithms, swift-system
[367/23933] Fetching swift-async-algorithms, swift-system, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.73s)
Fetched https://github.com/apple/swift-async-algorithms from cache (2.73s)
Fetched https://github.com/apple/swift-system from cache (2.73s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.59s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.68s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftcommand",
      "name": "SwiftCommand",
      "url": "https://github.com/Zollerboy1/SwiftCommand.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCommand",
      "dependencies": [
        {
          "identity": "swift-system",
          "name": "swift-system",
          "url": "https://github.com/apple/swift-system",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-async-algorithms",
          "name": "swift-async-algorithms",
          "url": "https://github.com/apple/swift-async-algorithms",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-algorithms",
          "dependencies": [
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.1.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Zollerboy1/SwiftCommand.git
[1/272] Fetching swiftcommand
Fetched https://github.com/Zollerboy1/SwiftCommand.git from cache (0.80s)
Fetching https://github.com/apple/swift-async-algorithms from cache
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (0.57s)
Fetched https://github.com/apple/swift-async-algorithms from cache (0.57s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.2 (0.52s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.47s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/Zollerboy1/SwiftCommand.git
Working copy of https://github.com/Zollerboy1/SwiftCommand.git resolved at main (2b4db49)
warning: '.resolve-product-dependencies': dependency 'swiftcommand' is not used by any target
Found 2 product dependencies
  - swift-system
  - swift-async-algorithms
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Zollerboy1/SwiftCommand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/8] Write sources
[6/8] Compiling CSystem shims.c
[7/8] Write swift-version--7754E27361AE5C74.txt
[9/94] Compiling OrderedCollections OrderedSet+Codable.swift
[10/94] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[11/94] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[12/94] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[13/94] Compiling OrderedCollections OrderedSet+Diffing.swift
[14/99] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[15/99] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[16/99] Compiling OrderedCollections _HashTable.swift
[17/99] Compiling OrderedCollections _Hashtable+Header.swift
[18/100] Emitting module OrderedCollections
[19/100] Compiling OrderedCollections _HashTable+Bucket.swift
[20/100] Compiling OrderedCollections _HashTable+BucketIterator.swift
[21/100] Compiling OrderedCollections _HashTable+Constants.swift
[22/100] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[23/100] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[24/100] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[25/100] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[26/100] Compiling OrderedCollections OrderedDictionary+Elements.swift
[27/100] Compiling OrderedCollections OrderedSet+Equatable.swift
[28/100] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[29/100] Compiling OrderedCollections OrderedSet+Hashable.swift
[30/100] Compiling OrderedCollections OrderedSet+Initializers.swift
[31/100] Compiling OrderedCollections OrderedSet+Insertions.swift
[32/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[33/100] Compiling OrderedCollections _HashTable+Testing.swift
[34/100] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[35/100] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[36/100] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[37/100] Emitting module DequeModule
[38/100] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[39/100] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[40/100] Compiling OrderedCollections OrderedSet+Invariants.swift
[41/100] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[42/100] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[43/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[45/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[46/100] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[47/100] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[48/100] Compiling OrderedCollections OrderedSet+SubSequence.swift
[49/100] Compiling OrderedCollections OrderedSet+Testing.swift
[55/100] Compiling OrderedCollections OrderedDictionary+Codable.swift
[56/100] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[69/102] Compiling SystemPackage Util.swift
[70/102] Compiling SystemPackage UtilConsumers.swift
[71/102] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/102] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/102] Compiling OrderedCollections OrderedDictionary.swift
[89/102] Emitting module SystemPackage
[98/102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[99/102] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[100/102] Compiling OrderedCollections OrderedSet.swift
[101/102] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[102/102] Compiling OrderedCollections _UnsafeBitset.swift
[103/104] Emitting module Collections
[104/104] Compiling Collections Collections.swift
[105/150] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[106/150] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[107/150] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[108/150] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[109/150] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[110/154] Compiling AsyncAlgorithms Dictionary.swift
[111/154] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[112/154] Compiling AsyncAlgorithms Locking.swift
[113/154] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[114/154] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[115/154] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[116/154] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[117/154] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[118/154] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[119/154] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[120/154] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[121/154] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[122/154] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[123/154] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[124/154] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[125/154] Compiling AsyncAlgorithms MergeStateMachine.swift
[126/154] Compiling AsyncAlgorithms MergeStorage.swift
[127/154] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[128/154] Compiling AsyncAlgorithms Rethrow.swift
[129/154] Compiling AsyncAlgorithms SetAlgebra.swift
[130/154] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[131/154] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[132/154] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[133/154] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[134/154] Compiling AsyncAlgorithms AsyncChannel.swift
[135/154] Emitting module AsyncAlgorithms
[136/154] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[137/154] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[138/154] Compiling AsyncAlgorithms ZipStateMachine.swift
[139/154] Compiling AsyncAlgorithms ZipStorage.swift
[140/154] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[141/154] Compiling AsyncAlgorithms ChannelStateMachine.swift
[142/154] Compiling AsyncAlgorithms ChannelStorage.swift
[143/154] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[144/154] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[145/154] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[146/154] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[147/154] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[148/154] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[149/154] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[150/154] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[151/154] Compiling AsyncAlgorithms CombineLatestStorage.swift
[152/154] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[153/154] Compiling AsyncAlgorithms DebounceStateMachine.swift
[154/154] Compiling AsyncAlgorithms DebounceStorage.swift
[155/167] Compiling SwiftCommand OutputType.swift
[156/168] Compiling SwiftCommand ProcessOutput.swift
[157/168] Compiling SwiftCommand OutputDestination.swift
[158/168] Compiling SwiftCommand FileHandle+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:45:60: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableRawBufferPointer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 43 |                     do {
 44 |                         guard let _data =
 45 |                                 try handle.read(upToCount: buffer.count) else {
    |                                                            `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableRawBufferPointer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 46 |                             continuation.resume(returning: 0)
 47 |                             return
Swift.UnsafeMutableRawBufferPointer:1:23: note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawBufferPointer {
  |                       `- note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
2 |     @inlinable public init(start: UnsafeMutableRawPointer?, count: Int)
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:199:62: warning: sending 'bufPtr' risks causing data races; this is an error in the Swift 6 language mode
197 |                     let readSize: Int
198 |                     if fileDescriptor >= 0 {
199 |                         readSize = try await IOActor.default.read(
    |                                                              |- warning: sending 'bufPtr' risks causing data races; this is an error in the Swift 6 language mode
    |                                                              `- note: sending task-isolated 'bufPtr' to actor-isolated instance method 'read(from:into:)' risks causing data races between actor-isolated and task-isolated uses
200 |                             from: fileDescriptor,
201 |                             into: bufPtr
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:204:62: warning: sending 'bufPtr' risks causing data races; this is an error in the Swift 6 language mode
202 |                         )
203 |                     } else {
204 |                         readSize = try await IOActor.default.read(
    |                                                              |- warning: sending 'bufPtr' risks causing data races; this is an error in the Swift 6 language mode
    |                                                              `- note: sending task-isolated 'bufPtr' to actor-isolated instance method 'read(from:into:)' risks causing data races between actor-isolated and task-isolated uses
205 |                             from: file,
206 |                             into: bufPtr
[159/168] Compiling SwiftCommand InputSource.swift
[160/168] Compiling SwiftCommand FilePath+extension.swift
[161/168] Compiling SwiftCommand ExitStatus.swift
[162/168] Compiling SwiftCommand Command.swift
[163/168] Compiling SwiftCommand Either.swift
[164/168] Emitting module SwiftCommand
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
[165/168] Compiling SwiftCommand AsyncUnicodeScalarSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:544:36: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
542 |         ///            produce elements of the asynchronous sequence.
543 |         public func makeAsyncIterator() -> AsyncIterator {
544 |             .init(_base: self.base.makeAsyncIterator())
    |                                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
545 |         }
546 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:544:36: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
542 |         ///            produce elements of the asynchronous sequence.
543 |         public func makeAsyncIterator() -> AsyncIterator {
544 |             .init(_base: self.base.makeAsyncIterator())
    |                                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
545 |         }
546 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:779:39: warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, Stdout, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 | /// let exitStatus = try process.wait()
 28 | /// ```
 29 | public final class ChildProcess<Stdin, Stdout, Stderr>
    |                    `- note: generic class 'ChildProcess' does not conform to the 'Sendable' protocol
 30 | where Stdin: InputSource, Stdout: OutputDestination, Stderr: OutputDestination {
 31 |     /// An error that can be thrown while terminating a child process.
    :
777 |                 if self.process.isRunning {
778 |                     self.process.terminationHandler = { [weak self] _ in
779 |                         if let self = self {
    |                                       `- warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, Stdout, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
780 |                             continuation.resume(with: self.createExitStatus())
781 |                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:885:39: warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, PipeOutputDestination, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 | /// let exitStatus = try process.wait()
 28 | /// ```
 29 | public final class ChildProcess<Stdin, Stdout, Stderr>
    |                    `- note: generic class 'ChildProcess' does not conform to the 'Sendable' protocol
 30 | where Stdin: InputSource, Stdout: OutputDestination, Stderr: OutputDestination {
 31 |     /// An error that can be thrown while terminating a child process.
    :
883 |                 if self.process.isRunning {
884 |                     self.process.terminationHandler = { [weak self] _ in
885 |                         if let self = self {
    |                                       `- warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, PipeOutputDestination, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
886 |                             continuation
887 |                                 .resume(with: self.createProcessOutput())
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:973:20: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
971 |     public var mergedOutputLines: MergedAsyncLines {
972 |         .init(
973 |             _base: merge(
    |                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
974 |                 self.stdout.pipe.fileHandleForReading.customBytes.lineSequence,
975 |                 self.stderr.pipe.fileHandleForReading.customBytes.lineSequence
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:973:20: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
971 |     public var mergedOutputLines: MergedAsyncLines {
972 |         .init(
973 |             _base: merge(
    |                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
974 |                 self.stdout.pipe.fileHandleForReading.customBytes.lineSequence,
975 |                 self.stderr.pipe.fileHandleForReading.customBytes.lineSequence
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
[166/168] Compiling SwiftCommand ChildProcess.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:503:28: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
501 |     public struct MergedAsyncLines: AsyncSequence {
502 |         @usableFromInline
503 |         internal typealias Base = AsyncMerge2Sequence<
    |                            `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
504 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>,
505 |             AsyncLineSequence<FileHandle.CustomAsyncBytes>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:515:26: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
513 |         public struct AsyncIterator: AsyncIteratorProtocol {
514 |             @usableFromInline
515 |             internal var _base: Base.AsyncIterator
    |                          `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:517:25: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
515 |             internal var _base: Base.AsyncIterator
516 |
517 |             fileprivate init(_base: Base.AsyncIterator) {
    |                         `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
518 |                 self._base = _base
519 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:528:38: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
526 |             @inlinable
527 |             public mutating func next() async throws -> String? {
528 |                 try await self._base.next()
    |                                      `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
529 |             }
530 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:544:36: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
542 |         ///            produce elements of the asynchronous sequence.
543 |         public func makeAsyncIterator() -> AsyncIterator {
544 |             .init(_base: self.base.makeAsyncIterator())
    |                                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
545 |         }
546 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:544:36: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
542 |         ///            produce elements of the asynchronous sequence.
543 |         public func makeAsyncIterator() -> AsyncIterator {
544 |             .init(_base: self.base.makeAsyncIterator())
    |                                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
545 |         }
546 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:779:39: warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, Stdout, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 | /// let exitStatus = try process.wait()
 28 | /// ```
 29 | public final class ChildProcess<Stdin, Stdout, Stderr>
    |                    `- note: generic class 'ChildProcess' does not conform to the 'Sendable' protocol
 30 | where Stdin: InputSource, Stdout: OutputDestination, Stderr: OutputDestination {
 31 |     /// An error that can be thrown while terminating a child process.
    :
777 |                 if self.process.isRunning {
778 |                     self.process.terminationHandler = { [weak self] _ in
779 |                         if let self = self {
    |                                       `- warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, Stdout, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
780 |                             continuation.resume(with: self.createExitStatus())
781 |                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:885:39: warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, PipeOutputDestination, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 27 | /// let exitStatus = try process.wait()
 28 | /// ```
 29 | public final class ChildProcess<Stdin, Stdout, Stderr>
    |                    `- note: generic class 'ChildProcess' does not conform to the 'Sendable' protocol
 30 | where Stdin: InputSource, Stdout: OutputDestination, Stderr: OutputDestination {
 31 |     /// An error that can be thrown while terminating a child process.
    :
883 |                 if self.process.isRunning {
884 |                     self.process.terminationHandler = { [weak self] _ in
885 |                         if let self = self {
    |                                       `- warning: capture of 'self' with non-sendable type 'ChildProcess<Stdin, PipeOutputDestination, Stderr>?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
886 |                             continuation
887 |                                 .resume(with: self.createProcessOutput())
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:973:20: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
971 |     public var mergedOutputLines: MergedAsyncLines {
972 |         .init(
973 |             _base: merge(
    |                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
974 |                 self.stdout.pipe.fileHandleForReading.customBytes.lineSequence,
975 |                 self.stderr.pipe.fileHandleForReading.customBytes.lineSequence
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/ChildProcess.swift:973:20: warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
971 |     public var mergedOutputLines: MergedAsyncLines {
972 |         .init(
973 |             _base: merge(
    |                    `- warning: type 'AsyncLineSequence<FileHandle.CustomAsyncBytes>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
974 |                 self.stdout.pipe.fileHandleForReading.customBytes.lineSequence,
975 |                 self.stderr.pipe.fileHandleForReading.customBytes.lineSequence
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/AsyncLineSequence.swift:3:15: note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  1 | /// A non-blocking sequence of newline-separated `String`s created by decoding
  2 | /// the elements of `Base` as utf-8.
  3 | public struct AsyncLineSequence<Base>: AsyncSequence
    |               `- note: consider making generic struct 'AsyncLineSequence' conform to the 'Sendable' protocol
  4 | where Base: AsyncSequence, Base.Element == UInt8 {
  5 |     /// The type of element produced by this asynchronous sequence.
[167/168] Compiling SwiftCommand AsyncCharacterSequence.swift
[168/168] Compiling SwiftCommand AsyncLineSequence.swift
Build complete! (31.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    }
  ],
  "manifest_display_name" : "SwiftCommand",
  "name" : "SwiftCommand",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCommand",
      "targets" : [
        "SwiftCommand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCommandTests",
      "path" : "Tests/SwiftCommandTests",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "SwiftCommandTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCommand",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCommand",
      "path" : "Sources/SwiftCommand",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "SystemPackage"
      ],
      "product_memberships" : [
        "SwiftCommand"
      ],
      "sources" : [
        "AsyncCharacterSequence.swift",
        "AsyncLineSequence.swift",
        "AsyncUnicodeScalarSequence.swift",
        "ChildProcess.swift",
        "Command.swift",
        "Either.swift",
        "ExitStatus.swift",
        "FileHandle+Async.swift",
        "FilePath+extension.swift",
        "InputSource.swift",
        "OutputDestination.swift",
        "OutputType.swift",
        "ProcessOutput.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/zollerboy1/swiftcommand/main
Repository:               Zollerboy1/SwiftCommand
Swift version used:       6.0
Target:                   SwiftCommand
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'SwiftCommand'...
Finished extracting symbol information for 'SwiftCommand'. (6.09s)
Building documentation for 'SwiftCommand'...
warning: Parameter 'newArguments' not found in instance method declaration
   --> Sources/SwiftCommand/Command.swift:281:13-281:25
279 |     ///
280 |     /// - Parameters:
281 +     ///   - newArguments: An argument string, that will be added to the current
    |             ╰─suggestion: Replace 'newArguments' with 'newArgument'
282 |     ///                   arguments.
283 |     /// - Returns: A new command instance with the updated argument list.
warning: Parameter 'newArgument' is missing documentation
   --> Sources/SwiftCommand/Command.swift:282:37-282:37
280 |     /// - Parameters:
281 |     ///   - newArguments: An argument string, that will be added to the current
282 +     ///                   arguments.
    |                                     ╰─suggestion: Document 'newArgument' parameter
283 |     /// - Returns: A new command instance with the updated argument list.
284 |     public __consuming func addArgument(_ newArgument: String) -> Self {
warning: Parameter 'newStderr' not found in instance method declaration
   --> Sources/SwiftCommand/Command.swift:526:11-527:67
524 |     ///
525 |     /// - Parameters:
526 +     ///   - newStderr: An ``OutputDestination``, corresponding to the method of
    |           ╰─suggestion: Remove 'newStderr' parameter documentation
527 +     ///                error output, the child process should use.
528 |     /// - Returns: A new command instance with the given stderr destination set.
529 |     public __consuming func setOutputs<NewOutputDestination: OutputDestination>(
warning: Parameter 'newOutput' is missing documentation
   --> Sources/SwiftCommand/Command.swift:527:67-527:67
525 |     /// - Parameters:
526 |     ///   - newStderr: An ``OutputDestination``, corresponding to the method of
527 +     ///                error output, the child process should use.
    |                                                                   ╰─suggestion: Document 'newOutput' parameter
528 |     /// - Returns: A new command instance with the given stderr destination set.
529 |     public __consuming func setOutputs<NewOutputDestination: OutputDestination>(Finished building documentation for 'SwiftCommand' (0.45s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/zollerboy1/swiftcommand/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-system
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-async-algorithms
Updated https://github.com/apple/swift-async-algorithms (0.57s)
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Updated https://github.com/apple/swift-system (1.48s)
Updated https://github.com/apple/swift-collections.git (1.48s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.50s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.69s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3168] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit SemanticVersion.swift
[10/53] Compiling SymbolKit AccessControl.swift
[11/53] Compiling SymbolKit Availability.swift
[12/53] Compiling SymbolKit AvailabilityItem.swift
[13/53] Compiling SymbolKit Domain.swift
[14/57] Compiling SymbolKit Symbol.swift
[15/57] Compiling SymbolKit SymbolKind.swift
[16/57] Compiling SymbolKit SymbolGraph.swift
[17/57] Compiling SymbolKit GraphCollector.swift
[18/57] Compiling SymbolKit Identifier.swift
[19/57] Compiling SymbolKit KindIdentifier.swift
[20/57] Compiling SymbolKit Location.swift
[21/57] Compiling SymbolKit Mutability.swift
[22/57] Compiling SymbolKit Relationship.swift
[23/57] Compiling SymbolKit RelationshipKind.swift
[24/57] Compiling SymbolKit SourceOrigin.swift
[25/57] Compiling SymbolKit GenericConstraints.swift
[26/57] Compiling SymbolKit Swift.swift
[27/57] Compiling SymbolKit Names.swift
[28/57] Compiling SymbolKit SPI.swift
[29/57] Compiling SymbolKit Snippet.swift
[30/57] Compiling SymbolKit Extension.swift
[31/57] Compiling SymbolKit DeclarationFragments.swift
[32/57] Compiling SymbolKit Fragment.swift
[33/57] Compiling SymbolKit FragmentKind.swift
[34/57] Compiling SymbolKit FunctionParameter.swift
[35/57] Compiling SymbolKit FunctionSignature.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit GenericConstraint.swift
[42/57] Compiling SymbolKit GenericParameter.swift
[43/57] Compiling SymbolKit Generics.swift
[44/57] Compiling SymbolKit Namespace.swift
[45/57] Emitting module SymbolKit
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.75s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/87] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[3/87] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[4/88] Compiling OrderedCollections OrderedDictionary+Codable.swift
[5/88] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[6/88] Compiling OrderedCollections _HashTable+Constants.swift
[7/88] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[8/88] Compiling OrderedCollections OrderedSet+Codable.swift
[9/88] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[10/88] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[11/88] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[12/88] Compiling OrderedCollections OrderedSet+Diffing.swift
[13/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[14/93] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[15/93] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[16/95] Compiling OrderedCollections _HashTable.swift
[17/95] Compiling OrderedCollections _Hashtable+Header.swift
[18/95] Compiling OrderedCollections _HashTable+Testing.swift
[19/95] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[20/95] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[21/95] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[22/95] Compiling OrderedCollections OrderedSet+Equatable.swift
[23/95] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[24/95] Compiling OrderedCollections OrderedSet+Hashable.swift
[25/95] Compiling OrderedCollections OrderedSet+Initializers.swift
[26/95] Compiling OrderedCollections OrderedSet+Insertions.swift
[27/95] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[28/95] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[35/95] Compiling OrderedCollections OrderedSet+Invariants.swift
[36/95] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[37/95] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[38/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[40/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[41/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/95] Compiling OrderedCollections OrderedSet+SubSequence.swift
[44/95] Compiling OrderedCollections OrderedSet+Testing.swift
[48/95] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[49/95] Compiling OrderedCollections OrderedDictionary+Elements.swift
[50/95] Compiling SystemPackage Util.swift
[51/95] Compiling SystemPackage UtilConsumers.swift
[52/95] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/95] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/95] Compiling OrderedCollections OrderedDictionary.swift
[64/95] Emitting module SystemPackage
[70/95] Compiling OrderedCollections _HashTable+Bucket.swift
[71/95] Compiling OrderedCollections _HashTable+BucketIterator.swift
[87/95] Emitting module DequeModule
[90/95] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/95] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/95] Compiling OrderedCollections OrderedSet.swift
[93/95] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[94/95] Compiling OrderedCollections _UnsafeBitset.swift
[95/95] Emitting module OrderedCollections
[96/97] Compiling Collections Collections.swift
[97/97] Emitting module Collections
[98/143] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[99/143] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[100/143] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[101/143] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[102/143] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[103/147] Compiling AsyncAlgorithms Dictionary.swift
[104/147] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[105/147] Compiling AsyncAlgorithms Locking.swift
[106/147] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[107/147] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[108/147] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[109/147] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[110/147] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[111/147] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[112/147] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[113/147] Compiling AsyncAlgorithms MergeStateMachine.swift
[114/147] Compiling AsyncAlgorithms MergeStorage.swift
[115/147] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[116/147] Compiling AsyncAlgorithms Rethrow.swift
[117/147] Compiling AsyncAlgorithms SetAlgebra.swift
[118/147] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[119/147] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[120/147] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[121/147] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[122/147] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[123/147] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[124/147] Compiling AsyncAlgorithms ChannelStateMachine.swift
[125/147] Compiling AsyncAlgorithms ChannelStorage.swift
[126/147] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[127/147] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[128/147] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[129/147] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[130/147] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[131/147] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[132/147] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[133/147] Emitting module AsyncAlgorithms
[134/147] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[135/147] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[136/147] Compiling AsyncAlgorithms ZipStateMachine.swift
[137/147] Compiling AsyncAlgorithms ZipStorage.swift
[138/147] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[139/147] Compiling AsyncAlgorithms CombineLatestStorage.swift
[140/147] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[141/147] Compiling AsyncAlgorithms DebounceStateMachine.swift
[142/147] Compiling AsyncAlgorithms DebounceStorage.swift
[143/147] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[144/147] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[145/147] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[146/147] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[147/147] Compiling AsyncAlgorithms AsyncChannel.swift
[148/160] Compiling SwiftCommand InputSource.swift
[149/161] Compiling SwiftCommand OutputType.swift
[150/161] Compiling SwiftCommand FilePath+extension.swift
[151/161] Compiling SwiftCommand OutputDestination.swift
[152/161] Compiling SwiftCommand ExitStatus.swift
[153/161] Compiling SwiftCommand AsyncUnicodeScalarSequence.swift
[154/161] Compiling SwiftCommand ChildProcess.swift
[155/161] Compiling SwiftCommand Command.swift
[156/161] Compiling SwiftCommand Either.swift
[157/161] Emitting module SwiftCommand
[158/161] Compiling SwiftCommand AsyncCharacterSequence.swift
[159/161] Compiling SwiftCommand AsyncLineSequence.swift
[160/161] Compiling SwiftCommand FileHandle+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:45:60: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableRawBufferPointer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 43 |                     do {
 44 |                         guard let _data =
 45 |                                 try handle.read(upToCount: buffer.count) else {
    |                                                            `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableRawBufferPointer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 46 |                             continuation.resume(returning: 0)
 47 |                             return
Swift.UnsafeMutableRawBufferPointer:1:23: note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawBufferPointer {
  |                       `- note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
2 |     @inlinable public init(start: UnsafeMutableRawPointer?, count: Int)
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:201:29: warning: passing argument of non-sendable type 'UnsafeMutableRawBufferPointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
199 |                         readSize = try await IOActor.default.read(
200 |                             from: fileDescriptor,
201 |                             into: bufPtr
    |                             `- warning: passing argument of non-sendable type 'UnsafeMutableRawBufferPointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
202 |                         )
203 |                     } else {
Swift.UnsafeMutableRawBufferPointer:1:23: note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawBufferPointer {
  |                       `- note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
2 |     @inlinable public init(start: UnsafeMutableRawPointer?, count: Int)
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCommand/FileHandle+Async.swift:206:29: warning: passing argument of non-sendable type 'UnsafeMutableRawBufferPointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
204 |                         readSize = try await IOActor.default.read(
205 |                             from: file,
206 |                             into: bufPtr
    |                             `- warning: passing argument of non-sendable type 'UnsafeMutableRawBufferPointer' into actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
207 |                         )
208 |                     }
Swift.UnsafeMutableRawBufferPointer:1:23: note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawBufferPointer {
  |                       `- note: struct 'UnsafeMutableRawBufferPointer' does not conform to the 'Sendable' protocol
2 |     @inlinable public init(start: UnsafeMutableRawPointer?, count: Int)
3 | }
[161/161] Compiling SwiftCommand ProcessOutput.swift
Build of target: 'SwiftCommand' complete! (3.87s)
    1288
10	/Users/admin/builder/spi-builder-workspace/.docs/zollerboy1/swiftcommand/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/zollerboy1/swiftcommand/main
File count: 1288
Doc size:   10.0MB
Preparing doc bundle ...
Uploading prod-zollerboy1-swiftcommand-main-ba795e72.zip to s3://spi-docs-inbox/prod-zollerboy1-swiftcommand-main-ba795e72.zip
Copying... [13%]
Copying... [23%]
Copying... [32%]
Copying... [42%]
Copying... [52%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.