Build Information
Failed to build SDGCornerstone, reference 10.2.0 (09f6c7), with Swift 6.3 for Wasm on 15 Apr 2026 00:35:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/sdgcornerstone.git
Reference: 10.2.0
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/sdggiesbrecht/sdgcornerstone
* tag 10.2.0 -> FETCH_HEAD
HEAD is now at 09f6c74 Version 10.2.0
Cloned https://github.com/sdggiesbrecht/sdgcornerstone.git
Revision (git rev-parse @):
09f6c745f0f1d16b06afa0883aa7b8325f5edd2a
SUCCESS checkout https://github.com/sdggiesbrecht/sdgcornerstone.git at 10.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/sdggiesbrecht/sdgcornerstone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-numerics
[1/23537] Fetching swift-collections
[2/29953] Fetching swift-collections, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.41s)
Fetched https://github.com/apple/swift-collections from cache (1.44s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.82s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.69s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SDGEmbedResourcesTests/Resources.swift': File not found.
[0/24] Write sources
[7/24] Compiling _NumericsShims _NumericsShims.c
[8/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/77] Emitting module SDGControlFlow
[14/79] Emitting module InternalCollectionsUtilities
[15/81] Compiling SDGControlFlow Tuple.swift
[16/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/81] Emitting module SDGLogic
/host/spi-builder-workspace/Sources/SDGLogic/Bool.swift:15:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | */
14 |
15 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' 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
16 |
17 | // MARK: - Logical Operatiors
[20/81] Compiling SDGLogic Any.swift
[21/81] Emitting module RealModule
[22/82] Compiling SDGControlFlow Decodable.swift
[23/82] Compiling SDGControlFlow DefaultAssignmentPropertyWrapper.swift
[24/82] Compiling SDGControlFlow Encodable.swift
[28/82] Compiling InternalCollectionsUtilities String+Padding.swift
[30/82] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[31/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/82] Compiling SDGControlFlow ProjectingPropertyWrapper.swift
[33/82] Compiling SDGControlFlow SharedProperty.swift
[35/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/82] Compiling RealModule RealFunctions.swift
[38/82] Compiling InternalCollectionsUtilities Integer rank.swift
[39/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/82] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/82] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[42/82] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[43/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/82] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/83] Compiling RealModule Real.swift
[46/83] Compiling SDGLogic NilLiteral.swift
[47/83] Compiling SDGLogic Tuple.swift
[48/83] Compiling SDGLogic Equatable.swift
[49/83] Compiling SDGLogic Operators.swift
[50/83] Compiling SDGLogic Bool.swift
/host/spi-builder-workspace/Sources/SDGLogic/Bool.swift:15:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
13 | */
14 |
15 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' 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
16 |
17 | // MARK: - Logical Operatiors
[63/85] Compiling RealModule RelaxedArithmetic.swift
[64/85] Compiling RealModule Float80+Real.swift
[73/85] Compiling RealModule Float16+Real.swift
[73/86] Wrapping AST for InternalCollectionsUtilities for debugging
[75/86] Wrapping AST for SDGControlFlow for debugging
[76/86] Wrapping AST for SDGLogic for debugging
[77/86] Wrapping AST for RealModule for debugging
[79/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[80/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[81/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[82/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[83/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[84/171] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[85/171] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[86/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[87/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[88/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[89/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[90/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[91/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[92/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[93/178] Compiling OrderedCollections OrderedDictionary.swift
[94/178] Compiling OrderedCollections OrderedSet+Codable.swift
[95/178] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[96/178] Compiling OrderedCollections OrderedSet+Descriptions.swift
[97/178] Compiling OrderedCollections OrderedSet+Diffing.swift
[98/178] Compiling OrderedCollections OrderedSet+Equatable.swift
[99/178] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/178] Compiling OrderedCollections OrderedSet+Hashable.swift
[101/178] Compiling SDGMathematics Measurement.swift
[102/178] Compiling SDGMathematics Addable.swift
[103/178] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[104/178] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[105/178] Compiling SDGMathematics IntegerProtocol.swift
[106/178] Compiling SDGMathematics OneDimensionalVector.swift
[107/178] Compiling SDGMathematics PointProtocol.swift
[108/178] Compiling SDGMathematics RationalArithmetic.swift
[109/178] Compiling SDGMathematics RationalNumberProtocol.swift
[110/178] Compiling SDGMathematics IntegralArithmetic.swift
[111/178] Compiling SDGMathematics Negatable.swift
[112/178] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[113/178] Compiling SDGMathematics OneDimensionalPoint.swift
[114/178] Compiling SDGMathematics VectorProtocol.swift
[115/178] Compiling SDGMathematics WholeArithmetic.swift
[116/178] Compiling SDGMathematics WholeNumberProtocol.swift
[117/178] Compiling SDGMathematics Operators.swift
[118/178] Compiling SDGMathematics RationalVector.swift
[119/178] Compiling SDGMathematics RealArithmetic.swift
[120/178] Compiling SDGMathematics RealNumberProtocol.swift
[121/178] Compiling SDGMathematics Subtractable.swift
[122/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[123/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[124/178] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/178] Compiling SDGMathematics Angle.swift
[126/178] Compiling SDGMathematics BitField.swift
[127/178] Compiling SDGMathematics ClosedRange.swift
[128/178] Compiling SDGMathematics Comparable.swift
[129/178] Compiling SDGMathematics Data.swift
[130/178] Compiling SDGMathematics Float.swift
[131/178] Compiling SDGMathematics FunctionAnalysis.swift
[132/178] Compiling SDGMathematics Int.swift
[133/178] Compiling OrderedCollections OrderedSet+Sendable.swift
[134/178] Compiling OrderedCollections OrderedSet+SubSequence.swift
[135/178] Compiling OrderedCollections OrderedSet+Testing.swift
[136/178] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[137/178] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[138/178] Compiling OrderedCollections OrderedSet.swift
[139/178] Compiling OrderedCollections _UnsafeBitset.swift
[140/178] Emitting module OrderedCollections
[141/179] Wrapping AST for OrderedCollections for debugging
[163/183] Compiling SDGMathematics OrderedEnumeration.swift
[164/183] Compiling SDGMathematics Sequence.swift
[165/183] Compiling SDGMathematics Tuple.swift
[166/183] Compiling SDGMathematics UInt.swift
[167/183] Emitting module SDGMathematics
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 | extension Float80: Decodable, Encodable, FloatFamily {
| |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
323 |
324 | // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 | extension Float80: Decodable, Encodable, FloatFamily {
| |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
323 |
324 | // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 | extension Float80: Decodable, Encodable, FloatFamily {
| |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
323 |
324 | // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 | extension Float80: Decodable, Encodable, FloatFamily {
| |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
323 |
324 | // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:229:1: warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
227 | }
228 |
229 | extension CGFloat: FloatFamily {
| |- warning: extension declares a conformance of imported type 'CGFloat' to imported protocols 'CustomDebugStringConvertible', 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
230 |
231 | // MARK: - CustomDebugStringConvertible
/host/spi-builder-workspace/Sources/SDGMathematics/Float.swift:322:3: warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
320 |
321 | #if !(PLATFORM_LACKS_SWIFT_FLOAT_80 || ((os(macOS) || os(Linux)) && arch(arm64)))
322 | extension Float80: Decodable, Encodable, FloatFamily {
| |- warning: extension declares a conformance of imported type 'Float80' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
323 |
324 | // MARK: - Decodable
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:179:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
177 | }
178 | }
179 | extension Int64: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
180 |
181 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:185:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
183 | public typealias Vector = Stride
184 | }
185 | extension Int32: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
186 |
187 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:191:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
189 | public typealias Vector = Stride
190 | }
191 | extension Int16: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
192 |
193 | // MARK: - PointProtocol
/host/spi-builder-workspace/Sources/SDGMathematics/Int.swift:197:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
195 | public typealias Vector = Stride
196 | }
197 | extension Int8: IntXFamily {
| |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'MirrorPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 |
199 | // MARK: - PointProtocol
[177/184] Wrapping AST for SDGMathematics for debugging
[179/246] Compiling SDGCollections NaryAlternativePatterns.swift
[180/246] Compiling SDGCollections AnyBidirectionalPattern.swift
[181/246] Compiling SDGCollections AnyPattern.swift
[182/246] Compiling SDGCollections AnyPatternMatch.swift
[183/246] Compiling SDGCollections AtomicPatternMatch.swift
[184/246] Compiling SDGCollections ConcatenatedMatch.swift
[185/246] Compiling SDGCollections ConcatenatedPatterns.swift
[186/246] Compiling SDGCollections NaryConcatenatedMatch.swift
[187/246] Compiling SDGCollections NaryConcatenatedPatterns.swift
[188/254] Compiling SDGCollections OrderedSet.SubSequence.swift
[189/254] Compiling SDGCollections OrderedSet.swift
[190/254] Compiling SDGCollections ExclusivePrefixMatch.swift
[191/254] Compiling SDGCollections ExclusiveSuffixMatch.swift
[192/254] Compiling SDGCollections InclusivePrefixMatch.swift
[193/254] Compiling SDGCollections InclusiveSuffixMatch.swift
[194/254] Compiling SDGCollections AlternativeMatch.swift
[195/254] Compiling SDGCollections AlternativePatterns.swift
[196/254] Compiling SDGCollections NaryAlternativeMatch.swift
[197/254] Compiling SDGCollections ConditionalPattern.swift
[198/254] Compiling SDGCollections LiteralPattern.swift
[199/254] Compiling SDGCollections NegatedPattern.swift
[200/254] Compiling SDGCollections NestingContentsPattern.swift
[201/254] Compiling SDGCollections NestingMatch.swift
[202/254] Compiling SDGCollections NestingMatchContents.swift
[203/254] Compiling SDGCollections NestingMatchSegment.swift
[204/254] Compiling SDGCollections NestingPattern.swift
[205/254] Compiling SDGCollections NestingSegmentPattern.swift
[206/254] Compiling SDGCollections RangeExpression.swift
[207/254] Compiling SDGCollections RangeReplaceableCollection.swift
[208/254] Compiling SDGCollections ReversedCollection.swift
[209/254] Compiling SDGCollections SearchableBidirectionalCollection.swift
[210/254] Compiling SDGCollections SearchableCollection.swift
[211/254] Compiling SDGCollections Slice.swift
[212/254] Compiling SDGCollections AbsoluteComplement.swift
[213/254] Compiling SDGCollections ComparableSet.swift
[214/254] Compiling SDGCollections FiniteSet.swift
[215/254] Compiling SDGCollections IntensionalSet.swift
[216/254] Compiling SDGCollections Intersection.swift
[217/254] Compiling SDGCollections MutableSet.swift
[218/254] Compiling SDGCollections Set.swift
[219/254] Compiling SDGCollections SetDefinition.swift
[220/254] Compiling SDGCollections SetInRepresentableUniverse.swift
[221/254] Compiling SDGCollections Union.swift
[222/254] Compiling SDGCollections Operators.swift
[223/254] Compiling SDGCollections AnyCollection.swift
[224/254] Compiling SDGCollections Array.swift
[225/254] Compiling SDGCollections BidirectionalCollection.swift
[226/254] Compiling SDGCollections Collection.swift
[227/254] Compiling SDGCollections CollectionDifference.swift
[228/254] Compiling SDGCollections CollectionDifferenceChange.swift
[229/254] Compiling SDGCollections FillDirection.swift
[230/254] Compiling SDGCollections LexicographicalComparison.swift
[231/254] Compiling SDGCollections BidirectionalPattern.swift
[232/254] Compiling SDGCollections Pattern.swift
[233/254] Compiling SDGCollections PatternMatch.swift
[234/254] Compiling SDGCollections PatternConsumption.swift
[235/254] Compiling SDGCollections RepetitionMatch.swift
[236/254] Compiling SDGCollections RepetitionPattern.swift
[237/254] Compiling SDGCollections SeparatedComponentMatch.swift
[238/254] Compiling SDGCollections Range.swift
[239/254] Compiling SDGCollections Addable.swift
[240/254] Compiling SDGCollections BijectiveMapping.swift
[241/254] Compiling SDGCollections ContextualMapping.swift
[242/254] Compiling SDGCollections Dictionary.swift
[243/254] Compiling SDGCollections CharacterSet.swift
[244/254] Compiling SDGCollections Data.swift
[245/254] Compiling SDGCollections String.swift
[246/254] Compiling SDGCollections StringProtocol.swift
[247/254] Compiling SDGCollections LegacyMode.swift
[248/254] Emitting module SDGCollections
[249/255] Wrapping AST for SDGCollections for debugging
[251/284] Compiling SDGText CharacterSet.swift
[252/284] Compiling SDGText CollectionStringFamily.swift
[253/284] Compiling SDGText CollectionUnicodeScalar.swift
[254/284] Compiling SDGText StaticString.swift
[255/287] Compiling SDGText String.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[256/287] Compiling SDGText StringClusterView.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[257/287] Compiling SDGText StringScalarView.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[258/287] Compiling SDGText ExtendedGraphemeCluster.swift
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[259/287] Compiling SDGText LineViewIndex.swift
[260/287] Compiling SDGText Newline.swift
[261/287] Compiling SDGText NewlinePattern.swift
[262/287] Compiling SDGText StringFamily.swift
[263/287] Compiling SDGText StrictStringStringInterpolation.swift
[264/287] Compiling SDGText ExtendedGraphemeClusterView.swift
[265/287] Compiling SDGText Line.swift
[266/287] Compiling SDGText LineView.swift
[267/287] Compiling SDGText UIFont.swift
[268/287] Compiling SDGText MarkupPlaygroundDisplay.swift
[269/287] Compiling SDGText Range.swift
[270/287] Compiling SDGText SemanticMarkup.swift
[271/287] Compiling SDGText StringIndex.swift
[272/287] Compiling SDGText UnicodeScalarView.swift
[273/287] Compiling SDGText UnicodeScalar.swift
[274/287] Compiling SDGText Font.Definition.swift
[275/287] Compiling SDGText Font.swift
[276/287] Compiling SDGText NSFont.swift
[277/287] Compiling SDGText SwiftUI.Font.swift
[278/287] Compiling SDGText SemanticMarkupStringInterpolation.swift
[279/287] Compiling SDGText StrictString.swift
[280/287] Compiling SDGText StrictStringClusterView.swift
[281/287] Compiling SDGText StrictStringInterpolationProtocol.swift
[282/287] Emitting module SDGText
/host/spi-builder-workspace/Sources/SDGText/Compatibility/String.swift:19:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | public typealias Zeichenkette = String
18 |
19 | extension String: StringFamily {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Addable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
20 |
21 | // MARK: - Initialization
[283/297] Wrapping AST for SDGText for debugging
[285/297] Compiling SDGPersistence ProcessInfo.swift
[286/297] Compiling SDGPersistence StrictString.swift
[287/297] Compiling SDGPersistence String.swift
[288/298] Compiling SDGPersistence PreferenceSet.swift
[289/298] Compiling SDGPersistence Data.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[290/298] Compiling SDGPersistence FileConvertible.swift
[291/298] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[292/298] Compiling SDGPersistence Preference.swift
[293/298] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[294/298] Compiling SDGPersistence URL.swift
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[298/312] Write sources
[299/312] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[301/306] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[302/306] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[1/1] Compiling plugin SDGEmbedResources
[2/2] Compiling plugin SDGCopySources
Building for debugging...
[2/85] Write sources
[32/85] Copying Root
[33/85] Write sources
[47/85] Compiling _NumericsShims _NumericsShims.c
[49/85] Write swift-version-24593BA9C3E375BF.txt
[50/116] Wrapping AST for SDGLogic for debugging
[51/138] Wrapping AST for RealModule for debugging
[52/138] Wrapping AST for InternalCollectionsUtilities for debugging
[53/138] Wrapping AST for SDGControlFlow for debugging
[54/138] Wrapping AST for SDGMathematics for debugging
[55/138] Wrapping AST for OrderedCollections for debugging
[57/138] Emitting module SDGControlFlow
[57/140] Wrapping AST for SDGCollections for debugging
[58/140] Wrapping AST for SDGText for debugging
[60/142] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/144] Emitting module SDGPersistence
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/URL.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | public typealias EinheitlicherRessourcenzeiger = URL
22 |
23 | extension URL: Comparable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | /// Returns `true` if the URL is in the location described by the specified URL.
[62/144] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
BUILD FAILURE 6.3 wasm