Build Information
Failed to build QsSwift, reference main (5b2a5f
), with Swift 6.1 for Wasm on 2 Sep 2025 19:13:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techouse/qs-swift.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/techouse/qs-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5b2a5fb :fire: remove broken Codacy workflow
Cloned https://github.com/techouse/qs-swift.git
Revision (git rev-parse @):
5b2a5fb97dc75217f4529f115f3ab8e0658a983b
SUCCESS checkout https://github.com/techouse/qs-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/techouse/qs-swift.git
https://github.com/techouse/qs-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "QsSwift",
"name" : "QsSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "QsSwift",
"targets" : [
"QsSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QsObjC",
"targets" : [
"QsObjC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QsSwiftComparison",
"targets" : [
"QsSwiftComparison"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "QsSwiftTests",
"module_type" : "SwiftTarget",
"name" : "QsSwiftTests",
"path" : "Tests/QsSwiftTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"ConvenienceTests.swift",
"CoreExtrasTests.swift",
"DecodeTests.swift",
"DelimiterTests.swift",
"EncodeTests.swift",
"EncodeTopLevelNormalizationTests.swift",
"EndToEndTests.swift",
"ExampleTests.swift",
"Fixtures/Data/EmptyTestCases.swift",
"Fixtures/Data/EndToEndTestCases.swift",
"Fixtures/DummyEnum.swift",
"Fixtures/Support/ContainersTestHelpers.swift",
"FormatTests.swift",
"ListFormatTests.swift",
"SentinelTests.swift",
"UtilsTests.swift"
],
"target_dependencies" : [
"QsSwift"
],
"type" : "test"
},
{
"c99name" : "QsSwiftComparison",
"module_type" : "SwiftTarget",
"name" : "QsSwiftComparison",
"path" : "Tools/QsSwiftComparison",
"product_memberships" : [
"QsSwiftComparison"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tools/QsSwiftComparison/js/test_cases.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"QsSwift"
],
"type" : "executable"
},
{
"c99name" : "QsSwift",
"module_type" : "SwiftTarget",
"name" : "QsSwift",
"path" : "Sources/QsSwift",
"product_dependencies" : [
"Algorithms",
"OrderedCollections"
],
"product_memberships" : [
"QsSwift",
"QsObjC",
"QsSwiftComparison"
],
"sources" : [
"Constants/HexTable.swift",
"Enums/DecodeKind.swift",
"Enums/Duplicates.swift",
"Enums/Errors/DecodeError+NSError.swift",
"Enums/Errors/DecodeError.swift",
"Enums/Errors/EncodeError+NSError.swift",
"Enums/Errors/EncodeError.swift",
"Enums/Format.swift",
"Enums/ListFormat.swift",
"Enums/Sentinel.swift",
"Internal/Decoder+ParseKeys.swift",
"Internal/Decoder+ParseList.swift",
"Internal/Decoder+ParseObject.swift",
"Internal/Decoder+ParseQuery.swift",
"Internal/Decoder.swift",
"Internal/Encoder.swift",
"Internal/Utils+Apply.swift",
"Internal/Utils+Combine.swift",
"Internal/Utils+Compact.swift",
"Internal/Utils+Decode.swift",
"Internal/Utils+Encode.swift",
"Internal/Utils+Merge.swift",
"Internal/Utils+NumericEntities.swift",
"Internal/Utils.swift",
"Internal/WeakWrapper.swift",
"Internal/_UnsafeSendable.swift",
"Models/DecodeOptions.swift",
"Models/DecodedMap.swift",
"Models/Delimiter.swift",
"Models/EncodeOptions.swift",
"Models/Filter.swift",
"Models/Undefined.swift",
"Qs+Decode.swift",
"Qs+DecodeConvenience.swift",
"Qs+Encode.swift",
"Qs+EncodeConvenience.swift",
"Qs.swift"
],
"type" : "library"
},
{
"c99name" : "QsObjCTests",
"module_type" : "SwiftTarget",
"name" : "QsObjCTests",
"path" : "Tests/QsObjCTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"Fixtures/Data/EndToEndTestCases.swift",
"ObjCBlockBridgingTests.swift",
"ObjCBridgeTests.swift",
"ObjCConvenienceTests.swift",
"ObjCDecodeTests.swift",
"ObjCDelimiterTests.swift",
"ObjCEncodeTests.swift",
"ObjCEndToEndTests.swift",
"ObjCExampleTests.swift",
"ObjCFilterTests.swift",
"ObjCSentinelTests.swift"
],
"target_dependencies" : [
"QsSwift",
"QsObjC"
],
"type" : "test"
},
{
"c99name" : "QsObjC",
"module_type" : "SwiftTarget",
"name" : "QsObjC",
"path" : "Sources/QsObjC",
"product_memberships" : [
"QsObjC"
],
"sources" : [
"Enums/DecodeKindObjC.swift",
"Enums/DuplicatesObjC.swift",
"Enums/Errors/DecodeErrorObjC.swift",
"Enums/Errors/EncodeErrorObjC.swift",
"Enums/FormatObjC.swift",
"Enums/ListFormatObjC.swift",
"Enums/SentinelObjC.swift",
"Internal/_AnySendable.swift",
"Internal/_BlockBox.swift",
"Models/DecodeOptionsObjC.swift",
"Models/DecodedMapObjC.swift",
"Models/DelimiterObjC.swift",
"Models/EncodeOptionsObjC.swift",
"Models/FilterObjC.swift",
"Models/UndefinedObjC.swift",
"QsBridge+DecodeConvenience.swift",
"QsBridge+EncodeAsync.swift",
"QsBridge+EncodeConvenience.swift",
"QsBridge.swift"
],
"target_dependencies" : [
"QsSwift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[232/8068] Fetching swift-docc-plugin, swift-algorithms
[8069/25462] Fetching swift-docc-plugin, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
[5051/19488] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.78s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.35s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3490] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write sources
[7/20] Copying test_cases.json
[10/20] Compiling _NumericsShims _NumericsShims.c
[11/20] Write swift-version-24593BA9C3E375BF.txt
[13/45] Compiling InternalCollectionsUtilities Descriptions.swift
[14/45] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/46] Compiling InternalCollectionsUtilities Debugging.swift
[18/46] Compiling RealModule Float16+Real.swift
[19/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/47] Emitting module RealModule
[22/47] Compiling RealModule AugmentedArithmetic.swift
[23/47] Compiling RealModule Double+Real.swift
[24/47] Compiling RealModule AlgebraicField.swift
[25/47] Compiling RealModule ApproximateEquality.swift
[26/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/47] Emitting module InternalCollectionsUtilities
[34/48] Compiling RealModule RelaxedArithmetic.swift
[36/48] Compiling RealModule Real.swift
[39/48] Compiling RealModule Float80+Real.swift
[40/48] Compiling RealModule RealFunctions.swift
[41/49] Wrapping AST for InternalCollectionsUtilities for debugging
[42/49] Wrapping AST for RealModule for debugging
[44/129] Compiling Algorithms Permutations.swift
[45/129] Compiling Algorithms Product.swift
[46/129] Compiling Algorithms RandomSample.swift
[47/129] Compiling Algorithms Reductions.swift
[48/129] Compiling Algorithms Rotate.swift
[49/129] Compiling Algorithms Split.swift
[50/129] Compiling Algorithms Stride.swift
[51/136] Compiling OrderedCollections OrderedDictionary.swift
[52/136] Compiling OrderedCollections OrderedSet+Codable.swift
[53/136] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/136] Compiling OrderedCollections OrderedSet+Descriptions.swift
[55/136] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/136] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/136] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/136] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/136] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/136] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/136] Compiling OrderedCollections OrderedSet+Invariants.swift
[62/136] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/136] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[65/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[66/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[67/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[68/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[69/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[70/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[71/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[72/136] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[73/136] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[74/136] Compiling Algorithms Suffix.swift
[75/136] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[76/136] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/136] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/136] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[79/136] Compiling OrderedCollections OrderedDictionary+Elements.swift
[80/136] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[81/136] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[82/136] Compiling Algorithms AdjacentPairs.swift
[83/136] Compiling Algorithms Chain.swift
[84/136] Compiling Algorithms Chunked.swift
[85/136] Compiling Algorithms Combinations.swift
[86/136] Compiling Algorithms Compacted.swift
[87/136] Compiling Algorithms Cycle.swift
[88/136] Compiling Algorithms EitherSequence.swift
[89/136] Compiling Algorithms FirstNonNil.swift
[96/139] Compiling Algorithms FlattenCollection.swift
[97/139] Compiling Algorithms Grouped.swift
[98/139] Compiling Algorithms Indexed.swift
[99/139] Compiling Algorithms Intersperse.swift
[104/139] Compiling Algorithms Joined.swift
[105/139] Compiling Algorithms Keyed.swift
[106/139] Compiling Algorithms MinMax.swift
[107/139] Compiling Algorithms Partition.swift
[118/139] Compiling OrderedCollections OrderedSet+Sendable.swift
[119/139] Compiling OrderedCollections OrderedSet+SubSequence.swift
[120/139] Compiling OrderedCollections OrderedSet+Testing.swift
[121/139] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[122/139] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[123/139] Compiling OrderedCollections OrderedSet.swift
[124/139] Compiling OrderedCollections _UnsafeBitset.swift
[125/139] Compiling Algorithms Trim.swift
[126/139] Compiling Algorithms Unique.swift
[127/139] Compiling Algorithms Windows.swift
[128/139] Emitting module OrderedCollections
[133/140] Wrapping AST for OrderedCollections for debugging
[135/140] Emitting module Algorithms
[136/141] Wrapping AST for Algorithms for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[138/175] Emitting module QsSwift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
[139/179] Compiling QsSwift Qs+DecodeConvenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[140/179] Compiling QsSwift Qs+Encode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[141/179] Compiling QsSwift Qs+EncodeConvenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[142/179] Compiling QsSwift Qs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[143/179] Compiling QsSwift HexTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/179] Compiling QsSwift DecodeKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/179] Compiling QsSwift Duplicates.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/179] Compiling QsSwift DecodeError+NSError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/179] Compiling QsSwift DecodeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/179] Compiling QsSwift Decoder+ParseKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/179] Compiling QsSwift Decoder+ParseList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/179] Compiling QsSwift Decoder+ParseObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/179] Compiling QsSwift Decoder+ParseQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/179] Compiling QsSwift Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/179] Compiling QsSwift Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[154/179] Compiling QsSwift Utils+Apply.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[155/179] Compiling QsSwift Utils+Combine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[156/179] Compiling QsSwift Utils+Compact.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[157/179] Compiling QsSwift Utils+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[158/179] Compiling QsSwift _UnsafeSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[159/179] Compiling QsSwift DecodeOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[160/179] Compiling QsSwift DecodedMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[161/179] Compiling QsSwift Delimiter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[162/179] Compiling QsSwift EncodeError+NSError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/179] Compiling QsSwift EncodeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/179] Compiling QsSwift Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/179] Compiling QsSwift ListFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/179] Compiling QsSwift Sentinel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/179] Compiling QsSwift EncodeOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[168/179] Compiling QsSwift Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[169/179] Compiling QsSwift Undefined.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[170/179] Compiling QsSwift Qs+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[171/179] Compiling QsSwift Utils+Encode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[172/179] Compiling QsSwift Utils+Merge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[173/179] Compiling QsSwift Utils+NumericEntities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[174/179] Compiling QsSwift Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[175/179] Compiling QsSwift WeakWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
[4/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/37] Compiling RealModule RealFunctions.swift
[6/37] Compiling InternalCollectionsUtilities Descriptions.swift
[7/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/38] Compiling RealModule Float80+Real.swift
[9/38] Compiling RealModule Real.swift
[10/38] Compiling RealModule ElementaryFunctions.swift
[11/38] Compiling RealModule Float+Real.swift
[12/38] Compiling RealModule Float16+Real.swift
[13/38] Compiling RealModule RelaxedArithmetic.swift
[14/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/38] Compiling RealModule AlgebraicField.swift
[16/38] Compiling RealModule ApproximateEquality.swift
[17/38] Compiling RealModule AugmentedArithmetic.swift
[18/38] Compiling RealModule Double+Real.swift
[21/38] Emitting module InternalCollectionsUtilities
[22/38] Emitting module RealModule
[23/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/39] Compiling InternalCollectionsUtilities Debugging.swift
[32/40] Wrapping AST for InternalCollectionsUtilities for debugging
[33/40] Wrapping AST for RealModule for debugging
[35/120] Compiling Algorithms Permutations.swift
[36/120] Compiling Algorithms Product.swift
[37/120] Compiling Algorithms Split.swift
[38/120] Compiling Algorithms Stride.swift
[39/120] Compiling Algorithms Suffix.swift
[40/120] Compiling Algorithms RandomSample.swift
[41/120] Compiling Algorithms Reductions.swift
[42/120] Compiling Algorithms FlattenCollection.swift
[43/120] Compiling Algorithms Grouped.swift
[44/120] Compiling Algorithms Indexed.swift
[45/120] Compiling Algorithms Intersperse.swift
[46/120] Compiling Algorithms Joined.swift
[47/120] Compiling Algorithms Keyed.swift
[48/120] Compiling Algorithms MinMax.swift
[49/120] Compiling Algorithms Partition.swift
[55/130] Compiling Algorithms Rotate.swift
[56/130] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/130] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/130] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/130] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/130] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[61/130] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/130] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/130] Compiling OrderedCollections OrderedDictionary+Values.swift
[65/130] Compiling Algorithms Trim.swift
[66/130] Compiling Algorithms Unique.swift
[67/130] Compiling Algorithms Windows.swift
[68/130] Compiling OrderedCollections OrderedSet+Diffing.swift
[69/130] Compiling OrderedCollections OrderedSet+Equatable.swift
[70/130] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[71/130] Compiling OrderedCollections OrderedSet+Hashable.swift
[72/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[73/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[74/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[75/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[76/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[77/130] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[78/130] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[79/130] Compiling OrderedCollections OrderedDictionary+Codable.swift
[80/130] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[81/130] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/130] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[83/130] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[84/130] Compiling OrderedCollections OrderedDictionary+Elements.swift
[85/130] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/130] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/130] Emitting module OrderedCollections
[94/130] Compiling Algorithms AdjacentPairs.swift
[95/130] Compiling Algorithms Chain.swift
[96/130] Compiling Algorithms Chunked.swift
[97/130] Compiling Algorithms Combinations.swift
[98/130] Compiling Algorithms Compacted.swift
[99/130] Compiling Algorithms Cycle.swift
[100/130] Compiling Algorithms EitherSequence.swift
[101/130] Compiling Algorithms FirstNonNil.swift
[117/130] Compiling OrderedCollections OrderedSet+Sendable.swift
[118/130] Compiling OrderedCollections OrderedSet+SubSequence.swift
[119/130] Compiling OrderedCollections OrderedSet+Testing.swift
[120/130] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[121/130] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[122/130] Compiling OrderedCollections OrderedSet.swift
[123/130] Compiling OrderedCollections _UnsafeBitset.swift
[125/131] Emitting module Algorithms
[126/132] Wrapping AST for OrderedCollections for debugging
[127/132] Wrapping AST for Algorithms for debugging
[129/166] Compiling QsSwift EncodeOptions.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[130/166] Compiling QsSwift Filter.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[131/166] Compiling QsSwift Undefined.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
[132/166] Compiling QsSwift Qs+Decode.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | let optionsBox = _UnsafeSendable(options)
73 |
74 | DispatchQueue.global(qos: qos).async {
| `- error: cannot find 'DispatchQueue' in scope
75 | do {
76 | let dict = try _decodeSyncCore(inputBox.value, options: optionsBox.value)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:95:13: error: cannot find 'DispatchQueue' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
95 | DispatchQueue.global(qos: qos.value).async {
| `- error: cannot find 'DispatchQueue' in scope
96 | do {
97 | let dict = try _decodeSyncCore(input.value, options: options.value)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[133/170] Emitting module QsSwift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
[134/170] Compiling QsSwift EncodeError+NSError.swift
[135/170] Compiling QsSwift EncodeError.swift
[136/170] Compiling QsSwift Format.swift
[137/170] Compiling QsSwift ListFormat.swift
[138/170] Compiling QsSwift Sentinel.swift
[139/170] Compiling QsSwift Qs+DecodeConvenience.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[140/170] Compiling QsSwift Qs+Encode.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[141/170] Compiling QsSwift Qs+EncodeConvenience.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[142/170] Compiling QsSwift Qs.swift
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:70:14: error: cannot find type 'DispatchQoS' in scope
68 | _ input: Any?,
69 | options: DecodeOptions = .init(),
70 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
71 | ) async throws -> DecodedMap {
72 | try await decodeAsyncBoxed(
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:93:14: error: cannot find type 'DispatchQoS' in scope
91 | _ input: Any?,
92 | options: DecodeOptions = .init(),
93 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
94 | ) async throws -> [String: Any] {
95 | let inBox = _UnsafeSendable(input)
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:92:30: error: cannot find type 'DispatchQoS' in scope
90 | _ input: _UnsafeSendable<Any?>,
91 | options: _UnsafeSendable<DecodeOptions>,
92 | qos: _UnsafeSendable<DispatchQoS.QoSClass> = _UnsafeSendable(.userInitiated)
| `- error: cannot find type 'DispatchQoS' in scope
93 | ) async throws -> DecodedMap {
94 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+Decode.swift:68:14: error: cannot find type 'DispatchQoS' in scope
66 | _ input: Any?,
67 | options: DecodeOptions = .init(),
68 | qos: DispatchQoS.QoSClass = .userInitiated
| `- error: cannot find type 'DispatchQoS' in scope
69 | ) async throws -> DecodedMap {
70 | try await withCheckedThrowingContinuation { cont in
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:20: warning: no 'async' operations occur within 'await' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no 'async' operations occur within 'await' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+DecodeConvenience.swift:97:16: warning: no calls to throwing functions occur within 'try' expression
95 | let inBox = _UnsafeSendable(input)
96 | let optBox = _UnsafeSendable(options)
97 | return try await decodeAsync(inBox.value, options: optBox.value, qos: qos).value
| `- warning: no calls to throwing functions occur within 'try' expression
98 | }
99 | }
/host/spi-builder-workspace/Sources/QsSwift/Qs+Encode.swift:166:27: error: cannot find 'NSMapTable' in scope
164 |
165 | // Weak side-channel for cycle detection inside the recursive encoder.
166 | let sideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
167 |
168 | // Build key=value parts
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
[143/170] Compiling QsSwift _UnsafeSendable.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[144/170] Compiling QsSwift DecodeOptions.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[145/170] Compiling QsSwift DecodedMap.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[146/170] Compiling QsSwift Delimiter.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 | allowDots: Bool? = nil,
170 | decoder: ScalarDecoder? = nil,
171 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 | decodeDotInKeys: Bool? = nil,
173 | allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 | allowDots: Bool? = nil,
293 | decoder: ScalarDecoder? = nil,
294 | legacyDecoder: LegacyDecoder? = nil,
| `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 | decodeDotInKeys: Bool? = nil,
296 | allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 | self.allowDots = allowDots
196 | self.decoder = decoder
197 | self.legacyDecoder = legacyDecoder
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 | self.decodeDotInKeys = decodeDotInKeys
199 | self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 | return dec(value, charset ?? self.charset, kind)
249 | }
250 | if let legacy = legacyDecoder {
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 | return legacy(value, charset ?? self.charset)
252 | }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 | allowDots: newAllowDots,
320 | decoder: decoder ?? self._decoder,
321 | legacyDecoder: legacyDecoder ?? self.legacyDecoder,
| `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 | decodeDotInKeys: newDecodeDot,
323 | allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[147/170] Compiling QsSwift Utils+Encode.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[148/170] Compiling QsSwift Utils+Merge.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[149/170] Compiling QsSwift Utils+NumericEntities.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[150/170] Compiling QsSwift Utils.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[151/170] Compiling QsSwift WeakWrapper.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Utils.swift:220:9: error: cannot find 'DispatchQueue' in scope
218 | guard let obj else { return }
219 | let token = _RetainedToken(raw: Unmanaged.passRetained(obj))
220 | DispatchQueue.main.async { token.raw.release() }
| `- error: cannot find 'DispatchQueue' in scope
221 | }
222 |
[152/170] Compiling QsSwift HexTable.swift
[153/170] Compiling QsSwift DecodeKind.swift
[154/170] Compiling QsSwift Duplicates.swift
[155/170] Compiling QsSwift DecodeError+NSError.swift
[156/170] Compiling QsSwift DecodeError.swift
[157/170] Compiling QsSwift Decoder+ParseKeys.swift
[158/170] Compiling QsSwift Decoder+ParseList.swift
[159/170] Compiling QsSwift Decoder+ParseObject.swift
[160/170] Compiling QsSwift Decoder+ParseQuery.swift
[161/170] Compiling QsSwift Decoder.swift
[162/170] Compiling QsSwift Encoder.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[163/170] Compiling QsSwift Utils+Apply.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[164/170] Compiling QsSwift Utils+Combine.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[165/170] Compiling QsSwift Utils+Compact.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
[166/170] Compiling QsSwift Utils+Decode.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
36 | data: Any?,
37 | undefined: Bool,
38 | sideChannel: NSMapTable<AnyObject, AnyObject>,
| `- error: cannot find type 'NSMapTable' in scope
39 | prefix: String? = nil,
40 | generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
72 | }()
73 |
74 | var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
| `- error: cannot find type 'NSMapTable' in scope
75 | var step = 0
76 | var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
78 | // Walk ancestors to detect cycles
79 | while !findFlag {
80 | guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
| `- error: cannot find type 'NSMapTable' in scope
81 | else { break }
82 | step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 | // Create child side-channel and link to parent
376 | // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 | let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
| `- error: cannot find 'NSMapTable' in scope
378 | valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:475:20: error: cannot find 'Thread' in scope
473 | private static func iso8601() -> ISO8601DateFormatter {
474 | let key = "QsSwift.Encoder.iso8601"
475 | let dict = Thread.current.threadDictionary
| `- error: cannot find 'Thread' in scope
476 | if let formatter = dict[key] as? ISO8601DateFormatter { return formatter }
477 | let formatter = ISO8601DateFormatter()
BUILD FAILURE 6.1 wasm