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 main (5b2a5f), with Swift 6.1 for Linux on 2 Sep 2025 19:12:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techouse/qs-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/techouse/qs-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5b2a5fb :fire: remove broken Codacy workflow
Cloned https://github.com/techouse/qs-swift.git
Revision (git rev-parse @):
5b2a5fb97dc75217f4529f115f3ab8e0658a983b
SUCCESS checkout https://github.com/techouse/qs-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/techouse/qs-swift.git
https://github.com/techouse/qs-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "QsSwift",
  "name" : "QsSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "QsSwift",
      "targets" : [
        "QsSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QsObjC",
      "targets" : [
        "QsObjC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QsSwiftComparison",
      "targets" : [
        "QsSwiftComparison"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QsSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "QsSwiftTests",
      "path" : "Tests/QsSwiftTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ConvenienceTests.swift",
        "CoreExtrasTests.swift",
        "DecodeTests.swift",
        "DelimiterTests.swift",
        "EncodeTests.swift",
        "EncodeTopLevelNormalizationTests.swift",
        "EndToEndTests.swift",
        "ExampleTests.swift",
        "Fixtures/Data/EmptyTestCases.swift",
        "Fixtures/Data/EndToEndTestCases.swift",
        "Fixtures/DummyEnum.swift",
        "Fixtures/Support/ContainersTestHelpers.swift",
        "FormatTests.swift",
        "ListFormatTests.swift",
        "SentinelTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "QsSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QsSwiftComparison",
      "module_type" : "SwiftTarget",
      "name" : "QsSwiftComparison",
      "path" : "Tools/QsSwiftComparison",
      "product_memberships" : [
        "QsSwiftComparison"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tools/QsSwiftComparison/js/test_cases.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "QsSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "QsSwift",
      "module_type" : "SwiftTarget",
      "name" : "QsSwift",
      "path" : "Sources/QsSwift",
      "product_dependencies" : [
        "Algorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "QsSwift",
        "QsObjC",
        "QsSwiftComparison"
      ],
      "sources" : [
        "Constants/HexTable.swift",
        "Enums/DecodeKind.swift",
        "Enums/Duplicates.swift",
        "Enums/Errors/DecodeError+NSError.swift",
        "Enums/Errors/DecodeError.swift",
        "Enums/Errors/EncodeError+NSError.swift",
        "Enums/Errors/EncodeError.swift",
        "Enums/Format.swift",
        "Enums/ListFormat.swift",
        "Enums/Sentinel.swift",
        "Internal/Decoder+ParseKeys.swift",
        "Internal/Decoder+ParseList.swift",
        "Internal/Decoder+ParseObject.swift",
        "Internal/Decoder+ParseQuery.swift",
        "Internal/Decoder.swift",
        "Internal/Encoder.swift",
        "Internal/Utils+Apply.swift",
        "Internal/Utils+Combine.swift",
        "Internal/Utils+Compact.swift",
        "Internal/Utils+Decode.swift",
        "Internal/Utils+Encode.swift",
        "Internal/Utils+Merge.swift",
        "Internal/Utils+NumericEntities.swift",
        "Internal/Utils.swift",
        "Internal/WeakWrapper.swift",
        "Internal/_UnsafeSendable.swift",
        "Models/DecodeOptions.swift",
        "Models/DecodedMap.swift",
        "Models/Delimiter.swift",
        "Models/EncodeOptions.swift",
        "Models/Filter.swift",
        "Models/Undefined.swift",
        "Qs+Decode.swift",
        "Qs+DecodeConvenience.swift",
        "Qs+Encode.swift",
        "Qs+EncodeConvenience.swift",
        "Qs.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QsObjCTests",
      "module_type" : "SwiftTarget",
      "name" : "QsObjCTests",
      "path" : "Tests/QsObjCTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "Fixtures/Data/EndToEndTestCases.swift",
        "ObjCBlockBridgingTests.swift",
        "ObjCBridgeTests.swift",
        "ObjCConvenienceTests.swift",
        "ObjCDecodeTests.swift",
        "ObjCDelimiterTests.swift",
        "ObjCEncodeTests.swift",
        "ObjCEndToEndTests.swift",
        "ObjCExampleTests.swift",
        "ObjCFilterTests.swift",
        "ObjCSentinelTests.swift"
      ],
      "target_dependencies" : [
        "QsSwift",
        "QsObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QsObjC",
      "module_type" : "SwiftTarget",
      "name" : "QsObjC",
      "path" : "Sources/QsObjC",
      "product_memberships" : [
        "QsObjC"
      ],
      "sources" : [
        "Enums/DecodeKindObjC.swift",
        "Enums/DuplicatesObjC.swift",
        "Enums/Errors/DecodeErrorObjC.swift",
        "Enums/Errors/EncodeErrorObjC.swift",
        "Enums/FormatObjC.swift",
        "Enums/ListFormatObjC.swift",
        "Enums/SentinelObjC.swift",
        "Internal/_AnySendable.swift",
        "Internal/_BlockBox.swift",
        "Models/DecodeOptionsObjC.swift",
        "Models/DecodedMapObjC.swift",
        "Models/DelimiterObjC.swift",
        "Models/EncodeOptionsObjC.swift",
        "Models/FilterObjC.swift",
        "Models/UndefinedObjC.swift",
        "QsBridge+DecodeConvenience.swift",
        "QsBridge+EncodeAsync.swift",
        "QsBridge+EncodeConvenience.swift",
        "QsBridge.swift"
      ],
      "target_dependencies" : [
        "QsSwift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-algorithms.git
[1/2094] Fetching swift-docc-plugin
[253/8068] Fetching swift-docc-plugin, swift-algorithms
[8069/25462] Fetching swift-docc-plugin, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.06s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.78s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3490] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.51s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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
[7/20] Copying test_cases.json
[7/20] Write sources
[10/20] Compiling _NumericsShims _NumericsShims.c
[11/20] Write swift-version-24593BA9C3E375BF.txt
[13/45] Emitting module InternalCollectionsUtilities
[14/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/46] Compiling RealModule RealFunctions.swift
[18/46] Compiling RealModule Real.swift
[19/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/47] Compiling InternalCollectionsUtilities Debugging.swift
[21/47] Compiling InternalCollectionsUtilities Descriptions.swift
[22/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/47] Compiling InternalCollectionsUtilities Integer rank.swift
[25/47] Emitting module RealModule
[26/47] Compiling RealModule Float16+Real.swift
[27/47] Compiling RealModule Float80+Real.swift
[28/47] Compiling RealModule RelaxedArithmetic.swift
[29/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/49] Wrapping AST for RealModule for debugging
[42/49] Wrapping AST for InternalCollectionsUtilities for debugging
[44/129] Compiling OrderedCollections OrderedSet+Initializers.swift
[45/129] Compiling OrderedCollections OrderedSet+Insertions.swift
[46/129] Compiling OrderedCollections OrderedSet+Invariants.swift
[47/129] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[48/129] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[49/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[52/129] Compiling Algorithms Intersperse.swift
[53/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[54/129] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[55/129] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[56/129] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[57/129] Compiling OrderedCollections OrderedDictionary+Elements.swift
[58/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[59/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[60/136] Compiling Algorithms Rotate.swift
[61/136] Compiling Algorithms Split.swift
[62/136] Compiling Algorithms Stride.swift
[63/136] Compiling Algorithms Suffix.swift
[64/136] Compiling Algorithms FlattenCollection.swift
[65/136] Compiling Algorithms Grouped.swift
[66/136] Compiling Algorithms Indexed.swift
[67/136] Compiling Algorithms Permutations.swift
[68/136] Compiling Algorithms Product.swift
[69/136] Compiling Algorithms Compacted.swift
[70/136] Compiling Algorithms Cycle.swift
[71/136] Compiling Algorithms EitherSequence.swift
[72/136] Compiling Algorithms FirstNonNil.swift
[73/136] Compiling Algorithms RandomSample.swift
[74/136] Compiling Algorithms Reductions.swift
[75/136] Compiling OrderedCollections OrderedDictionary.swift
[76/136] Compiling OrderedCollections OrderedSet+Codable.swift
[77/136] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[78/136] Compiling OrderedCollections OrderedSet+Descriptions.swift
[79/136] Compiling OrderedCollections OrderedSet+Diffing.swift
[80/136] Compiling OrderedCollections OrderedSet+Equatable.swift
[81/136] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[82/136] Compiling OrderedCollections OrderedSet+Hashable.swift
[83/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[84/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[85/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[86/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[87/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[88/136] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[89/136] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[90/136] Compiling Algorithms AdjacentPairs.swift
[91/136] Compiling Algorithms Chain.swift
[92/136] Compiling Algorithms Chunked.swift
[93/136] Compiling Algorithms Combinations.swift
[94/136] Compiling Algorithms Joined.swift
[95/136] Compiling Algorithms Keyed.swift
[96/136] Compiling Algorithms MinMax.swift
[97/136] Compiling Algorithms Partition.swift
[98/136] Emitting module OrderedCollections
[123/139] Compiling OrderedCollections OrderedSet+Sendable.swift
[124/139] Compiling OrderedCollections OrderedSet+SubSequence.swift
[125/139] Compiling OrderedCollections OrderedSet+Testing.swift
[126/139] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[127/139] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[128/139] Compiling OrderedCollections OrderedSet.swift
[129/139] Compiling OrderedCollections _UnsafeBitset.swift
[130/140] Compiling Algorithms Trim.swift
[131/140] Compiling Algorithms Unique.swift
[132/140] Compiling Algorithms Windows.swift
[134/140] Emitting module Algorithms
[134/141] Wrapping AST for OrderedCollections for debugging
[136/141] Wrapping AST for Algorithms for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[138/175] Emitting module QsSwift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
[139/175] 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
[140/175] 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
[141/175] 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
[142/175] 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
[143/175] 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
[144/179] Compiling QsSwift EncodeError+NSError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/179] Compiling QsSwift EncodeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/179] Compiling QsSwift Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/179] Compiling QsSwift ListFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/179] Compiling QsSwift Sentinel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/179] Compiling QsSwift EncodeOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/179] Compiling QsSwift Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/179] Compiling QsSwift Undefined.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/179] Compiling QsSwift Qs+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/179] Compiling QsSwift Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[154/179] Compiling QsSwift Utils+Apply.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[155/179] Compiling QsSwift Utils+Combine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[156/179] Compiling QsSwift Utils+Compact.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[157/179] Compiling QsSwift Utils+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[158/179] Compiling QsSwift Utils+Encode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/179] Compiling QsSwift Utils+Merge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/179] Compiling QsSwift Utils+NumericEntities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/179] Compiling QsSwift Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/179] Compiling QsSwift WeakWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/179] Compiling QsSwift _UnsafeSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[164/179] Compiling QsSwift DecodeOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[165/179] Compiling QsSwift DecodedMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[166/179] Compiling QsSwift Delimiter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[167/179] Compiling QsSwift Decoder+ParseKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/179] Compiling QsSwift Decoder+ParseList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/179] Compiling QsSwift Decoder+ParseObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/179] Compiling QsSwift Decoder+ParseQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/179] Compiling QsSwift Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/179] Compiling QsSwift Qs+DecodeConvenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+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,
[173/179] Compiling QsSwift Qs+Encode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+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,
[174/179] Compiling QsSwift Qs+EncodeConvenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+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,
[175/179] Compiling QsSwift Qs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/QsSwift/Qs+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,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
[4/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/37] Compiling InternalCollectionsUtilities Debugging.swift
[7/37] Compiling InternalCollectionsUtilities Descriptions.swift
[8/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/37] Compiling RealModule RealFunctions.swift
[10/38] Compiling RealModule Real.swift
[11/38] Compiling RealModule ElementaryFunctions.swift
[12/38] Compiling RealModule Float+Real.swift
[13/38] Compiling RealModule RelaxedArithmetic.swift
[14/38] Compiling RealModule Float16+Real.swift
[17/38] Compiling RealModule Float80+Real.swift
[18/38] Compiling RealModule AlgebraicField.swift
[19/38] Compiling RealModule ApproximateEquality.swift
[20/38] Compiling RealModule AugmentedArithmetic.swift
[21/38] Compiling RealModule Double+Real.swift
[22/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/38] Emitting module RealModule
[26/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/39] Emitting module InternalCollectionsUtilities
[32/40] Wrapping AST for RealModule for debugging
[33/40] Wrapping AST for InternalCollectionsUtilities for debugging
[35/120] Compiling Algorithms Intersperse.swift
[36/120] Compiling Algorithms Split.swift
[37/120] Compiling Algorithms Stride.swift
[38/120] Compiling Algorithms Suffix.swift
[39/120] Compiling Algorithms Compacted.swift
[40/120] Compiling Algorithms Cycle.swift
[41/120] Compiling Algorithms EitherSequence.swift
[42/127] Compiling Algorithms AdjacentPairs.swift
[43/127] Compiling Algorithms Chain.swift
[44/127] Compiling Algorithms Chunked.swift
[45/127] Compiling Algorithms Combinations.swift
[46/127] Compiling Algorithms Joined.swift
[47/127] Compiling Algorithms Keyed.swift
[48/127] Compiling Algorithms MinMax.swift
[49/127] Compiling Algorithms Partition.swift
[50/127] Compiling OrderedCollections OrderedDictionary.swift
[51/127] Compiling OrderedCollections OrderedSet+Codable.swift
[52/127] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[53/127] Compiling OrderedCollections OrderedSet+Descriptions.swift
[54/127] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/127] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/127] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[57/127] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/127] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[67/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[68/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[69/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/127] Compiling Algorithms FirstNonNil.swift
[74/127] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[75/127] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[76/127] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[77/127] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[78/127] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[79/127] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[80/127] Compiling OrderedCollections OrderedDictionary+Values.swift
[91/130] Compiling Algorithms RandomSample.swift
[92/130] Compiling Algorithms Reductions.swift
[93/130] Compiling Algorithms Rotate.swift
[94/130] Compiling Algorithms FlattenCollection.swift
[95/130] Compiling Algorithms Grouped.swift
[96/130] Compiling Algorithms Indexed.swift
[99/130] Compiling Algorithms Permutations.swift
[100/130] Compiling Algorithms Product.swift
[101/130] Compiling Algorithms Trim.swift
[102/130] Compiling Algorithms Unique.swift
[103/130] Compiling Algorithms Windows.swift
[112/130] Compiling OrderedCollections OrderedSet+Sendable.swift
[113/130] Compiling OrderedCollections OrderedSet+SubSequence.swift
[114/130] Compiling OrderedCollections OrderedSet+Testing.swift
[115/130] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[116/130] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[117/130] Compiling OrderedCollections OrderedSet.swift
[118/130] Compiling OrderedCollections _UnsafeBitset.swift
[119/130] Emitting module OrderedCollections
[121/131] Emitting module Algorithms
[126/132] Wrapping AST for OrderedCollections for debugging
[127/132] Wrapping AST for Algorithms for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/166] 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 |         }
[130/170] Compiling QsSwift HexTable.swift
[131/170] Compiling QsSwift DecodeKind.swift
[132/170] Compiling QsSwift Duplicates.swift
[133/170] Compiling QsSwift DecodeError+NSError.swift
[134/170] Compiling QsSwift DecodeError.swift
[135/170] Compiling QsSwift EncodeError+NSError.swift
[136/170] Compiling QsSwift EncodeError.swift
[137/170] Compiling QsSwift Format.swift
[138/170] Compiling QsSwift ListFormat.swift
[139/170] Compiling QsSwift Sentinel.swift
[140/170] Compiling QsSwift Decoder+ParseKeys.swift
[141/170] Compiling QsSwift Decoder+ParseList.swift
[142/170] Compiling QsSwift Decoder+ParseObject.swift
[143/170] Compiling QsSwift Decoder+ParseQuery.swift
[144/170] Compiling QsSwift Decoder.swift
[145/170] Compiling QsSwift Qs+DecodeConvenience.swift
/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/170] Compiling QsSwift Qs+Encode.swift
/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,
[147/170] Compiling QsSwift Qs+EncodeConvenience.swift
/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,
[148/170] Compiling QsSwift Qs.swift
/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,
[149/170] Compiling QsSwift Encoder.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[150/170] Compiling QsSwift Utils+Apply.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[151/170] Compiling QsSwift Utils+Combine.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[152/170] Compiling QsSwift Utils+Compact.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[153/170] Compiling QsSwift Utils+Decode.swift
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:38:22: error: cannot find type 'NSMapTable' in scope
 36 |         data: Any?,
 37 |         undefined: Bool,
 38 |         sideChannel: NSMapTable<AnyObject, AnyObject>,
    |                      `- error: cannot find type 'NSMapTable' in scope
 39 |         prefix: String? = nil,
 40 |         generateArrayPrefix: ListFormatGenerator? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:74:20: error: cannot find type 'NSMapTable' in scope
 72 |         }()
 73 |
 74 |         var tmpSc: NSMapTable<AnyObject, AnyObject>? = sideChannel
    |                    `- error: cannot find type 'NSMapTable' in scope
 75 |         var step = 0
 76 |         var findFlag = false
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:80:66: error: cannot find type 'NSMapTable' in scope
 78 |         // Walk ancestors to detect cycles
 79 |         while !findFlag {
 80 |             guard let next = tmpSc?.object(forKey: SENTINEL) as? NSMapTable<AnyObject, AnyObject>
    |                                                                  `- error: cannot find type 'NSMapTable' in scope
 81 |             else { break }
 82 |             step += 1
/host/spi-builder-workspace/Sources/QsSwift/Internal/Encoder.swift:377:36: error: cannot find 'NSMapTable' in scope
375 |             // Create child side-channel and link to parent
376 |             // Link child → parent so ancestor walk can detect cycles via SENTINEL chain.
377 |             let valueSideChannel = NSMapTable<AnyObject, AnyObject>.weakToWeakObjects()
    |                                    `- error: cannot find 'NSMapTable' in scope
378 |             valueSideChannel.setObject(sideChannel, forKey: SENTINEL)
379 |
[154/170] Compiling QsSwift EncodeOptions.swift
[155/170] Compiling QsSwift Filter.swift
[156/170] Compiling QsSwift Undefined.swift
[157/170] Compiling QsSwift Qs+Decode.swift
[158/170] Compiling QsSwift _UnsafeSendable.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[159/170] Compiling QsSwift DecodeOptions.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[160/170] Compiling QsSwift DecodedMap.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[161/170] Compiling QsSwift Delimiter.swift
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:171:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
169 |         allowDots: Bool? = nil,
170 |         decoder: ScalarDecoder? = nil,
171 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
172 |         decodeDotInKeys: Bool? = nil,
173 |         allowEmptyLists: Bool = false,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:294:24: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
292 |         allowDots: Bool? = nil,
293 |         decoder: ScalarDecoder? = nil,
294 |         legacyDecoder: LegacyDecoder? = nil,
    |                        `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
295 |         decodeDotInKeys: Bool? = nil,
296 |         allowEmptyLists: Bool? = nil,
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:197:14: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
195 |         self.allowDots = allowDots
196 |         self.decoder = decoder
197 |         self.legacyDecoder = legacyDecoder
    |              `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
198 |         self.decodeDotInKeys = decodeDotInKeys
199 |         self.allowEmptyLists = allowEmptyLists
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:250:25: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
248 |             return dec(value, charset ?? self.charset, kind)
249 |         }
250 |         if let legacy = legacyDecoder {
    |                         `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
251 |             return legacy(value, charset ?? self.charset)
252 |         }
/host/spi-builder-workspace/Sources/QsSwift/Models/DecodeOptions.swift:321:50: warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
319 |             allowDots: newAllowDots,
320 |             decoder: decoder ?? self._decoder,
321 |             legacyDecoder: legacyDecoder ?? self.legacyDecoder,
    |                                                  `- warning: 'legacyDecoder' is deprecated: Use `decoder` (ScalarDecoder); this will be removed in a future major release.
322 |             decodeDotInKeys: newDecodeDot,
323 |             allowEmptyLists: allowEmptyLists ?? self.allowEmptyLists,
[162/170] Compiling QsSwift Utils+Encode.swift
[163/170] Compiling QsSwift Utils+Merge.swift
[164/170] Compiling QsSwift Utils+NumericEntities.swift
[165/170] Compiling QsSwift Utils.swift
[166/170] Compiling QsSwift WeakWrapper.swift
BUILD FAILURE 6.1 linux