The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swiftest, reference 1.2.7 (129a5d), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 21:48:23 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/Appsaurus/Swiftest.git
Reference: 1.2.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Appsaurus/Swiftest
 * tag               1.2.7      -> FETCH_HEAD
HEAD is now at 129a5d4 Fixing broken URL string extensions. Refactored and removed a couple types that were causing occasional compiler crashes.
Cloned https://github.com/Appsaurus/Swiftest.git
Revision (git rev-parse @):
129a5d49fcc740ddf7c737e0d1370756011258d2
SUCCESS checkout https://github.com/Appsaurus/Swiftest.git at 1.2.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Appsaurus/Swiftest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/132] Compiling Swiftest NSAttributedString+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[4/132] Compiling Swiftest NSMutableAttributedString+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[5/132] Compiling Swiftest Calendar+NumberOfDaysInMonth.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[6/132] Compiling Swiftest CharacterSet+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[7/132] Compiling Swiftest BidirectionalCollection+MatrixIndexPathLookup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[8/132] Compiling Swiftest Collection+ParallelIteration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[9/132] Compiling Swiftest Data+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[10/132] Compiling Swiftest Date+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[11/132] Compiling Swiftest DispatchQueue+Safe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[12/132] Compiling Swiftest Error+NetworkChecks.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[13/132] Compiling Swiftest FileManager+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[14/132] Compiling Swiftest Int+LocalizedDecimals.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[15/132] Compiling Swiftest Locale+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[16/132] Compiling Swiftest NSPredicate+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[17/132] Compiling Swiftest NotificationCenter+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:24:44: warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
   |                                            `- warning: capture of non-sendable type 'Self.Index.Type' in an isolated closure
25 |             each(self[elementIndex])
26 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:21:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
19 |     /// - Parameter each: closure to run for each element.
20 |     public func forEachInParallel(_ each: (Self.Element) -> Void) {
21 |         let indicesArray = Array(indices)
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
22 |
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
/Users/admin/builder/spi-builder-workspace/Sources/Swiftest/Foundation/Extensions/Collection/Collection+ParallelIteration.swift:25:18: warning: capture of non-sendable type 'Self.Type' in an isolated closure
23 |         DispatchQueue.concurrentPerform(iterations: indicesArray.count) { (index) in
24 |             let elementIndex = indicesArray[index]
25 |             each(self[elementIndex])
   |                  `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
