The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-fickling, reference main (5c982b), with Swift 6.1 for Wasm on 2 Apr 2026 10:41:31 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liuliu/swift-fickling.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/liuliu/swift-fickling
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5c982bf support swift package (#2)
Cloned https://github.com/liuliu/swift-fickling.git
Revision (git rev-parse @):
5c982bf479c4cdf8c7f72002cd79ec88b553ab34
SUCCESS checkout https://github.com/liuliu/swift-fickling.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liuliu/swift-fickling.git
https://github.com/liuliu/swift-fickling.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-fickling",
  "name" : "swift-fickling",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Fickling",
      "targets" : [
        "Fickling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Fickling",
      "module_type" : "SwiftTarget",
      "name" : "Fickling",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "Fickling"
      ],
      "sources" : [
        "ArgumentDescriptor.swift",
        "Instruction.swift",
        "Interpreter.swift",
        "OpError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/23346] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.22s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/29] Compiling InternalCollectionsUtilities Integer rank.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
[13/29] 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
[14/29] 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
[15/31] Compiling InternalCollectionsUtilities String+Padding.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
[16/31] 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
[17/31] 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
[18/31] 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
[19/31] Compiling InternalCollectionsUtilities Span+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
[20/31] 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
[21/31] 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
[22/31] 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
[23/31] 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
[24/31] 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
[25/31] 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
[26/31] 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
[27/31] 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
[28/31] 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
[29/31] 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
[30/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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/31] 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
[33/327] Compiling HeapModule Heap+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
[34/327] Compiling BitCollections BitArray+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
[35/327] Compiling BitCollections BitArray+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
[36/327] Compiling BitCollections BitArray+ExpressibleByStringLiteral.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
[37/327] Compiling BitCollections BitArray+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
[38/327] Compiling BitCollections BitArray+Fill.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/327] Compiling BitCollections BitArray+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
[40/327] Compiling BitCollections BitArray+Shifts.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/327] Compiling BitCollections BitArray+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
[42/327] Compiling BitCollections BitArray._UnsafeHandle.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/327] Compiling BitCollections BitArray.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/327] Compiling BitCollections BitArray+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
[45/327] Compiling BitCollections BitArray+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
[46/327] Compiling BitCollections BitArray+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
[47/327] Compiling BitCollections BitArray+LosslessStringConvertible.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/327] Compiling BitCollections BitArray+RandomBits.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/331] Compiling BitCollections BitSet+BidirectionalCollection.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/331] Compiling BitCollections BinaryInteger extensions.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/331] Compiling BitCollections BitArray+BitwiseOperations.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/331] Compiling BitCollections BitArray+ChunkedBitsIterators.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/331] Compiling BitCollections BitSet+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
[54/331] Compiling BitCollections BitSet+CustomDebugStringConvertible.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/331] Compiling BitCollections BitSet+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
[56/331] Compiling BitCollections BitSet+CustomStringConvertible.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/331] Compiling BitCollections BitSet+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
[58/331] Compiling BitCollections BitSet+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
[59/331] Compiling BitCollections BitSet+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
[60/331] Compiling BitCollections BitSet+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
[61/331] Emitting module ContainersPreview
<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/331] Compiling HeapModule Heap+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
[72/331] Compiling BitCollections BitArray+Codable.swift
[73/331] Compiling BitCollections BitArray+Collection.swift
[74/331] Compiling BitCollections BitArray+Copy.swift
[75/331] Compiling BitCollections BitArray+CustomReflectable.swift
[76/331] Compiling BitCollections BitArray+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
<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
[98/340] Compiling ContainersPreview Box.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
[99/340] Compiling ContainersPreview Inout.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/340] Compiling ContainersPreview InputSpan.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
[101/340] Compiling ContainersPreview Shared.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/341] Compiling HeapModule Heap.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
[103/341] Compiling HeapModule _HeapNode.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
[104/341] Compiling HeapModule Heap+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
[105/341] Compiling HeapModule Heap+UnsafeHandle.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
[107/341] Emitting module HeapModule
<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
[109/342] Compiling HashTreeCollections TreeSet+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
[110/342] Compiling HashTreeCollections TreeSet+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
[111/342] Compiling HashTreeCollections TreeSet+Sequence.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
[112/342] Compiling HashTreeCollections TreeSet+SetAlgebra 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
[113/342] Compiling _RopeModule Rope+Join.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
[114/342] Compiling _RopeModule Rope+MutatingForEach.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
[115/342] Compiling _RopeModule Rope+Remove.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
[116/342] Compiling _RopeModule Rope+RemoveSubrange.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/342] Compiling _RopeModule Rope+Split.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/342] Compiling _RopeModule Optional Utilities.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
[119/392] Compiling BitCollections BitSet+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
[120/392] Compiling BitCollections BitSet+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
[121/392] Compiling BitCollections BitSet+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
[122/392] Compiling BitCollections BitSet+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
[123/392] Compiling BitCollections BitSet+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
[124/392] Compiling BitCollections BitSet+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
[125/392] Compiling HashTreeCollections TreeDictionary+Sequence.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
[126/392] Compiling BitCollections BitSet+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
[127/392] Compiling BitCollections BitSet+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
[128/392] Compiling BitCollections BitSet+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
[129/392] Compiling BitCollections BitSet+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
[130/392] Compiling BitCollections BitSet+Sorted Collection APIs.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/392] Compiling BitCollections BitSet.Counted.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/392] Compiling BitCollections BitSet+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
[133/399] Emitting module BitCollections
<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
[134/399] Compiling DequeModule UniqueDeque+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
[135/399] Compiling DequeModule UniqueDeque+Experimental.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/399] Compiling DequeModule UniqueDeque+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
[137/399] Compiling DequeModule UniqueDeque+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
[138/399] Compiling DequeModule UniqueDeque+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
[139/399] Compiling DequeModule UniqueDeque+Prepend.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/399] Compiling DequeModule UniqueDeque+Removals.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/399] Compiling DequeModule RigidDeque+Removals.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/399] Compiling DequeModule RigidDeque+Replacements.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/399] Compiling DequeModule RigidDeque+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
[144/399] Compiling DequeModule RigidDeque.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/399] Compiling DequeModule UniqueDeque+Append.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/399] Compiling DequeModule UniqueDeque+Consumption.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/399] Compiling DequeModule UniqueDeque+Container.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/399] Compiling DequeModule UniqueDeque+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
<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
<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
<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
[167/411] Compiling DequeModule RigidDeque+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
[168/411] Compiling DequeModule RigidDeque+Experimental.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/411] Compiling DequeModule RigidDeque+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
[170/411] Compiling DequeModule RigidDeque+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
[171/411] Compiling DequeModule RigidDeque+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
[172/411] Compiling DequeModule RigidDeque+Prepend.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
<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
[185/411] Compiling DequeModule UniqueDeque+Replacements.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
[186/411] Compiling DequeModule Deque+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
[187/411] Compiling DequeModule Deque._Storage.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/411] Compiling DequeModule Deque._UnsafeHandle.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/411] Compiling DequeModule Deque.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/411] Compiling DequeModule _DequeBuffer.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/411] Compiling DequeModule _DequeBufferHeader.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/411] Compiling DequeModule RigidDeque+Append.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/411] Compiling DequeModule RigidDeque+Consumption.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
<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
[203/411] Compiling BitCollections BitSet.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
[204/411] Compiling BitCollections BitSet._UnsafeHandle.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
[205/411] Compiling BitCollections BitSet.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
[206/411] Compiling BitCollections Range+Utilities.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
[207/411] Compiling BitCollections Slice+Utilities.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
[208/411] Compiling BitCollections UInt+Tricks.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
[209/411] Compiling BitCollections _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
[210/411] 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
[211/411] Compiling HashTreeCollections TreeSet+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
[212/411] Compiling HashTreeCollections TreeSet+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
[213/411] Compiling HashTreeCollections TreeSet+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
[214/411] Compiling HashTreeCollections TreeSet+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
<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
[219/411] Compiling DequeModule RigidDeque+Container.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
[220/411] Compiling DequeModule RigidDeque+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
[221/411] Compiling DequeModule Deque+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
[222/411] Compiling DequeModule Deque+Collection.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
[223/411] Compiling DequeModule Deque+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
[224/411] Compiling DequeModule Deque+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
[225/411] Compiling DequeModule Deque+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
[226/411] Compiling DequeModule Deque+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
[227/411] Compiling DequeModule Deque+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
[228/411] Compiling DequeModule Deque+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
[229/411] Compiling HashTreeCollections TreeSet+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
[230/411] Compiling HashTreeCollections TreeSet+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
[231/411] Compiling HashTreeCollections TreeSet+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
[232/411] Compiling HashTreeCollections TreeSet+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
[233/411] Compiling HashTreeCollections TreeSet+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
[234/411] Compiling HashTreeCollections TreeSet+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
[235/411] Compiling HashTreeCollections TreeSet+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
[236/411] Compiling HashTreeCollections TreeSet+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
[237/411] Compiling HashTreeCollections TreeSet+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
[238/411] Compiling HashTreeCollections TreeSet.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
<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
[247/411] Compiling DequeModule UniqueDeque.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
[248/411] Compiling DequeModule _DequeSlot.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
[249/411] Compiling DequeModule _UnsafeDequeHandle.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
[250/411] Compiling DequeModule _UnsafeDequeSegments.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
<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
<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
<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
<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
<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
[298/411] Emitting module _RopeModule
<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
<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
<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
<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
<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
<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
<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
[383/412] 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
<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
<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
<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
<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
[408/414] Emitting module DequeModule
<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
[415/415] Emitting module HashTreeCollections
<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
[417/422] Compiling Collections HeapModule reexports.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
[418/422] Compiling Collections OrderedCollections reexports.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
[419/422] Compiling Collections DequeModule reexports.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
[420/422] Compiling Collections HashTreeCollections reexports.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
[421/422] Emitting module Collections
<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
[422/422] Compiling Collections BitCollections reexports.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
[424/428] Compiling Fickling OpError.swift
[425/428] Compiling Fickling Interpreter.swift
/host/spi-builder-workspace/Sources/Interpreter.swift:62:16: warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 60 |       }
 61 |     }
 62 |     public var orderedDictionary: OrderedDictionary<String, Any> {
    |                `- warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 63 |       switch _internal {
 64 |       case .unordered(let dictionary):
/host/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary.swift:205:15: note: generic struct declared here
 203 | /// characteristics.
 204 | @frozen
 205 | public struct OrderedDictionary<Key: Hashable, Value> {
     |               `- note: generic struct declared here
 206 |   @usableFromInline
 207 |   internal var _keys: OrderedSet<Key>
/host/spi-builder-workspace/Sources/Interpreter.swift:135:45: error: cannot find type 'FILE' in scope
133 |   }
134 |
135 |   private init(handle: UnsafeMutablePointer<FILE>?, maxStackDepth: Int, maxMemoryLength: Int) {
    |                                             `- error: cannot find type 'FILE' in scope
136 |     guard let handle = handle else {
137 |       self.ops = []
/host/spi-builder-workspace/Sources/Interpreter.swift:126:25: error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
124 |     return data.withUnsafeMutableBytes {
125 |       let handle = fmemopen($0.baseAddress, $0.count, "rb")
126 |       return Interpreter(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                         `- error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
127 |     }
128 |   }
/host/spi-builder-workspace/Sources/Interpreter.swift:126:34: error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
124 |     return data.withUnsafeMutableBytes {
125 |       let handle = fmemopen($0.baseAddress, $0.count, "rb")
126 |       return Interpreter(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                                  `- error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
127 |     }
128 |   }
/host/spi-builder-workspace/Sources/Interpreter.swift:132:14: error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
130 |   public convenience init(filePath: String, maxStackDepth: Int = 50_000, maxMemoryLength: Int = 100_000) {
131 |     let handle = fopen(filePath, "rb")
132 |     self.init(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |              `- error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
133 |   }
134 |
/host/spi-builder-workspace/Sources/Interpreter.swift:132:23: error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
130 |   public convenience init(filePath: String, maxStackDepth: Int = 50_000, maxMemoryLength: Int = 100_000) {
131 |     let handle = fopen(filePath, "rb")
132 |     self.init(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                       `- error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
133 |   }
134 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[426/428] Emitting module Fickling
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:16:46: error: cannot find type 'FILE' in scope
 14 |     var name: String { "uint1" }
 15 |     var n: Int { 1 }
 16 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 17 |       var result: Swift.UInt8 = 0
 18 |       let len = fread(&result, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:27:46: error: cannot find type 'FILE' in scope
 25 |     var name: String { "uint2" }
 26 |     var n: Int { 2 }
 27 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 28 |       var result: UInt16 = 0
 29 |       let len = fread(&result, 2, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:38:46: error: cannot find type 'FILE' in scope
 36 |     var name: String { "uint4" }
 37 |     var n: Int { 4 }
 38 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 39 |       var result: UInt32 = 0
 40 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:49:46: error: cannot find type 'FILE' in scope
 47 |     var name: String { "uint8" }
 48 |     var n: Int { 8 }
 49 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 50 |       var result: UInt64 = 0
 51 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:60:46: error: cannot find type 'FILE' in scope
 58 |     var name: String { "int4" }
 59 |     var n: Int { 4 }
 60 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 61 |       var result: Int32 = 0
 62 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:71:55: error: cannot find type 'FILE' in scope
 69 |     var name: String { "long1" }
 70 |     var n: Int = 0
 71 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 72 |       var n1: Swift.UInt8 = 0
 73 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:91:55: error: cannot find type 'FILE' in scope
 89 |     var name: String { "long4" }
 90 |     var n: Int = 0
 91 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 92 |       var n4: UInt32 = 0
 93 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:111:46: error: cannot find type 'FILE' in scope
109 |     var name: String { "float8" }
110 |     var n: Int { 8 }
111 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
112 |       var result: Float64 = 0
113 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:122:55: error: cannot find type 'FILE' in scope
120 |     var name: String { "unicodestring1" }
121 |     var n: Int = 0
122 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
123 |       var n1: Swift.UInt8 = 0
124 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:144:55: error: cannot find type 'FILE' in scope
142 |     var name: String { "unicodestring4" }
143 |     var n: Int = 0
144 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
145 |       var n1: UInt32 = 0
146 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:166:55: error: cannot find type 'FILE' in scope
164 |     var name: String { "unicodestring8" }
165 |     var n: Int = 0
166 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
167 |       var n1: UInt64 = 0
168 |       let len1 = fread(&n1, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:192:46: error: cannot find type 'FILE' in scope
190 |       self.stripquotes = stripquotes
191 |     }
192 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
193 |       var buffer: UnsafeMutablePointer<CChar>? = nil
194 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:232:55: error: cannot find type 'FILE' in scope
230 |     var name: String { "string1" }
231 |     var n: Int = 0
232 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
233 |       var n1: Swift.UInt8 = 0
234 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:252:55: error: cannot find type 'FILE' in scope
250 |     var name: String { "string4" }
251 |     var n: Int = 0
252 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
253 |       var n1: UInt32 = 0
254 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:272:55: error: cannot find type 'FILE' in scope
270 |     var name: String { "bytes1" }
271 |     var n: Int = 0
272 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
273 |       var n1: Swift.UInt8 = 0
274 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:292:55: error: cannot find type 'FILE' in scope
290 |     var name: String { "bytes4" }
291 |     var n: Int = 0
292 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
293 |       var n4: UInt32 = 0
294 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:312:55: error: cannot find type 'FILE' in scope
310 |     var name: String { "bytes8" }
311 |     var n: Int = 0
312 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
313 |       var n8: UInt64 = 0
314 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:332:55: error: cannot find type 'FILE' in scope
330 |     var name: String { "bytearray8" }
331 |     var n: Int = 0
332 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
333 |       var n8: UInt64 = 0
334 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:356:46: error: cannot find type 'FILE' in scope
354 |       self.stripquotes = stripquotes
355 |     }
356 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
357 |       var buffer: UnsafeMutablePointer<CChar>? = nil
358 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:400:46: error: cannot find type 'FILE' in scope
398 |       second = StringNL(stripquotes: stripquotes)
399 |     }
400 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
401 |       return first.read(handle).flatMap { firstSuccess in
402 |         second.read(handle).map {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:412:46: error: cannot find type 'FILE' in scope
410 |     var name: String { "decimalnl_short" }
411 |     var n: Int { -1 }
412 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
413 |       let stringnl = StringNL(stripquotes: false)
414 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:425:46: error: cannot find type 'FILE' in scope
423 |     var name: String { "decimalnl_long" }
424 |     var n: Int { -1 }
425 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
426 |       let stringnl = StringNL(stripquotes: false)
427 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:442:46: error: cannot find type 'FILE' in scope
440 |     var name: String { "floatnl" }
441 |     var n: Int { -1 }
442 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
443 |       let stringnl = StringNL(stripquotes: false)
444 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/Instruction.swift:223:22: warning: static property 'instructions' is not concurrency-safe because non-'Sendable' type '[InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
211 | }
212 |
213 | struct InstructionDescriptor {
    |        `- note: consider making struct 'InstructionDescriptor' conform to the 'Sendable' protocol
214 |   var opcode: InstructionOpcode
215 |   var arg: ArgumentDescriptor?
    :
221 |
222 | extension Interpreter {
223 |   private static let instructions: [InstructionDescriptor] = [
    |                      |- warning: static property 'instructions' is not concurrency-safe because non-'Sendable' type '[InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: add '@MainActor' to make static property 'instructions' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
224 |     InstructionDescriptor(.INT, arg: Argument.DecimalNLShort()),
225 |     InstructionDescriptor(.BININT, arg: Argument.Int4()),
/host/spi-builder-workspace/Sources/Instruction.swift:294:14: warning: static property 'instructionMapping' is not concurrency-safe because non-'Sendable' type '[UInt8 : InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
211 | }
212 |
213 | struct InstructionDescriptor {
    |        `- note: consider making struct 'InstructionDescriptor' conform to the 'Sendable' protocol
214 |   var opcode: InstructionOpcode
215 |   var arg: ArgumentDescriptor?
    :
292 |   ]
293 |
294 |   static let instructionMapping: [UInt8: InstructionDescriptor] = {
    |              |- warning: static property 'instructionMapping' is not concurrency-safe because non-'Sendable' type '[UInt8 : InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'instructionMapping' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |     var instructionMapping = [UInt8: InstructionDescriptor]()
296 |     for instruction in instructions {
/host/spi-builder-workspace/Sources/Interpreter.swift:62:16: warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 60 |       }
 61 |     }
 62 |     public var orderedDictionary: OrderedDictionary<String, Any> {
    |                `- warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 63 |       switch _internal {
 64 |       case .unordered(let dictionary):
/host/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary.swift:205:15: note: generic struct declared here
 203 | /// characteristics.
 204 | @frozen
 205 | public struct OrderedDictionary<Key: Hashable, Value> {
     |               `- note: generic struct declared here
 206 |   @usableFromInline
 207 |   internal var _keys: OrderedSet<Key>
/host/spi-builder-workspace/Sources/Interpreter.swift:135:45: error: cannot find type 'FILE' in scope
133 |   }
134 |
135 |   private init(handle: UnsafeMutablePointer<FILE>?, maxStackDepth: Int, maxMemoryLength: Int) {
    |                                             `- error: cannot find type 'FILE' in scope
136 |     guard let handle = handle else {
137 |       self.ops = []
[427/428] Compiling Fickling ArgumentDescriptor.swift
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:16:46: error: cannot find type 'FILE' in scope
 14 |     var name: String { "uint1" }
 15 |     var n: Int { 1 }
 16 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 17 |       var result: Swift.UInt8 = 0
 18 |       let len = fread(&result, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:27:46: error: cannot find type 'FILE' in scope
 25 |     var name: String { "uint2" }
 26 |     var n: Int { 2 }
 27 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 28 |       var result: UInt16 = 0
 29 |       let len = fread(&result, 2, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:38:46: error: cannot find type 'FILE' in scope
 36 |     var name: String { "uint4" }
 37 |     var n: Int { 4 }
 38 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 39 |       var result: UInt32 = 0
 40 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:49:46: error: cannot find type 'FILE' in scope
 47 |     var name: String { "uint8" }
 48 |     var n: Int { 8 }
 49 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 50 |       var result: UInt64 = 0
 51 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:60:46: error: cannot find type 'FILE' in scope
 58 |     var name: String { "int4" }
 59 |     var n: Int { 4 }
 60 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 61 |       var result: Int32 = 0
 62 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:71:55: error: cannot find type 'FILE' in scope
 69 |     var name: String { "long1" }
 70 |     var n: Int = 0
 71 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 72 |       var n1: Swift.UInt8 = 0
 73 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:91:55: error: cannot find type 'FILE' in scope
 89 |     var name: String { "long4" }
 90 |     var n: Int = 0
 91 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 92 |       var n4: UInt32 = 0
 93 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:111:46: error: cannot find type 'FILE' in scope
109 |     var name: String { "float8" }
110 |     var n: Int { 8 }
111 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
112 |       var result: Float64 = 0
113 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:122:55: error: cannot find type 'FILE' in scope
120 |     var name: String { "unicodestring1" }
121 |     var n: Int = 0
122 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
123 |       var n1: Swift.UInt8 = 0
124 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:144:55: error: cannot find type 'FILE' in scope
142 |     var name: String { "unicodestring4" }
143 |     var n: Int = 0
144 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
145 |       var n1: UInt32 = 0
146 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:166:55: error: cannot find type 'FILE' in scope
164 |     var name: String { "unicodestring8" }
165 |     var n: Int = 0
166 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
167 |       var n1: UInt64 = 0
168 |       let len1 = fread(&n1, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:192:46: error: cannot find type 'FILE' in scope
190 |       self.stripquotes = stripquotes
191 |     }
192 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
193 |       var buffer: UnsafeMutablePointer<CChar>? = nil
194 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:232:55: error: cannot find type 'FILE' in scope
230 |     var name: String { "string1" }
231 |     var n: Int = 0
232 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
233 |       var n1: Swift.UInt8 = 0
234 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:252:55: error: cannot find type 'FILE' in scope
250 |     var name: String { "string4" }
251 |     var n: Int = 0
252 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
253 |       var n1: UInt32 = 0
254 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:272:55: error: cannot find type 'FILE' in scope
270 |     var name: String { "bytes1" }
271 |     var n: Int = 0
272 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
273 |       var n1: Swift.UInt8 = 0
274 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:292:55: error: cannot find type 'FILE' in scope
290 |     var name: String { "bytes4" }
291 |     var n: Int = 0
292 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
293 |       var n4: UInt32 = 0
294 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:312:55: error: cannot find type 'FILE' in scope
310 |     var name: String { "bytes8" }
311 |     var n: Int = 0
312 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
313 |       var n8: UInt64 = 0
314 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:332:55: error: cannot find type 'FILE' in scope
330 |     var name: String { "bytearray8" }
331 |     var n: Int = 0
332 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
333 |       var n8: UInt64 = 0
334 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:356:46: error: cannot find type 'FILE' in scope
354 |       self.stripquotes = stripquotes
355 |     }
356 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
357 |       var buffer: UnsafeMutablePointer<CChar>? = nil
358 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:400:46: error: cannot find type 'FILE' in scope
398 |       second = StringNL(stripquotes: stripquotes)
399 |     }
400 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
401 |       return first.read(handle).flatMap { firstSuccess in
402 |         second.read(handle).map {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:412:46: error: cannot find type 'FILE' in scope
410 |     var name: String { "decimalnl_short" }
411 |     var n: Int { -1 }
412 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
413 |       let stringnl = StringNL(stripquotes: false)
414 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:425:46: error: cannot find type 'FILE' in scope
423 |     var name: String { "decimalnl_long" }
424 |     var n: Int { -1 }
425 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
426 |       let stringnl = StringNL(stripquotes: false)
427 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:442:46: error: cannot find type 'FILE' in scope
440 |     var name: String { "floatnl" }
441 |     var n: Int { -1 }
442 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
443 |       let stringnl = StringNL(stripquotes: false)
444 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:416:54: error: cannot infer contextual base in reference to member 'failure'
414 |       return stringnl.read(handle).flatMap {
415 |         let string = $0 as! String
416 |         guard let short = Int(string) else { return .failure(OpError.value) }
    |                                                      `- error: cannot infer contextual base in reference to member 'failure'
417 |         return .success(short as Any)
418 |       }
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:430:55: error: cannot infer contextual base in reference to member 'failure'
428 |         let string = $0 as! String
429 |         guard string.hasSuffix("L") else {
430 |           guard let long = Int(string) else { return .failure(OpError.value) }
    |                                                       `- error: cannot infer contextual base in reference to member 'failure'
431 |           return .success(long as Any)
432 |         }
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:446:58: error: cannot infer contextual base in reference to member 'failure'
444 |       return stringnl.read(handle).flatMap {
445 |         let string = $0 as! String
446 |         guard let short = Float64(string) else { return .failure(OpError.value) }
    |                                                          `- error: cannot infer contextual base in reference to member 'failure'
447 |         return .success(short as Any)
448 |       }
[428/428] Compiling Fickling Instruction.swift
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
/host/spi-builder-workspace/Sources/Instruction.swift:223:22: warning: static property 'instructions' is not concurrency-safe because non-'Sendable' type '[InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
211 | }
212 |
213 | struct InstructionDescriptor {
    |        `- note: consider making struct 'InstructionDescriptor' conform to the 'Sendable' protocol
214 |   var opcode: InstructionOpcode
215 |   var arg: ArgumentDescriptor?
    :
221 |
222 | extension Interpreter {
223 |   private static let instructions: [InstructionDescriptor] = [
    |                      |- warning: static property 'instructions' is not concurrency-safe because non-'Sendable' type '[InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: add '@MainActor' to make static property 'instructions' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
224 |     InstructionDescriptor(.INT, arg: Argument.DecimalNLShort()),
225 |     InstructionDescriptor(.BININT, arg: Argument.Int4()),
/host/spi-builder-workspace/Sources/Instruction.swift:294:14: warning: static property 'instructionMapping' is not concurrency-safe because non-'Sendable' type '[UInt8 : InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
211 | }
212 |
213 | struct InstructionDescriptor {
    |        `- note: consider making struct 'InstructionDescriptor' conform to the 'Sendable' protocol
214 |   var opcode: InstructionOpcode
215 |   var arg: ArgumentDescriptor?
    :
292 |   ]
293 |
294 |   static let instructionMapping: [UInt8: InstructionDescriptor] = {
    |              |- warning: static property 'instructionMapping' is not concurrency-safe because non-'Sendable' type '[UInt8 : InstructionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'instructionMapping' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |     var instructionMapping = [UInt8: InstructionDescriptor]()
296 |     for instruction in instructions {
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling InternalCollectionsUtilities Debugging.swift
[3/19] Compiling InternalCollectionsUtilities Descriptions.swift
[4/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[5/19] Compiling InternalCollectionsUtilities String+Padding.swift
[6/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[7/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/21] Emitting module InternalCollectionsUtilities
[10/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/21] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/21] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[15/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/21] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[17/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/21] Compiling InternalCollectionsUtilities Span+Extras.swift
[19/21] Compiling InternalCollectionsUtilities Integer rank.swift
[20/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/317] Compiling OrderedCollections OrderedDictionary+Codable.swift
[24/317] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[25/317] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[26/317] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[27/317] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[28/321] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/321] Compiling OrderedCollections OrderedDictionary+Elements.swift
[35/321] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[36/321] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[37/321] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[38/321] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[39/330] Compiling HeapModule Heap+Invariants.swift
[40/330] Emitting module ContainersPreview
[41/330] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[42/330] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[43/330] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[44/330] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[45/330] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[46/330] Compiling OrderedCollections OrderedDictionary+Values.swift
[47/330] Compiling OrderedCollections OrderedDictionary.swift
[48/330] Compiling OrderedCollections OrderedSet+Codable.swift
[49/330] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[50/330] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/330] Compiling OrderedCollections _HashTable+Testing.swift
[57/330] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[58/330] Compiling OrderedCollections _HashTable.swift
[59/330] Compiling OrderedCollections _Hashtable+Header.swift
[60/330] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/330] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/330] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/330] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/330] Compiling OrderedCollections _HashTable+Bucket.swift
[65/330] Compiling OrderedCollections _HashTable+BucketIterator.swift
[66/330] Compiling OrderedCollections _HashTable+Constants.swift
[67/330] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[68/330] Compiling HeapModule Heap+Descriptions.swift
[69/330] Compiling ContainersPreview Box.swift
[70/330] Compiling ContainersPreview Inout.swift
[71/330] Compiling ContainersPreview InputSpan.swift
[72/330] Compiling ContainersPreview Shared.swift
[73/331] Compiling HeapModule Heap.swift
[74/331] Compiling HeapModule _HeapNode.swift
[76/331] Compiling HeapModule Heap+UnsafeHandle.swift
[77/331] Emitting module HeapModule
[79/332] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/332] Compiling HashTreeCollections TreeSet+Sendable.swift
[81/332] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/332] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[83/332] Compiling _RopeModule Rope+Join.swift
[84/332] Compiling _RopeModule Rope+MutatingForEach.swift
[85/332] Compiling _RopeModule Rope+Remove.swift
[86/332] Compiling _RopeModule Rope+RemoveSubrange.swift
[87/332] Compiling _RopeModule Rope+Split.swift
[88/332] Compiling _RopeModule Optional Utilities.swift
[89/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[90/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[91/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[92/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[93/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[94/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[95/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[96/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[97/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[98/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[99/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[100/342] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[101/342] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[102/342] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[103/389] Compiling DequeModule RigidDeque+Removals.swift
[104/389] Compiling DequeModule RigidDeque+Replacements.swift
[105/389] Compiling DequeModule RigidDeque+Testing.swift
[106/389] Compiling DequeModule RigidDeque.swift
[107/389] Compiling DequeModule UniqueDeque+Append.swift
[108/389] Compiling DequeModule UniqueDeque+Consumption.swift
[109/389] Compiling DequeModule UniqueDeque+Container.swift
[110/389] Compiling DequeModule UniqueDeque+Descriptions.swift
[111/396] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[118/396] Compiling DequeModule UniqueDeque+Equatable.swift
[119/396] Compiling DequeModule UniqueDeque+Experimental.swift
[120/396] Compiling DequeModule UniqueDeque+Hashable.swift
[121/396] Compiling DequeModule UniqueDeque+Initializers.swift
[122/396] Compiling DequeModule UniqueDeque+Insertions.swift
[123/396] Compiling DequeModule UniqueDeque+Prepend.swift
[124/396] Compiling DequeModule UniqueDeque+Removals.swift
[125/396] Compiling DequeModule RigidDeque+Equatable.swift
[126/396] Compiling DequeModule RigidDeque+Experimental.swift
[127/396] Compiling DequeModule RigidDeque+Hashable.swift
[128/396] Compiling DequeModule RigidDeque+Initializers.swift
[129/396] Compiling DequeModule RigidDeque+Insertions.swift
[130/396] Compiling DequeModule RigidDeque+Prepend.swift
[131/396] Compiling BitCollections BitSet.swift
[132/396] Compiling BitCollections Range+Utilities.swift
[133/396] Compiling BitCollections Slice+Utilities.swift
[134/396] Compiling BitCollections UInt+Tricks.swift
[135/396] Compiling BitCollections _Word.swift
[136/396] Compiling OrderedCollections _UnsafeBitset.swift
[137/396] Compiling HashTreeCollections TreeSet+Equatable.swift
[138/396] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[139/396] Compiling HashTreeCollections TreeSet+Extras.swift
[140/396] Compiling HashTreeCollections TreeSet+Filter.swift
[151/401] Compiling DequeModule Deque+Testing.swift
[152/401] Compiling DequeModule Deque._Storage.swift
[153/401] Compiling DequeModule Deque._UnsafeHandle.swift
[154/401] Compiling DequeModule Deque.swift
[155/401] Compiling DequeModule _DequeBuffer.swift
[156/401] Compiling DequeModule _DequeBufferHeader.swift
[157/401] Compiling DequeModule RigidDeque+Append.swift
[158/401] Compiling DequeModule RigidDeque+Consumption.swift
[164/401] Compiling DequeModule RigidDeque+Container.swift
[165/401] Compiling DequeModule RigidDeque+Descriptions.swift
[179/401] Compiling DequeModule UniqueDeque+Replacements.swift
[189/401] Compiling BitCollections BitSet.Index.swift
[190/401] Compiling BitCollections BitSet._UnsafeHandle.swift
[198/401] Compiling DequeModule Deque+Codable.swift
[199/401] Compiling DequeModule Deque+Collection.swift
[200/401] Compiling DequeModule Deque+CustomReflectable.swift
[201/401] Compiling DequeModule Deque+Descriptions.swift
[202/401] Compiling DequeModule Deque+Equatable.swift
[203/401] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[204/401] Compiling DequeModule Deque+Extras.swift
[205/401] Compiling DequeModule Deque+Hashable.swift
[222/401] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[223/401] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[224/401] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[225/401] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[226/401] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[227/401] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[228/401] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[229/401] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[230/401] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[231/401] Compiling HashTreeCollections TreeSet.swift
[247/401] Compiling DequeModule UniqueDeque.swift
[248/401] Compiling DequeModule _DequeSlot.swift
[249/401] Compiling DequeModule _UnsafeDequeHandle.swift
[250/401] Compiling DequeModule _UnsafeDequeSegments.swift
[306/401] Emitting module BitCollections
[366/402] Emitting module _RopeModule
[374/403] Emitting module OrderedCollections
[398/404] Emitting module DequeModule
[405/405] Emitting module HashTreeCollections
[407/412] Compiling Collections HeapModule reexports.swift
[408/412] Compiling Collections OrderedCollections reexports.swift
[409/412] Compiling Collections HashTreeCollections reexports.swift
[410/412] Compiling Collections DequeModule reexports.swift
[411/412] Emitting module Collections
[412/412] Compiling Collections BitCollections reexports.swift
[414/418] Compiling Fickling OpError.swift
[415/418] Compiling Fickling Interpreter.swift
/host/spi-builder-workspace/Sources/Interpreter.swift:62:16: warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 60 |       }
 61 |     }
 62 |     public var orderedDictionary: OrderedDictionary<String, Any> {
    |                `- warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 63 |       switch _internal {
 64 |       case .unordered(let dictionary):
/host/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary.swift:205:15: note: generic struct declared here
 203 | /// characteristics.
 204 | @frozen
 205 | public struct OrderedDictionary<Key: Hashable, Value> {
     |               `- note: generic struct declared here
 206 |   @usableFromInline
 207 |   internal var _keys: OrderedSet<Key>
/host/spi-builder-workspace/Sources/Interpreter.swift:135:45: error: cannot find type 'FILE' in scope
133 |   }
134 |
135 |   private init(handle: UnsafeMutablePointer<FILE>?, maxStackDepth: Int, maxMemoryLength: Int) {
    |                                             `- error: cannot find type 'FILE' in scope
136 |     guard let handle = handle else {
137 |       self.ops = []
/host/spi-builder-workspace/Sources/Interpreter.swift:126:25: error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
124 |     return data.withUnsafeMutableBytes {
125 |       let handle = fmemopen($0.baseAddress, $0.count, "rb")
126 |       return Interpreter(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                         `- error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
127 |     }
128 |   }
/host/spi-builder-workspace/Sources/Interpreter.swift:126:34: error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
124 |     return data.withUnsafeMutableBytes {
125 |       let handle = fmemopen($0.baseAddress, $0.count, "rb")
126 |       return Interpreter(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                                  `- error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
127 |     }
128 |   }
/host/spi-builder-workspace/Sources/Interpreter.swift:132:14: error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
130 |   public convenience init(filePath: String, maxStackDepth: Int = 50_000, maxMemoryLength: Int = 100_000) {
131 |     let handle = fopen(filePath, "rb")
132 |     self.init(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |              `- error: incorrect argument label in call (have 'handle:maxStackDepth:maxMemoryLength:', expected 'filePath:maxStackDepth:maxMemoryLength:')
133 |   }
134 |
/host/spi-builder-workspace/Sources/Interpreter.swift:132:23: error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
130 |   public convenience init(filePath: String, maxStackDepth: Int = 50_000, maxMemoryLength: Int = 100_000) {
131 |     let handle = fopen(filePath, "rb")
132 |     self.init(handle: handle, maxStackDepth: maxStackDepth, maxMemoryLength: maxMemoryLength)
    |                       `- error: cannot convert value of type 'OpaquePointer?' to expected argument type 'String'
133 |   }
134 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[416/418] Emitting module Fickling
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:16:46: error: cannot find type 'FILE' in scope
 14 |     var name: String { "uint1" }
 15 |     var n: Int { 1 }
 16 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 17 |       var result: Swift.UInt8 = 0
 18 |       let len = fread(&result, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:27:46: error: cannot find type 'FILE' in scope
 25 |     var name: String { "uint2" }
 26 |     var n: Int { 2 }
 27 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 28 |       var result: UInt16 = 0
 29 |       let len = fread(&result, 2, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:38:46: error: cannot find type 'FILE' in scope
 36 |     var name: String { "uint4" }
 37 |     var n: Int { 4 }
 38 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 39 |       var result: UInt32 = 0
 40 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:49:46: error: cannot find type 'FILE' in scope
 47 |     var name: String { "uint8" }
 48 |     var n: Int { 8 }
 49 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 50 |       var result: UInt64 = 0
 51 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:60:46: error: cannot find type 'FILE' in scope
 58 |     var name: String { "int4" }
 59 |     var n: Int { 4 }
 60 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 61 |       var result: Int32 = 0
 62 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:71:55: error: cannot find type 'FILE' in scope
 69 |     var name: String { "long1" }
 70 |     var n: Int = 0
 71 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 72 |       var n1: Swift.UInt8 = 0
 73 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:91:55: error: cannot find type 'FILE' in scope
 89 |     var name: String { "long4" }
 90 |     var n: Int = 0
 91 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 92 |       var n4: UInt32 = 0
 93 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:111:46: error: cannot find type 'FILE' in scope
109 |     var name: String { "float8" }
110 |     var n: Int { 8 }
111 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
112 |       var result: Float64 = 0
113 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:122:55: error: cannot find type 'FILE' in scope
120 |     var name: String { "unicodestring1" }
121 |     var n: Int = 0
122 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
123 |       var n1: Swift.UInt8 = 0
124 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:144:55: error: cannot find type 'FILE' in scope
142 |     var name: String { "unicodestring4" }
143 |     var n: Int = 0
144 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
145 |       var n1: UInt32 = 0
146 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:166:55: error: cannot find type 'FILE' in scope
164 |     var name: String { "unicodestring8" }
165 |     var n: Int = 0
166 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
167 |       var n1: UInt64 = 0
168 |       let len1 = fread(&n1, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:192:46: error: cannot find type 'FILE' in scope
190 |       self.stripquotes = stripquotes
191 |     }
192 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
193 |       var buffer: UnsafeMutablePointer<CChar>? = nil
194 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:232:55: error: cannot find type 'FILE' in scope
230 |     var name: String { "string1" }
231 |     var n: Int = 0
232 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
233 |       var n1: Swift.UInt8 = 0
234 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:252:55: error: cannot find type 'FILE' in scope
250 |     var name: String { "string4" }
251 |     var n: Int = 0
252 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
253 |       var n1: UInt32 = 0
254 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:272:55: error: cannot find type 'FILE' in scope
270 |     var name: String { "bytes1" }
271 |     var n: Int = 0
272 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
273 |       var n1: Swift.UInt8 = 0
274 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:292:55: error: cannot find type 'FILE' in scope
290 |     var name: String { "bytes4" }
291 |     var n: Int = 0
292 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
293 |       var n4: UInt32 = 0
294 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:312:55: error: cannot find type 'FILE' in scope
310 |     var name: String { "bytes8" }
311 |     var n: Int = 0
312 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
313 |       var n8: UInt64 = 0
314 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:332:55: error: cannot find type 'FILE' in scope
330 |     var name: String { "bytearray8" }
331 |     var n: Int = 0
332 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
333 |       var n8: UInt64 = 0
334 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:356:46: error: cannot find type 'FILE' in scope
354 |       self.stripquotes = stripquotes
355 |     }
356 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
357 |       var buffer: UnsafeMutablePointer<CChar>? = nil
358 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:400:46: error: cannot find type 'FILE' in scope
398 |       second = StringNL(stripquotes: stripquotes)
399 |     }
400 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
401 |       return first.read(handle).flatMap { firstSuccess in
402 |         second.read(handle).map {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:412:46: error: cannot find type 'FILE' in scope
410 |     var name: String { "decimalnl_short" }
411 |     var n: Int { -1 }
412 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
413 |       let stringnl = StringNL(stripquotes: false)
414 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:425:46: error: cannot find type 'FILE' in scope
423 |     var name: String { "decimalnl_long" }
424 |     var n: Int { -1 }
425 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
426 |       let stringnl = StringNL(stripquotes: false)
427 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:442:46: error: cannot find type 'FILE' in scope
440 |     var name: String { "floatnl" }
441 |     var n: Int { -1 }
442 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
443 |       let stringnl = StringNL(stripquotes: false)
444 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/Interpreter.swift:62:16: warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 60 |       }
 61 |     }
 62 |     public var orderedDictionary: OrderedDictionary<String, Any> {
    |                `- warning: cannot use generic struct 'OrderedDictionary' here; 'OrderedCollections' was not imported by this file
 63 |       switch _internal {
 64 |       case .unordered(let dictionary):
/host/spi-builder-workspace/.build/checkouts/swift-collections/Sources/OrderedCollections/OrderedDictionary/OrderedDictionary.swift:205:15: note: generic struct declared here
 203 | /// characteristics.
 204 | @frozen
 205 | public struct OrderedDictionary<Key: Hashable, Value> {
     |               `- note: generic struct declared here
 206 |   @usableFromInline
 207 |   internal var _keys: OrderedSet<Key>
/host/spi-builder-workspace/Sources/Interpreter.swift:135:45: error: cannot find type 'FILE' in scope
133 |   }
134 |
135 |   private init(handle: UnsafeMutablePointer<FILE>?, maxStackDepth: Int, maxMemoryLength: Int) {
    |                                             `- error: cannot find type 'FILE' in scope
136 |     guard let handle = handle else {
137 |       self.ops = []
[417/418] Compiling Fickling Instruction.swift
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
[418/418] Compiling Fickling ArgumentDescriptor.swift
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:9:46: error: cannot find type 'FILE' in scope
  7 |   var name: String { get }
  8 |   var n: Int { get }
  9 |   mutating func read(_: UnsafeMutablePointer<FILE>) -> Result<Any, Error>
    |                                              `- error: cannot find type 'FILE' in scope
 10 | }
 11 |
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:16:46: error: cannot find type 'FILE' in scope
 14 |     var name: String { "uint1" }
 15 |     var n: Int { 1 }
 16 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 17 |       var result: Swift.UInt8 = 0
 18 |       let len = fread(&result, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:27:46: error: cannot find type 'FILE' in scope
 25 |     var name: String { "uint2" }
 26 |     var n: Int { 2 }
 27 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 28 |       var result: UInt16 = 0
 29 |       let len = fread(&result, 2, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:38:46: error: cannot find type 'FILE' in scope
 36 |     var name: String { "uint4" }
 37 |     var n: Int { 4 }
 38 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 39 |       var result: UInt32 = 0
 40 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:49:46: error: cannot find type 'FILE' in scope
 47 |     var name: String { "uint8" }
 48 |     var n: Int { 8 }
 49 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 50 |       var result: UInt64 = 0
 51 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:60:46: error: cannot find type 'FILE' in scope
 58 |     var name: String { "int4" }
 59 |     var n: Int { 4 }
 60 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
 61 |       var result: Int32 = 0
 62 |       let len = fread(&result, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:71:55: error: cannot find type 'FILE' in scope
 69 |     var name: String { "long1" }
 70 |     var n: Int = 0
 71 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 72 |       var n1: Swift.UInt8 = 0
 73 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:91:55: error: cannot find type 'FILE' in scope
 89 |     var name: String { "long4" }
 90 |     var n: Int = 0
 91 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
 92 |       var n4: UInt32 = 0
 93 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:111:46: error: cannot find type 'FILE' in scope
109 |     var name: String { "float8" }
110 |     var n: Int { 8 }
111 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
112 |       var result: Float64 = 0
113 |       let len = fread(&result, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:122:55: error: cannot find type 'FILE' in scope
120 |     var name: String { "unicodestring1" }
121 |     var n: Int = 0
122 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
123 |       var n1: Swift.UInt8 = 0
124 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:144:55: error: cannot find type 'FILE' in scope
142 |     var name: String { "unicodestring4" }
143 |     var n: Int = 0
144 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
145 |       var n1: UInt32 = 0
146 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:166:55: error: cannot find type 'FILE' in scope
164 |     var name: String { "unicodestring8" }
165 |     var n: Int = 0
166 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
167 |       var n1: UInt64 = 0
168 |       let len1 = fread(&n1, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:192:46: error: cannot find type 'FILE' in scope
190 |       self.stripquotes = stripquotes
191 |     }
192 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
193 |       var buffer: UnsafeMutablePointer<CChar>? = nil
194 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:232:55: error: cannot find type 'FILE' in scope
230 |     var name: String { "string1" }
231 |     var n: Int = 0
232 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
233 |       var n1: Swift.UInt8 = 0
234 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:252:55: error: cannot find type 'FILE' in scope
250 |     var name: String { "string4" }
251 |     var n: Int = 0
252 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
253 |       var n1: UInt32 = 0
254 |       let len1 = fread(&n1, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:272:55: error: cannot find type 'FILE' in scope
270 |     var name: String { "bytes1" }
271 |     var n: Int = 0
272 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
273 |       var n1: Swift.UInt8 = 0
274 |       let len1 = fread(&n1, 1, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:292:55: error: cannot find type 'FILE' in scope
290 |     var name: String { "bytes4" }
291 |     var n: Int = 0
292 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
293 |       var n4: UInt32 = 0
294 |       let len1 = fread(&n4, 4, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:312:55: error: cannot find type 'FILE' in scope
310 |     var name: String { "bytes8" }
311 |     var n: Int = 0
312 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
313 |       var n8: UInt64 = 0
314 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:332:55: error: cannot find type 'FILE' in scope
330 |     var name: String { "bytearray8" }
331 |     var n: Int = 0
332 |     mutating func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                                       `- error: cannot find type 'FILE' in scope
333 |       var n8: UInt64 = 0
334 |       let len1 = fread(&n8, 8, 1, handle)
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:356:46: error: cannot find type 'FILE' in scope
354 |       self.stripquotes = stripquotes
355 |     }
356 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
357 |       var buffer: UnsafeMutablePointer<CChar>? = nil
358 |       var bufferSize: Int = 0
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:400:46: error: cannot find type 'FILE' in scope
398 |       second = StringNL(stripquotes: stripquotes)
399 |     }
400 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
401 |       return first.read(handle).flatMap { firstSuccess in
402 |         second.read(handle).map {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:412:46: error: cannot find type 'FILE' in scope
410 |     var name: String { "decimalnl_short" }
411 |     var n: Int { -1 }
412 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
413 |       let stringnl = StringNL(stripquotes: false)
414 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:425:46: error: cannot find type 'FILE' in scope
423 |     var name: String { "decimalnl_long" }
424 |     var n: Int { -1 }
425 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
426 |       let stringnl = StringNL(stripquotes: false)
427 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:442:46: error: cannot find type 'FILE' in scope
440 |     var name: String { "floatnl" }
441 |     var n: Int { -1 }
442 |     func read(_ handle: UnsafeMutablePointer<FILE>) -> Result<Any, Error> {
    |                                              `- error: cannot find type 'FILE' in scope
443 |       let stringnl = StringNL(stripquotes: false)
444 |       return stringnl.read(handle).flatMap {
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:416:54: error: cannot infer contextual base in reference to member 'failure'
414 |       return stringnl.read(handle).flatMap {
415 |         let string = $0 as! String
416 |         guard let short = Int(string) else { return .failure(OpError.value) }
    |                                                      `- error: cannot infer contextual base in reference to member 'failure'
417 |         return .success(short as Any)
418 |       }
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:430:55: error: cannot infer contextual base in reference to member 'failure'
428 |         let string = $0 as! String
429 |         guard string.hasSuffix("L") else {
430 |           guard let long = Int(string) else { return .failure(OpError.value) }
    |                                                       `- error: cannot infer contextual base in reference to member 'failure'
431 |           return .success(long as Any)
432 |         }
/host/spi-builder-workspace/Sources/ArgumentDescriptor.swift:446:58: error: cannot infer contextual base in reference to member 'failure'
444 |       return stringnl.read(handle).flatMap {
445 |         let string = $0 as! String
446 |         guard let short = Float64(string) else { return .failure(OpError.value) }
    |                                                          `- error: cannot infer contextual base in reference to member 'failure'
447 |         return .success(short as Any)
448 |       }
BUILD FAILURE 6.1 wasm