The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build QsSwift, reference 1.1.4 (dea09a), with Swift 6.1 for Wasm on 26 Aug 2025 13:16:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 1.1.4
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
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at dea09a8 :bookmark: release 1.1.4
Cloned https://github.com/techouse/qs-swift.git
Revision (git rev-parse @):
dea09a82464cf4c614cb8cfbff57a1bfb4bd99b2
SUCCESS checkout https://github.com/techouse/qs-swift.git at 1.1.4
========================================
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-4606859-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/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/2094] Fetching swift-docc-plugin
[211/8062] Fetching swift-docc-plugin, swift-algorithms
[1545/25416] Fetching swift-docc-plugin, swift-algorithms, swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.01s)
[10307/23322] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (2.49s)
Fetched https://github.com/apple/swift-collections.git from cache (2.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (3.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.86s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3478] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.02s)
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
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
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
[2/20] Copying test_cases.json
[3/20] Write sources
[10/20] Compiling _NumericsShims _NumericsShims.c
[11/20] Write swift-version-24593BA9C3E375BF.txt
[13/44] Emitting module RealModule
[14/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/46] Emitting module InternalCollectionsUtilities
[19/46] Compiling RealModule RealFunctions.swift
[20/46] Compiling RealModule Real.swift
[21/46] Compiling RealModule Float80+Real.swift
[22/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/46] Compiling InternalCollectionsUtilities Integer rank.swift
[24/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/46] Compiling InternalCollectionsUtilities Descriptions.swift
[26/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/46] Compiling InternalCollectionsUtilities Debugging.swift
[29/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/46] Compiling RealModule Float+Real.swift
[32/46] Compiling RealModule ElementaryFunctions.swift
[33/46] Compiling RealModule Float16+Real.swift
[39/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/48] Wrapping AST for RealModule for debugging
[41/48] Wrapping AST for InternalCollectionsUtilities for debugging
[43/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[44/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[45/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[46/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/128] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/128] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/135] Compiling OrderedCollections OrderedSet+Initializers.swift
[58/135] Compiling OrderedCollections OrderedSet+Insertions.swift
[59/135] Compiling OrderedCollections OrderedSet+Invariants.swift
[60/135] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[61/135] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[62/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[63/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[64/135] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[65/135] Compiling OrderedCollections OrderedDictionary.swift
[66/135] Compiling OrderedCollections OrderedSet+Codable.swift
[67/135] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[68/135] Compiling OrderedCollections OrderedSet+Descriptions.swift
[69/135] Compiling OrderedCollections OrderedSet+Diffing.swift
[70/135] Compiling OrderedCollections OrderedSet+Equatable.swift
[71/135] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[72/135] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/138] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/138] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[78/138] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/138] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/138] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/138] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/138] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[83/138] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[84/138] Compiling Algorithms Trim.swift
[85/138] Compiling Algorithms Unique.swift
[86/138] Compiling Algorithms Windows.swift
[87/138] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[88/138] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[89/138] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[90/138] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[91/138] Compiling OrderedCollections OrderedDictionary+Values.swift
[108/138] Compiling OrderedCollections _HashTable+Bucket.swift
[109/138] Compiling OrderedCollections _HashTable+BucketIterator.swift
[110/138] Compiling OrderedCollections _HashTable+Constants.swift
[111/138] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[112/138] Compiling OrderedCollections _HashTable+Testing.swift
[113/138] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/138] Compiling OrderedCollections _HashTable.swift
[115/138] Compiling OrderedCollections _Hashtable+Header.swift
[116/138] Compiling OrderedCollections OrderedSet+Sendable.swift
[117/138] Compiling OrderedCollections OrderedSet+SubSequence.swift
[118/138] Compiling OrderedCollections OrderedSet+Testing.swift
[119/138] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[120/138] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[121/138] Compiling OrderedCollections OrderedSet.swift
[122/138] Compiling OrderedCollections _UnsafeBitset.swift
[123/138] Emitting module Algorithms
[133/139] Emitting module OrderedCollections
[133/140] Wrapping AST for Algorithms for debugging
[135/140] Wrapping AST for OrderedCollections for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[137/174] 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)
[138/178] 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)
[139/178] 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)
[140/178] 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)
[141/178] 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)
[142/178] 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,
[143/178] 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,
[144/178] 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,
[145/178] 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,
[146/178] 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
[147/178] 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
[148/178] 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
[149/178] 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
[150/178] 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
[151/178] 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()
[152/178] 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()
[153/178] 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()
[154/178] 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()
[155/178] 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()
[156/178] 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
[157/178] 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
[158/178] 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
[159/178] 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
[160/178] 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
[161/178] 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,
[162/178] 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,
[163/178] 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,
[164/178] 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,
[165/178] 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 |
[166/178] 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 |
[167/178] 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 |
[168/178] 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 |
[169/178] 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 |
[170/178] 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
[171/178] 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
[172/178] 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
[173/178] 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
[174/178] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/36] Compiling RealModule Real.swift
[6/37] Compiling RealModule Float80+Real.swift
[7/37] Compiling RealModule Float16+Real.swift
[8/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/37] Compiling InternalCollectionsUtilities Debugging.swift
[10/37] Compiling InternalCollectionsUtilities Descriptions.swift
[11/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/37] Compiling RealModule Float+Real.swift
[13/37] Compiling RealModule ElementaryFunctions.swift
[14/37] Compiling RealModule AlgebraicField.swift
[15/37] Compiling RealModule ApproximateEquality.swift
[16/37] Emitting module RealModule
[17/37] Compiling RealModule RealFunctions.swift
[18/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/37] Compiling RealModule AugmentedArithmetic.swift
[20/37] Compiling RealModule Double+Real.swift
[22/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/38] Compiling InternalCollectionsUtilities Integer rank.swift
[30/38] Emitting module InternalCollectionsUtilities
[30/39] Wrapping AST for RealModule for debugging
[32/39] Wrapping AST for InternalCollectionsUtilities for debugging
[34/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[35/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[36/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[37/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[38/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/119] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[40/119] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[41/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/126] Compiling OrderedCollections OrderedSet+Initializers.swift
[49/126] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/126] Compiling OrderedCollections OrderedSet+Invariants.swift
[51/126] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[52/126] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[53/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[54/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[55/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[56/126] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/126] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/126] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/126] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/126] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[61/126] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/126] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/126] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/126] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[66/126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/126] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/126] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/126] Compiling OrderedCollections OrderedDictionary+Elements.swift
[70/126] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[71/126] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[72/126] Compiling OrderedCollections OrderedDictionary.swift
[73/126] Compiling OrderedCollections OrderedSet+Codable.swift
[74/126] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[75/126] Compiling OrderedCollections OrderedSet+Descriptions.swift
[76/126] Compiling OrderedCollections OrderedSet+Diffing.swift
[77/126] Compiling OrderedCollections OrderedSet+Equatable.swift
[78/126] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[79/126] Compiling OrderedCollections OrderedSet+Hashable.swift
[80/126] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/126] Compiling OrderedCollections _HashTable.swift
[82/126] Compiling OrderedCollections _Hashtable+Header.swift
[83/126] Compiling OrderedCollections _HashTable+Constants.swift
[84/126] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[85/126] Compiling OrderedCollections _HashTable+Testing.swift
[90/129] Compiling OrderedCollections _HashTable+Bucket.swift
[91/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[108/129] Compiling Algorithms Trim.swift
[109/129] Compiling Algorithms Unique.swift
[110/129] Compiling Algorithms Windows.swift
[115/129] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/129] Compiling OrderedCollections OrderedSet+Testing.swift
[118/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[120/129] Compiling OrderedCollections OrderedSet.swift
[121/129] Compiling OrderedCollections _UnsafeBitset.swift
[122/129] Emitting module OrderedCollections
[123/130] Wrapping AST for OrderedCollections for debugging
[125/130] Emitting module Algorithms
[126/131] Wrapping AST for Algorithms for debugging
[128/165] 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)
[129/165] 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)
[130/165] 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)
[131/165] 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)
[132/169] 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)
[133/169] 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 |
[134/169] 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 |
[135/169] 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 |
[136/169] 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 |
[137/169] 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 |
[138/169] 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,
[139/169] 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,
[140/169] 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,
[141/169] 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,
[142/169] 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,
[143/169] 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,
[144/169] 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,
[145/169] 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,
[146/169] Compiling QsSwift HexTable.swift
[147/169] Compiling QsSwift DecodeKind.swift
[148/169] Compiling QsSwift Duplicates.swift
[149/169] Compiling QsSwift DecodeError+NSError.swift
[150/169] Compiling QsSwift DecodeError.swift
[151/169] Compiling QsSwift Decoder+ParseKeys.swift
[152/169] Compiling QsSwift Decoder+ParseList.swift
[153/169] Compiling QsSwift Decoder+ParseObject.swift
[154/169] Compiling QsSwift Decoder+ParseQuery.swift
[155/169] Compiling QsSwift Decoder.swift
[156/169] 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()
[157/169] 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()
[158/169] 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()
[159/169] 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()
[160/169] 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()
[161/169] Compiling QsSwift EncodeError+NSError.swift
[162/169] Compiling QsSwift EncodeError.swift
[163/169] Compiling QsSwift Format.swift
[164/169] Compiling QsSwift ListFormat.swift
[165/169] Compiling QsSwift Sentinel.swift
BUILD FAILURE 6.1 wasm