26 |         }
27 |     }
[18/132] Compiling Swiftest Collection+Matrix.swift
[19/132] Compiling Swiftest Collection+Partitioning.swift
[20/132] Compiling Swiftest Collection+ReverseLookup.swift
[21/132] Compiling Swiftest RangeReplaceableCollection+Affix.swift
[22/132] Compiling Swiftest RangeReplaceableCollection+Deduplication.swift
[23/132] Compiling Swiftest RangeReplaceableCollection+Queue.swift
[24/132] Compiling Swiftest RangeReplaceableCollection+RemovingInstances.swift
[25/132] Compiling Swiftest RangeReplaceableCollection+Repeat.swift
[26/132] Compiling Swiftest RangeReplaceableCollection+Rotate.swift
[27/132] Compiling Swiftest RangeReplaceableCollection+Stack.swift
[28/132] Compiling Swiftest Comparable+Clamped.swift
[29/132] Compiling Swiftest Comparable+Optionals.swift
[30/132] Compiling Swiftest Comparable+Range.swift
[31/132] Compiling Swiftest Dictionary+.swift
[32/132] Compiling Swiftest String+Repeat.swift
[33/132] Compiling Swiftest String+SafeLookup.swift
[34/132] Compiling Swiftest String+Slicing.swift
[35/132] Compiling Swiftest String+Transformations.swift
[36/132] Compiling Swiftest String+Truncating.swift
[37/132] Compiling Swiftest StringProtocol+LongestCommonSuffix.swift
[38/132] Compiling Swiftest KeyPathFilter.swift
[39/132] Compiling Swiftest KeyPathBuildable.swift
[40/132] Compiling Swiftest KeyPathValueMapOperator.swift
[41/132] Compiling Swiftest KeyPathValuePair.swift
[42/132] Compiling Swiftest KeyPathValuePairAssignable.swift
[43/132] Compiling Swiftest KeyPathValuePairInitializable.swift
[44/132] Compiling Swiftest ExponentiationOperator.swift
[45/132] Compiling Swiftest PlusMinusOperator.swift
[46/132] Compiling Swiftest URLRequest+.swift
[47/132] Compiling Swiftest UserDefaults+.swift
[48/132] Compiling Swiftest KeyValueReadable.swift
[49/132] Compiling Swiftest PropertyReflectable.swift
[50/132] Compiling Swiftest BoolConvertible.swift
[51/132] Compiling Swiftest CGFloatConvertible.swift
[52/132] Compiling Swiftest DoubleConvertible.swift
[53/132] Compiling Swiftest FloatConvertible.swift
[54/132] Compiling Swiftest IntConvertible.swift
[55/132] Compiling Swiftest RangeConvertible.swift
[56/132] Compiling Swiftest StringConvertible.swift
[57/132] Compiling Swiftest Identifiable.swift
[58/132] Compiling Swiftest DefaultMutable.swift
[59/132] Compiling Swiftest Defaultable.swift
[60/132] Compiling Swiftest Errors.swift
[61/132] Compiling Swiftest Event.swift
[62/132] Compiling Swiftest Paginator.swift
[63/132] Compiling Swiftest Poller.swift
[64/132] Compiling Swiftest WeakReference.swift
[65/132] Compiling Swiftest CGPoint+Arithmetic.swift
[66/132] Compiling Swiftest CGRect+Initializers.swift
[67/132] Compiling Swiftest CGSize+Arithmetic.swift
[68/132] Compiling Swiftest CGSize+Initializers.swift
[69/132] Compiling Swiftest CGRect+Framed.swift
[70/132] Compiling Swiftest CGSize+Framed.swift
[71/132] Compiling Swiftest CGSize+Sized.swift
[72/132] Compiling Swiftest Framed.swift
[73/132] Compiling Swiftest Sized.swift
[74/132] Compiling Swiftest ClassNameReflectable.swift
[75/132] Emitting module Swiftest
[76/146] Compiling Swiftest String+Aggregate.swift
[77/146] Compiling Swiftest String+Base64.swift
[78/146] Compiling Swiftest String+CharacterSet.swift
[79/146] Compiling Swiftest String+Cleaning.swift
[80/146] Compiling Swiftest String+ContentParsing.swift
[81/146] Compiling Swiftest String+DataDetection.swift
[82/146] Compiling Swiftest String+Date.swift
[83/146] Compiling Swiftest String+DecodeEmoji.swift
[84/146] Compiling Swiftest String+Foundation+ContentAnalysis.swift
[85/146] Compiling Swiftest String+FullRange.swift
[86/146] Compiling Swiftest String+Localized.swift
[87/146] Compiling Swiftest String+PathComponents.swift
[88/146] Compiling Swiftest String+URL.swift
[89/146] Compiling Swiftest URL+.swift
[90/146] Compiling Swiftest URL+ExpressibleByStringLiteral.swift
[91/146] Compiling Swiftest EmptyInitializable.swift
[92/146] Compiling Swiftest Mockable.swift
[93/146] Compiling Swiftest ObjectDisplayable.swift
[94/146] Compiling Swiftest OptionalProtocol.swift
[95/146] Compiling Swiftest RangeRandomizable.swift
[96/146] Compiling Swiftest Then.swift
[97/146] Compiling Swiftest CALayer+.swift
[98/146] Compiling Swiftest BinaryFloatingPoint+Rounding.swift
[99/146] Compiling Swiftest Character+.swift
[100/146] Compiling Swiftest ClosedRange+Wrapping.swift
[101/146] Compiling Swiftest Collection+.swift
[102/146] Compiling Swiftest Collection+Filtering.swift
[103/146] Compiling Swiftest Collection+Indices.swift
[104/146] Compiling Swiftest Collection+Lookup.swift
[105/146] Compiling Swiftest Sequence+Indexing.swift
[106/146] Compiling Swiftest Sequence+Iterating.swift
[107/146] Compiling Swiftest Sequence+KeyPathSorting.swift
[108/146] Compiling Swiftest Sequence+KeyPathValues.swift
[109/146] Compiling Swiftest Sequence+Search.swift
[110/146] Compiling Swiftest Sequence+Transformed.swift
[111/146] Compiling Swiftest Set+ContentAnalysis.swift
[112/146] Compiling Swiftest SignedInteger+.swift
[113/146] Compiling Swiftest SignedNumeric+.swift
[114/146] Compiling Swiftest String+.swift
[115/146] Compiling Swiftest String+Affix.swift
[116/146] Compiling Swiftest String+BooleanTests.swift
[117/146] Compiling Swiftest String+Case.swift
[118/146] Compiling Swiftest String+Characters.swift
[119/146] Compiling Swiftest Dictionary+Arithmetic.swift
[120/146] Compiling Swiftest Dictionary+DynamicLookup.swift
[121/146] Compiling Swiftest Dictionary+EnumKeyLookup.swift
[122/146] Compiling Swiftest Dictionary+Merging.swift
[123/146] Compiling Swiftest Equatable+.swift
[124/146] Compiling Swiftest FloatingPoint+.swift
[125/146] Compiling Swiftest Int+.swift
[126/146] Compiling Swiftest Int+Loop.swift
[127/146] Compiling Swiftest Int+WrappedToRange.swift
[128/146] Compiling Swiftest Optional+.swift
[129/146] Compiling Swiftest Optional+EmptyCollections.swift
[130/146] Compiling Swiftest Sequence+Aggregate.swift
[131/146] Compiling Swiftest Sequence+BooleanTests.swift
[132/146] Compiling Swiftest Sequence+Grouping.swift
[133/146] Compiling Swiftest SquareRootOperator.swift
[134/146] Compiling Swiftest FunctionChainOperator.swift
[135/146] Compiling Swiftest MapOperator.swift
[136/146] Compiling Swiftest OptionalAssignmentOperators.swift
[137/146] Compiling Swiftest TransformErrorOperator.swift
[138/146] Compiling Swiftest TransformKeyPathToFunctionOperator.swift
[139/146] Compiling Swiftest Pairs.swift
[140/146] Compiling Swiftest Typealiases.swift
[141/146] Compiling Swiftest DebugUtils.swift
[142/146] Compiling Swiftest GlobalFunctions.swift
[143/146] Compiling Swiftest Logger.swift
[144/146] Compiling Swiftest ReadWriteLock.swift
[145/146] Compiling Swiftest StringUtils.swift
[146/146] Compiling Swiftest ThreadingUtils.swift
Build complete! (10.78s)
Fetching https://github.com/Appsaurus/SwiftTestUtils
[1/150] Fetching swifttestutils
Fetched https://github.com/Appsaurus/SwiftTestUtils from cache (0.64s)
Computing version for https://github.com/Appsaurus/SwiftTestUtils
Computed https://github.com/Appsaurus/SwiftTestUtils at 1.0.1 (2.57s)
Creating working copy for https://github.com/Appsaurus/SwiftTestUtils
Working copy of https://github.com/Appsaurus/SwiftTestUtils resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swifttestutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appsaurus/SwiftTestUtils"
    }
  ],
  "manifest_display_name" : "Swiftest",
  "name" : "Swiftest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swiftest",
      "targets" : [
        "Swiftest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftestTests",
      "path" : "Tests/SwiftestTests",
      "product_dependencies" : [
        "SwiftTestUtils"
      ],
      "sources" : [
        "FoundationTests/CalendarExtensionTest.swift",
        "FoundationTests/DataExtensionsTests.swift",
        "FoundationTests/DateExtensionsTests.swift",
        "FoundationTests/FileManagerExtensionsTests.swift",
        "FoundationTests/LocaleExtensionsTests.swift",
        "FoundationTests/NSPredicateExtensionsTests.swift",
        "FoundationTests/URLExtensionsTests.swift",
        "FoundationTests/URLRequestExtensionsTests.swift",
        "FoundationTests/UserDefaultsExtensionsTests.swift",
        "SwiftStdlibTests/ArrayExtensionsTests.swift",
        "SwiftStdlibTests/BidirectionalCollectionExtensionsTests.swift",
        "SwiftStdlibTests/BinaryFloatingPointExtensionsTests.swift",
        "SwiftStdlibTests/BoolExtensionsTests.swift",
        "SwiftStdlibTests/CharacterExtensionsTests.swift",
        "SwiftStdlibTests/ClosedRangeExtensionTests.swift",
        "SwiftStdlibTests/CollectionExtensionsTests.swift",
        "SwiftStdlibTests/ComparableExtensionsTests.swift",
        "SwiftStdlibTests/DictionaryExtensionsTests.swift",
        "SwiftStdlibTests/DoubleExtensionsTests.swift",
        "SwiftStdlibTests/FloatExtensionsTests.swift",
        "SwiftStdlibTests/FloatingPointExtensionsTests.swift",
        "SwiftStdlibTests/IntExtensionsTests.swift",
        "SwiftStdlibTests/KeyPathValuePairAssignableTests.swift",
        "SwiftStdlibTests/OptionalExtensionsTests.swift",
        "SwiftStdlibTests/RandomAccessCollectionExtensionsTests.swift",
        "SwiftStdlibTests/RangeReplaceableCollectionTests.swift",
        "SwiftStdlibTests/SequenceExtensionsTests.swift",
        "SwiftStdlibTests/SignedIntegerExtensionsTests.swift",
        "SwiftStdlibTests/SignedNumericExtensionsTests.swift",
        "SwiftStdlibTests/StringExtensionsTests.swift",
        "SwiftStdlibTests/StringProtocolExtensionsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Swiftest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiftest",
      "module_type" : "SwiftTarget",
      "name" : "Swiftest",
      "path" : "Sources/Swiftest",
      "product_memberships" : [
        "Swiftest"
      ],
      "sources" : [
        "Classes/Errors.swift",
        "Classes/Event.swift",
        "Classes/Paginator.swift",
        "Classes/Poller.swift",
        "Classes/WeakReference.swift",
        "CoreGraphics/CGPoint+Arithmetic.swift",
        "CoreGraphics/CGRect+Initializers.swift",
        "CoreGraphics/CGSize+Arithmetic.swift",
        "CoreGraphics/CGSize+Initializers.swift",
        "CoreGraphics/Protocols/CGRect+Framed.swift",
        "CoreGraphics/Protocols/CGSize+Framed.swift",
        "CoreGraphics/Protocols/CGSize+Sized.swift",
        "CoreGraphics/Protocols/Framed.swift",
        "CoreGraphics/Protocols/Sized.swift",
        "Foundation/ClassNameReflectable.swift",
        "Foundation/Extensions/AttributedString/NSAttributedString+.swift",
        "Foundation/Extensions/AttributedString/NSMutableAttributedString+.swift",
        "Foundation/Extensions/Calendar+NumberOfDaysInMonth.swift",
        "Foundation/Extensions/CharacterSet+.swift",
        "Foundation/Extensions/Collection/BidirectionalCollection+MatrixIndexPathLookup.swift",
        "Foundation/Extensions/Collection/Collection+ParallelIteration.swift",
        "Foundation/Extensions/Data+.swift",
        "Foundation/Extensions/Date+.swift",
        "Foundation/Extensions/Dispatch/DispatchQueue+Safe.swift",
        "Foundation/Extensions/Error+NetworkChecks.swift",
        "Foundation/Extensions/FileManager+.swift",
        "Foundation/Extensions/Int+LocalizedDecimals.swift",
        "Foundation/Extensions/Locale+.swift",
        "Foundation/Extensions/NSPredicate+.swift",
        "Foundation/Extensions/NotificationCenter+.swift",
        "Foundation/Extensions/String/String+Aggregate.swift",
        "Foundation/Extensions/String/String+Base64.swift",
        "Foundation/Extensions/String/String+CharacterSet.swift",
        "Foundation/Extensions/String/String+Cleaning.swift",
        "Foundation/Extensions/String/String+ContentParsing.swift",
        "Foundation/Extensions/String/String+DataDetection.swift",
        "Foundation/Extensions/String/String+Date.swift",
        "Foundation/Extensions/String/String+DecodeEmoji.swift",
        "Foundation/Extensions/String/String+Foundation+ContentAnalysis.swift",
        "Foundation/Extensions/String/String+FullRange.swift",
        "Foundation/Extensions/String/String+Localized.swift",
        "Foundation/Extensions/String/String+PathComponents.swift",
        "Foundation/Extensions/String/String+URL.swift",
        "Foundation/Extensions/URL/URL+.swift",
        "Foundation/Extensions/URL/URL+ExpressibleByStringLiteral.swift",
        "Foundation/Extensions/URL/URLRequest+.swift",
        "Foundation/Extensions/UserDefaults+.swift",
        "Foundation/KeyValueReadable.swift",
        "Foundation/PropertyReflectable.swift",
        "Protocols/Conversions/BoolConvertible.swift",
        "Protocols/Conversions/CGFloatConvertible.swift",
        "Protocols/Conversions/DoubleConvertible.swift",
        "Protocols/Conversions/FloatConvertible.swift",
        "Protocols/Conversions/IntConvertible.swift",
        "Protocols/Conversions/RangeConvertible.swift",
        "Protocols/Conversions/StringConvertible.swift",
        "Protocols/Identifiable.swift",
        "Protocols/Initialization/DefaultMutable.swift",
        "Protocols/Initialization/Defaultable.swift",
        "Protocols/Initialization/EmptyInitializable.swift",
        "Protocols/Mockable.swift",
        "Protocols/ObjectDisplayable.swift",
        "Protocols/OptionalProtocol.swift",
        "Protocols/RangeRandomizable.swift",
        "Protocols/Then.swift",
        "QuartzCore/CALayer+.swift",
        "SwiftStdlib/Extensions/BinaryFloatingPoint+Rounding.swift",
        "SwiftStdlib/Extensions/Character+.swift",
        "SwiftStdlib/Extensions/Collection/ClosedRange+Wrapping.swift",
        "SwiftStdlib/Extensions/Collection/Collection+.swift",
        "SwiftStdlib/Extensions/Collection/Collection+Filtering.swift",
        "SwiftStdlib/Extensions/Collection/Collection+Indices.swift",
        "SwiftStdlib/Extensions/Collection/Collection+Lookup.swift",
        "SwiftStdlib/Extensions/Collection/Collection+Matrix.swift",
        "SwiftStdlib/Extensions/Collection/Collection+Partitioning.swift",
        "SwiftStdlib/Extensions/Collection/Collection+ReverseLookup.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Affix.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Deduplication.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Queue.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+RemovingInstances.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Repeat.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Rotate.swift",
        "SwiftStdlib/Extensions/Collection/RangeReplaceableCollection+Stack.swift",
        "SwiftStdlib/Extensions/Comparable/Comparable+Clamped.swift",
        "SwiftStdlib/Extensions/Comparable/Comparable+Optionals.swift",
        "SwiftStdlib/Extensions/Comparable/Comparable+Range.swift",
        "SwiftStdlib/Extensions/Dictionary/Dictionary+.swift",
        "SwiftStdlib/Extensions/Dictionary/Dictionary+Arithmetic.swift",
        "SwiftStdlib/Extensions/Dictionary/Dictionary+DynamicLookup.swift",
        "SwiftStdlib/Extensions/Dictionary/Dictionary+EnumKeyLookup.swift",
        "SwiftStdlib/Extensions/Dictionary/Dictionary+Merging.swift",
        "SwiftStdlib/Extensions/Equatable+.swift",
        "SwiftStdlib/Extensions/FloatingPoint+.swift",
        "SwiftStdlib/Extensions/Int/Int+.swift",
        "SwiftStdlib/Extensions/Int/Int+Loop.swift",
        "SwiftStdlib/Extensions/Int/Int+WrappedToRange.swift",
        "SwiftStdlib/Extensions/Optional/Optional+.swift",
        "SwiftStdlib/Extensions/Optional/Optional+EmptyCollections.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Aggregate.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+BooleanTests.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Grouping.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Indexing.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Iterating.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+KeyPathSorting.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+KeyPathValues.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Search.swift",
        "SwiftStdlib/Extensions/Sequence/Sequence+Transformed.swift",
        "SwiftStdlib/Extensions/Set+ContentAnalysis.swift",
        "SwiftStdlib/Extensions/SignedInteger+.swift",
        "SwiftStdlib/Extensions/SignedNumeric+.swift",
        "SwiftStdlib/Extensions/String/String+.swift",
        "SwiftStdlib/Extensions/String/String+Affix.swift",
        "SwiftStdlib/Extensions/String/String+BooleanTests.swift",
        "SwiftStdlib/Extensions/String/String+Case.swift",
        "SwiftStdlib/Extensions/String/String+Characters.swift",
        "SwiftStdlib/Extensions/String/String+Repeat.swift",
        "SwiftStdlib/Extensions/String/String+SafeLookup.swift",
        "SwiftStdlib/Extensions/String/String+Slicing.swift",
        "SwiftStdlib/Extensions/String/String+Transformations.swift",
        "SwiftStdlib/Extensions/String/String+Truncating.swift",
        "SwiftStdlib/Extensions/StringProtocol+LongestCommonSuffix.swift",
        "SwiftStdlib/KeyPaths/KeyPathFilter.swift",
        "SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathBuildable.swift",
        "SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValueMapOperator.swift",
        "SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePair.swift",
        "SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePairAssignable.swift",
        "SwiftStdlib/KeyPaths/KeyPathValuePair/KeyPathValuePairInitializable.swift",
        "SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift",
        "SwiftStdlib/Operators/ArithmeticOperators/PlusMinusOperator.swift",
        "SwiftStdlib/Operators/ArithmeticOperators/SquareRootOperator.swift",
        "SwiftStdlib/Operators/FunctionChainOperator.swift",
        "SwiftStdlib/Operators/MapOperator/MapOperator.swift",
        "SwiftStdlib/Operators/OptionalAssignmentOperators.swift",
        "SwiftStdlib/Operators/TransformOperator/TransformErrorOperator.swift",
        "SwiftStdlib/Operators/TransformOperator/TransformKeyPathToFunctionOperator.swift",
        "Types/Pairs.swift",
        "Types/Typealiases.swift",
        "Utils/DebugUtils.swift",
        "Utils/GlobalFunctions.swift",
        "Utils/Logger.swift",
        "Utils/ReadWriteLock.swift",
        "Utils/StringUtils.swift",
        "Utils/ThreadingUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.