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

Successful build of QsSwift, reference 1.2.0 (4bfedc), with Swift 6.1 for macOS (SPM) on 4 Nov 2025 06:49:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techouse/qs-swift.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/techouse/qs-swift
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 4bfedc0 :bookmark: release v1.2.0
Cloned https://github.com/techouse/qs-swift.git
Revision (git rev-parse @):
4bfedc0ae0b429ace7206498d1f092ee3f1f9dca
SUCCESS checkout https://github.com/techouse/qs-swift.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/techouse/qs-swift.git
https://github.com/techouse/qs-swift.git
{
  "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-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" : "/Users/admin/builder/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",
      "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",
        "ModelCoverageTests.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" : "/Users/admin/builder/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/NSMapTable+Linux.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",
      "sources" : [
        "Fixtures/Data/EndToEndTestCases.swift",
        "ObjCBlockBridgingTests.swift",
        "ObjCBridgeTests.swift",
        "ObjCConvenienceTests.swift",
        "ObjCDecodeTests.swift",
        "ObjCDelimiterTests.swift",
        "ObjCEncodeTests.swift",
        "ObjCEndToEndTests.swift",
        "ObjCExampleTests.swift",
        "ObjCFilterTests.swift",
        "ObjCModelCoverageTests.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" : "6.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[7/16] Write QsSwiftComparison-entitlement.plist
[9/16] Write sources
[10/16] Copying test_cases.json
[11/16] Compiling _NumericsShims _NumericsShims.c
[12/16] Write swift-version-2F0A5646E1D333AE.txt
[14/44] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.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
[15/45] Compiling RealModule Float80+Real.swift
[16/45] Compiling RealModule RealFunctions.swift
[17/45] Compiling RealModule Float16+Real.swift
[18/45] Compiling RealModule Real.swift
[19/45] Compiling RealModule ElementaryFunctions.swift
[20/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.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
[21/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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
[22/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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
[23/46] Compiling RealModule Float+Real.swift
[24/46] Compiling RealModule AugmentedArithmetic.swift
[25/46] Emitting module RealModule
[26/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/46] Compiling InternalCollectionsUtilities Integer rank.swift
[28/46] Compiling RealModule Double+Real.swift
[29/46] Compiling RealModule RelaxedArithmetic.swift
[30/46] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.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
[31/46] Compiling InternalCollectionsUtilities Descriptions.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
[32/46] Compiling InternalCollectionsUtilities LifetimeOverride.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
[33/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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
[34/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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
[35/46] Emitting module InternalCollectionsUtilities
<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
<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
<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
[38/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.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
[39/46] Compiling InternalCollectionsUtilities UInt+reversed.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
[40/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.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
[41/46] Compiling InternalCollectionsUtilities _SortedCollection.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
[42/46] Compiling InternalCollectionsUtilities _UniqueCollection.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
[43/46] Compiling InternalCollectionsUtilities Debugging.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
[44/128] Compiling OrderedCollections OrderedDictionary+Values.swift
[45/128] Compiling OrderedCollections OrderedDictionary.swift
[46/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[47/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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
[48/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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
[49/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[50/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[51/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[52/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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
[53/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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
[54/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[55/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[56/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[57/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[58/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[59/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[60/136] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[61/136] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[62/136] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
[63/136] Compiling OrderedCollections OrderedSet+Sendable.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
[64/136] Compiling OrderedCollections _Hashtable+Header.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
[65/136] Compiling OrderedCollections OrderedDictionary+Codable.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
[66/136] Compiling OrderedCollections OrderedDictionary+CustomReflectable.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
[67/136] Compiling OrderedCollections OrderedDictionary+Deprecations.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
[68/136] Compiling OrderedCollections OrderedDictionary+Descriptions.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
[69/136] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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
[70/136] Compiling Algorithms Unique.swift
[71/136] Compiling Algorithms Windows.swift
[72/136] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[73/136] Compiling OrderedCollections _HashTable+Testing.swift
[74/136] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[75/136] Compiling OrderedCollections _HashTable.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
<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
[82/136] Compiling OrderedCollections OrderedSet+Descriptions.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
[83/136] Compiling OrderedCollections OrderedSet+Diffing.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
[84/136] Compiling OrderedCollections OrderedSet+Equatable.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
[85/136] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.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
[86/136] Compiling OrderedCollections OrderedSet+Hashable.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
[87/136] Compiling OrderedCollections OrderedSet+Initializers.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
[88/136] Compiling OrderedCollections OrderedSet+Insertions.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
[89/136] Compiling OrderedCollections OrderedSet+Invariants.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
[90/136] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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
[91/136] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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
[92/136] Compiling OrderedCollections OrderedDictionary+Elements.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
[95/136] Compiling OrderedCollections OrderedDictionary+Equatable.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
[96/136] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[97/136] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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
[98/136] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[99/136] Compiling OrderedCollections OrderedDictionary+Hashable.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
[100/136] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[101/136] Compiling OrderedCollections OrderedDictionary+Initializers.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
[102/136] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/136] Compiling OrderedCollections OrderedDictionary+Invariants.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
<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
<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
<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
<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
<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
<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
[116/136] Compiling OrderedCollections _HashTable+Bucket.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
[117/136] Compiling OrderedCollections _HashTable+BucketIterator.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
[118/136] Compiling OrderedCollections _HashTable+Constants.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
<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
<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
<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
<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
[126/136] Compiling OrderedCollections OrderedSet+SubSequence.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
[127/136] Compiling OrderedCollections OrderedSet+Testing.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
[128/136] Compiling OrderedCollections OrderedSet+UnorderedView.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
[129/136] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[130/136] Compiling OrderedCollections OrderedSet.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
[131/136] Compiling OrderedCollections _UnsafeBitset.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
[132/136] Emitting module OrderedCollections
<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
[133/136] Emitting module Algorithms
[134/172] 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
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |         }
[135/175] 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
[136/175] 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
[137/175] 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
[138/175] Compiling QsSwift NSMapTable+Linux.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
[139/175] 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
[140/175] 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
[141/175] 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
[142/175] 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
[143/175] 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
[144/175] 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
[145/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
[146/175] 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
[147/175] 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
[148/175] 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
[149/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
[150/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
[151/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
[152/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
[153/175] 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
[154/175] 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
[155/175] 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
[156/175] 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
[157/175] 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
[158/175] 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/175] 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/175] 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/175] 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
[162/175] 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
[163/175] 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
[164/175] 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
[165/175] 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
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 |         }
/Users/admin/builder/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/175] 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
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 |         }
/Users/admin/builder/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/175] 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
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 |         }
/Users/admin/builder/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,
[168/175] 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
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 |         }
/Users/admin/builder/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,
[169/175] 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/175] 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/175] 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/175] 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
[173/197] Compiling QsSwiftComparison resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/197] Compiling QsObjC QsBridge+EncodeAsync.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
[175/197] Compiling QsObjC QsBridge+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
[176/198] Compiling QsObjC DecodeKindObjC.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
[177/198] Compiling QsObjC DuplicatesObjC.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
[178/198] Emitting module QsObjC
<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
[179/198] Compiling QsObjC UndefinedObjC.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
[180/198] Compiling QsObjC QsBridge+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
[181/198] Compiling QsSwiftComparison main.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
[182/198] Emitting module QsSwiftComparison
<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
[182/198] Write Objects.LinkFileList
[184/198] Compiling QsObjC _BlockBox.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
/Users/admin/builder/spi-builder-workspace/Sources/QsObjC/Models/DecodeOptionsObjC.swift:157:38: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
155 |
156 |             // Bridge legacyDecoderBlock → Swift LegacyDecoder (deprecated)
157 |             let swiftLegacy: QsSwift.LegacyDecoder? = {
    |                                      `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
158 |                 guard let blk = legacyDecoderBlock else { return nil }
159 |                 let box = _BlockBox(blk)
[185/198] Compiling QsObjC DecodeOptionsObjC.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
/Users/admin/builder/spi-builder-workspace/Sources/QsObjC/Models/DecodeOptionsObjC.swift:157:38: warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
155 |
156 |             // Bridge legacyDecoderBlock → Swift LegacyDecoder (deprecated)
157 |             let swiftLegacy: QsSwift.LegacyDecoder? = {
    |                                      `- warning: 'LegacyDecoder' is deprecated: Use ScalarDecoder; adapt as { v, c, _ in legacy(v, c) }
158 |                 guard let blk = legacyDecoderBlock else { return nil }
159 |                 let box = _BlockBox(blk)
[186/198] Compiling QsObjC FormatObjC.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
[187/198] Compiling QsObjC ListFormatObjC.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
[188/198] Compiling QsObjC SentinelObjC.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
[189/198] Compiling QsObjC _AnySendable.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
[190/198] Compiling QsObjC EncodeOptionsObjC.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
[191/198] Compiling QsObjC FilterObjC.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
[192/198] Compiling QsObjC DecodedMapObjC.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
[193/198] Compiling QsObjC DelimiterObjC.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
[194/198] Compiling QsObjC DecodeErrorObjC.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
[195/198] Compiling QsObjC EncodeErrorObjC.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
[196/198] Compiling QsObjC QsBridge.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
[196/198] Linking QsSwiftComparison
[197/198] Applying QsSwiftComparison
Build complete! (29.61s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.28s)
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.50s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.89s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.93s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
Build complete.
{
  "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-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" : "/Users/admin/builder/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",
      "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",
        "ModelCoverageTests.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" : "/Users/admin/builder/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/NSMapTable+Linux.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",
      "sources" : [
        "Fixtures/Data/EndToEndTestCases.swift",
        "ObjCBlockBridgingTests.swift",
        "ObjCBridgeTests.swift",
        "ObjCConvenienceTests.swift",
        "ObjCDecodeTests.swift",
        "ObjCDelimiterTests.swift",
        "ObjCEncodeTests.swift",
        "ObjCEndToEndTests.swift",
        "ObjCExampleTests.swift",
        "ObjCFilterTests.swift",
        "ObjCModelCoverageTests.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" : "6.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tools/QsSwiftComparison/js/node_modules': File not found.
Done.