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 swm-core, reference main (ae48c2), with Swift 6.0 for Linux on 1 Nov 2024 22:13:23 UTC.

Swift 6 data race errors: 6

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taketo1024/swm-core.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/taketo1024/swm-core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae48c2c extract SparseMatrixImpl.
Cloned https://github.com/taketo1024/swm-core.git
Revision (git rev-parse @):
ae48c2ce78b64952a99776643f0aaf253eb315a0
SUCCESS checkout https://github.com/taketo1024/swm-core.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/taketo1024/swm-core.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5563] Fetching swift-algorithms
[5564/21038] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
[2941/15475] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 0.2.1
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/34] Emitting module InternalCollectionsUtilities
[9/36] Compiling RealModule ElementaryFunctions.swift
[10/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/36] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/37] Compiling InternalCollectionsUtilities Specialize.swift
[14/37] Compiling InternalCollectionsUtilities Debugging.swift
[15/37] Compiling InternalCollectionsUtilities Descriptions.swift
[16/37] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/37] Compiling RealModule Float+Real.swift
[19/37] Compiling RealModule Real.swift
[20/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/37] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/37] Compiling RealModule Float80+Real.swift
[23/37] Compiling RealModule RealFunctions.swift
[24/37] Compiling RealModule ApproximateEquality.swift
[25/37] Compiling InternalCollectionsUtilities Integer rank.swift
[26/37] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/37] Compiling RealModule AugmentedArithmetic.swift
[28/37] Compiling RealModule Double+Real.swift
[29/37] Compiling RealModule AlgebraicField.swift
[30/37] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/37] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/38] Emitting module RealModule
[37/38] Compiling RealModule Float16+Real.swift
[40/117] Compiling Algorithms MinMax.swift
[41/117] Compiling Algorithms Partition.swift
[42/117] Compiling Algorithms Permutations.swift
[43/117] Compiling Algorithms Intersperse.swift
[44/117] Compiling Algorithms Joined.swift
[45/117] Compiling Algorithms LazySplit.swift
[46/117] Compiling Algorithms Compacted.swift
[47/117] Compiling Algorithms Cycle.swift
[48/124] Compiling Algorithms Rotate.swift
[49/124] Compiling Algorithms Stride.swift
[50/124] Compiling Algorithms Suffix.swift
[51/127] Compiling OrderedCollections OrderedSet+Initializers.swift
[52/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[53/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[54/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[55/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[56/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[57/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[58/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[59/127] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/127] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/127] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/127] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/127] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/127] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/127] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/127] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[68/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[69/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[70/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[71/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[72/127] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[73/127] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[74/127] Compiling Algorithms Windows.swift
[75/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[76/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[77/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[78/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[79/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[80/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[81/127] Compiling Algorithms Product.swift
[82/127] Compiling Algorithms RandomSample.swift
[83/127] Compiling Algorithms Reductions.swift
[87/127] Compiling Algorithms Trim.swift
[88/127] Compiling Algorithms Unique.swift
[95/127] Compiling Algorithms EitherSequence.swift
[96/127] Compiling Algorithms AdjacentPairs.swift
[97/127] Compiling Algorithms Chain.swift
[98/127] Compiling Algorithms Chunked.swift
[99/127] Compiling Algorithms Combinations.swift
[100/127] Compiling Algorithms FirstNonNil.swift
[101/127] Compiling Algorithms FlattenCollection.swift
[102/127] Compiling Algorithms Indexed.swift
[106/127] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/127] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/127] Compiling OrderedCollections OrderedSet+Testing.swift
[109/127] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/127] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/127] Compiling OrderedCollections OrderedSet.swift
[112/127] Compiling OrderedCollections _UnsafeBitset.swift
[126/127] Emitting module OrderedCollections
[128/128] Emitting module Algorithms
[130/172] Compiling SwmCore Combinatorics.swift
[131/172] Compiling SwmCore GraphAlgorithms.swift
[132/172] Compiling SwmCore IntList.swift
[133/172] Compiling SwmCore Operators.swift
[134/172] Compiling SwmCore Random.swift
[135/172] Compiling SwmCore TypeParameters.swift
[136/177] Compiling SwmCore AdditiveGroup.swift
[137/177] Compiling SwmCore EuclideanRing.swift
[138/177] Compiling SwmCore Field.swift
[139/177] Compiling SwmCore FractionField.swift
[140/177] Compiling SwmCore Group.swift
[141/177] Compiling SwmCore MathSet.swift
[142/177] Emitting module SwmCore
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[143/177] Compiling SwmCore Module.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[144/177] Compiling SwmCore Monoid.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[145/177] Compiling SwmCore Ring.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[146/177] Compiling SwmCore Array.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[147/177] Compiling SwmCore Codable.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[148/177] Compiling SwmCore Dictionary.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:88:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 86 | }
 87 |
 88 | extension Array: Comparable where Element: Comparable {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |     public static func < (lhs: Array, rhs: Array) -> Bool {
 90 |         lhs.lexicographicallyPrecedes(rhs)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:13: warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |             |- warning: capture of 'body' with non-sendable type '(Element) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:97:18: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 95 |     public func parallelForEach(body: (Element) -> Void ) {
 96 |         DispatchQueue.concurrentPerform(iterations: count) { i in
 97 |             body(self[i])
    |                  `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |     }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:31: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                               |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:41: warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                                         `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
/host/spi-builder-workspace/Sources/SwmCore/Extensions/Array.swift:105:17: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
103 |         return result.withUnsafeMutableBufferPointer { buffer in
104 |             DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
105 |                 buffer[idx] = transform(self[idx])
    |                 `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
106 |             }
107 |             return buffer.map { $0! }
[149/177] Compiling SwmCore Cache.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[150/177] Compiling SwmCore Debug.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[151/177] Compiling SwmCore Format.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[152/177] Compiling SwmCore Logger.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[153/177] Compiling SwmCore Storage.swift
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:10:13: warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import Foundation
  9 |
 10 | private var loggers: [Logger.Id : Logger] = [:]
    |             |- warning: var 'loggers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'loggers' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate 'loggers' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 11 |
 12 | public final class Logger {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:11:23: warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | extension Logger.Id {
 11 |     public static let storage = Logger.Id("storage")
    |                       |- warning: static property 'storage' is not concurrency-safe because non-'Sendable' type 'Logger.Id' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'storage' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 | }
 13 |
/host/spi-builder-workspace/Sources/SwmCore/Util/Logger.swift:13:19: note: consider making struct 'Id' conform to the 'Sendable' protocol
 11 |
 12 | public final class Logger {
 13 |     public struct Id: Hashable, CustomStringConvertible {
    |                   `- note: consider making struct 'Id' conform to the 'Sendable' protocol
 14 |         private let id: String
 15 |         public init(_ id: String) {
/host/spi-builder-workspace/Sources/SwmCore/Util/Storage.swift:14:13: warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | }
 13 |
 14 | private let _defaultStorage = Storage(dir: NSTemporaryDirectory() + "SwiftyMath/")
    |             |- warning: let '_defaultStorage' is not concurrency-safe because non-'Sendable' type 'Storage' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: annotate '_defaultStorage' with '@MainActor' if property should only be accessed from the main actor
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 15 |
 16 | public final class Storage {
    |                    `- note: class 'Storage' does not conform to the 'Sendable' protocol
 17 |     private let fm: FileManager
 18 |     public let dir: String
[154/177] Compiling SwmCore Complex.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[155/177] Compiling SwmCore F2.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[156/177] Compiling SwmCore Integer.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[157/177] Compiling SwmCore IntegerQuotient.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[158/177] Compiling SwmCore Quaternion.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[159/177] Compiling SwmCore Rational.swift
/host/spi-builder-workspace/Sources/SwmCore/Numbers/Integer.swift:86:17: warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | }
 85 |
 86 | fileprivate var _primes: [𝐙] = []
    |                 |- warning: var '_primes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert '_primes' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate '_primes' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 |
 88 | extension 𝐙 {
[160/177] Compiling SwmCore Real.swift
[161/177] Compiling SwmCore Permutation.swift
[162/177] Compiling SwmCore GenericPolynomial.swift
[163/177] Compiling SwmCore MultivariatePolynomial.swift
[164/177] Compiling SwmCore Polynomial.swift
[165/177] Compiling SwmCore PolynomialQuotient.swift
[166/177] Compiling SwmCore RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[167/177] Compiling SwmCore Sequence.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[168/177] Compiling SwmCore Set.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[169/177] Compiling SwmCore String.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[170/177] Compiling SwmCore LinearCombination.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[171/177] Compiling SwmCore LinearCombinationType.swift
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:13:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
11 |     @inlinable
12 |     public func binarySearchIndex(_ element: Element) -> Index? {
13 |         let index = partitioningIndex(where: { $0 >= element })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
14 |         let found = index != endIndex && self[index] == element
15 |         return found ? index : nil
/host/spi-builder-workspace/Sources/SwmCore/Extensions/RandomAccessCollection.swift:22:21: warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
20 |     @inlinable
21 |     public func binarySearch<T: Comparable>(elementWithId id: T, by f: (Element) -> T) -> Element? {
22 |         let index = partitioningIndex(where: { f($0) >= id })
   |                     |- warning: instance method 'partitioningIndex(where:)' cannot be used in an '@inlinable' function because 'Algorithms' was not imported by this file; this is an error in the Swift 6 language mode
   |                     `- note: The missing import of module 'Algorithms' will be added implicitly
23 |         let found = index != endIndex && f(self[index]) == id
24 |         return found ? self[index] : nil
[172/177] Compiling SwmCore TensorGenerator.swift
[173/177] Compiling SwmCore DefaultMatrixImpl.swift
[174/177] Compiling SwmCore Matrix.swift
[175/177] Compiling SwmCore MatrixIF.swift
[176/177] Compiling SwmCore MatrixImpl.swift
[177/177] Compiling SwmCore BitSequence.swift
Build complete! (48.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swm-core",
  "name" : "swm-core",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwmCore",
      "targets" : [
        "SwmCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwmCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwmCoreTests",
      "path" : "Tests/SwmCoreTests",
      "sources" : [
        "Abstract/AdditiveGroupTests.swift",
        "Abstract/EuclideanRingTests.swift",
        "Abstract/GroupTests.swift",
        "Abstract/MapTests.swift",
        "Abstract/ModuleTests.swift",
        "Abstract/MonoidTests.swift",
        "Abstract/RingTests.swift",
        "Abstract/SetTests.swift",
        "Combinatorics/PermutationTests.swift",
        "LinearCombination/LinearCombinationTests.swift",
        "Matrix/MatrixTests.swift",
        "Numbers/ComplexTests.swift",
        "Numbers/F2Tests.swift",
        "Numbers/IntegerQuotientRingTests.swift",
        "Numbers/IntegerTests.swift",
        "Numbers/QuaternionTests.swift",
        "Numbers/RationalTests.swift",
        "Numbers/RealTests.swift",
        "Polynomials/AlgebraicExtensionTests.swift",
        "Polynomials/LaurentPolynomialTests.swift",
        "Polynomials/MultivariatePolynomialTests.swift",
        "Polynomials/PolynomialTests.swift"
      ],
      "target_dependencies" : [
        "SwmCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwmCore",
      "module_type" : "SwiftTarget",
      "name" : "SwmCore",
      "path" : "Sources/SwmCore",
      "product_dependencies" : [
        "Algorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SwmCore"
      ],
      "sources" : [
        "Abstract/AdditiveGroup.swift",
        "Abstract/EuclideanRing.swift",
        "Abstract/Field.swift",
        "Abstract/FractionField.swift",
        "Abstract/Group.swift",
        "Abstract/MathSet.swift",
        "Abstract/Module.swift",
        "Abstract/Monoid.swift",
        "Abstract/Ring.swift",
        "Extensions/Array.swift",
        "Extensions/Codable.swift",
        "Extensions/Dictionary.swift",
        "Extensions/RandomAccessCollection.swift",
        "Extensions/Sequence.swift",
        "Extensions/Set.swift",
        "Extensions/String.swift",
        "LinearCombination/LinearCombination.swift",
        "LinearCombination/LinearCombinationType.swift",
        "LinearCombination/TensorGenerator.swift",
        "Matrix/DefaultMatrixImpl.swift",
        "Matrix/Matrix.swift",
        "Matrix/MatrixIF.swift",
        "Matrix/MatrixImpl.swift",
        "Misc/BitSequence.swift",
        "Misc/Combinatorics.swift",
        "Misc/GraphAlgorithms.swift",
        "Misc/IntList.swift",
        "Misc/Operators.swift",
        "Misc/Random.swift",
        "Misc/TypeParameters.swift",
        "Numbers/Complex.swift",
        "Numbers/F2.swift",
        "Numbers/Integer.swift",
        "Numbers/IntegerQuotient.swift",
        "Numbers/Quaternion.swift",
        "Numbers/Rational.swift",
        "Numbers/Real.swift",
        "Permutation/Permutation.swift",
        "Polynomial/GenericPolynomial.swift",
        "Polynomial/MultivariatePolynomial.swift",
        "Polynomial/Polynomial.swift",
        "Polynomial/PolynomialQuotient.swift",
        "Util/Cache.swift",
        "Util/Debug.swift",
        "Util/Format.swift",
        "Util/Logger.swift",
        "Util/Storage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.