The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-homomorphic-encryption, reference main (00d7fd), with Swift 6.1 for Wasm on 12 Dec 2025 19:48:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-homomorphic-encryption.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/apple/swift-homomorphic-encryption
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00d7fd6 Fboemer/more ciphertext async apis (#255)
Submodule path 'swift-homomorphic-encryption-protobuf': checked out '6715864271bd7943e31a7107b55b97dd34c5ee6b'
Submodule 'swift-homomorphic-encryption-protobuf' (https://github.com/apple/swift-homomorphic-encryption-protobuf) registered for path 'swift-homomorphic-encryption-protobuf'
Cloning into '/host/spi-builder-workspace/swift-homomorphic-encryption-protobuf'...
Cloned https://github.com/apple/swift-homomorphic-encryption.git
Revision (git rev-parse @):
00d7fd6202d8c2c513c23a29f7a70500c76fcc57
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-homomorphic-encryption.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-homomorphic-encryption.git
https://github.com/apple/swift-homomorphic-encryption.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf"
    }
  ],
  "manifest_display_name" : "swift-homomorphic-encryption",
  "name" : "swift-homomorphic-encryption",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ModularArithmetic",
      "targets" : [
        "ModularArithmetic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomomorphicEncryption",
      "targets" : [
        "HomomorphicEncryption"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomomorphicEncryptionProtobuf",
      "targets" : [
        "HomomorphicEncryptionProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_HomomorphicEncryptionExtras",
      "targets" : [
        "_HomomorphicEncryptionExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateInformationRetrieval",
      "targets" : [
        "PrivateInformationRetrieval"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateNearestNeighborSearch",
      "targets" : [
        "PrivateNearestNeighborSearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApplicationProtobuf",
      "targets" : [
        "ApplicationProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_TestUtilities",
      "targets" : [
        "_TestUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PIRGenerateDatabase",
      "targets" : [
        "PIRGenerateDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PIRProcessDatabase",
      "targets" : [
        "PIRProcessDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PIRShardDatabase",
      "targets" : [
        "PIRShardDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PNNSGenerateDatabase",
      "targets" : [
        "PNNSGenerateDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PNNSProcessDatabase",
      "targets" : [
        "PNNSProcessDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ModularArithmeticSnippet",
      "targets" : [
        "ModularArithmeticSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BasicsSnippet",
      "targets" : [
        "BasicsSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BasicsAsyncSnippet",
      "targets" : [
        "BasicsAsyncSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "SerializationSnippet",
      "targets" : [
        "SerializationSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EvaluationKeySnippet",
      "targets" : [
        "EvaluationKeySnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "MultiplicationSnippet",
      "targets" : [
        "MultiplicationSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EncryptionParametersSnippet",
      "targets" : [
        "EncryptionParametersSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "NoiseBudgetSnippet",
      "targets" : [
        "NoiseBudgetSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "_TestUtilities",
      "path" : "Sources/_TestUtilities",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "_TestUtilities",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "HeApiTestUtils.swift",
        "PirUtilities/ExpansionTests.swift",
        "PirUtilities/IndexPirTests.swift",
        "PirUtilities/KeywordPirTests.swift",
        "PirUtilities/MulPirTests.swift",
        "PirUtilities/PirTestUtils.swift",
        "PirUtilities/SymmetricPirTests.swift",
        "PnnsUtilities/CiphertextMatrixTests.swift",
        "PnnsUtilities/ClientTests.swift",
        "PnnsUtilities/CosineSimilarityTests.swift",
        "PnnsUtilities/DatabaseTests.swift",
        "PnnsUtilities/MatrixMultiplicationTests.swift",
        "PnnsUtilities/PlaintextMatrixTests.swift",
        "PnnsUtilities/PnnsUtils.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "_HomomorphicEncryptionExtras",
        "PrivateInformationRetrieval",
        "PrivateNearestNeighborSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_HomomorphicEncryptionExtras",
      "module_type" : "SwiftTarget",
      "name" : "_HomomorphicEncryptionExtras",
      "path" : "Sources/_HomomorphicEncryptionExtras",
      "product_memberships" : [
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "Ciphertext.swift",
        "HeScheme.swift",
        "PolyRq.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateNearestNeighborSearchTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearchTests",
      "path" : "Tests/PrivateNearestNeighborSearchTests",
      "sources" : [
        "CiphertextMatrixTests.swift",
        "ClientTests.swift",
        "CosineSimilarityTests.swift",
        "DatabaseTests.swift",
        "MatrixMultiplicationTests.swift",
        "PlaintextMatrixTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearch",
        "HomomorphicEncryption",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateNearestNeighborSearch",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearch",
      "path" : "Sources/PrivateNearestNeighborSearch",
      "product_dependencies" : [
        "Algorithms",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "PrivateNearestNeighborSearch",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "CiphertextMatrix.swift",
        "Client.swift",
        "Config.swift",
        "Database.swift",
        "Error.swift",
        "MatrixMultiplication.swift",
        "PlaintextMatrix.swift",
        "PnnsProtocol.swift",
        "ProcessedDatabase.swift",
        "SerializedCiphertextMatrix.swift",
        "SerializedPlaintextMatrix.swift",
        "Server.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "_HomomorphicEncryptionExtras"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateInformationRetrievalTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrievalTests",
      "path" : "Tests/PrivateInformationRetrievalTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CuckooTableTests.swift",
        "ExpansionTests.swift",
        "HashBucketTests.swift",
        "IndexPirTests.swift",
        "KeywordDatabaseTests.swift",
        "KeywordPirTests.swift",
        "MulPirTests.swift",
        "SymmetricPIRTests.swift",
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "PrivateInformationRetrieval",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateInformationRetrieval",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrieval",
      "path" : "Sources/PrivateInformationRetrieval",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "Numerics"
      ],
      "product_memberships" : [
        "PrivateInformationRetrieval",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "IndexPir/IndexPirProtocol.swift",
        "IndexPir/MulPir.swift",
        "IndexPir/PirUtil.swift",
        "KeywordPir/CuckooTable.swift",
        "KeywordPir/HashBucket.swift",
        "KeywordPir/KeywordDatabase.swift",
        "KeywordPir/KeywordPirProtocol.swift",
        "SymmetricPir/SymmetricPirDatabase.swift",
        "SymmetricPir/SymmetricPirProtocol.swift",
        "Util/Error.swift",
        "Util/Util.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PNNSProcessDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PNNSProcessDatabase",
      "path" : "Sources/PNNSProcessDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "PNNSProcessDatabase"
      ],
      "sources" : [
        "ProcessDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "ApplicationProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PNNSGenerateDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PNNSGenerateDatabase",
      "path" : "Sources/PNNSGenerateDatabase",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PNNSGenerateDatabase"
      ],
      "sources" : [
        "GenerateDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PIRShardDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PIRShardDatabase",
      "path" : "Sources/PIRShardDatabase",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PIRShardDatabase"
      ],
      "sources" : [
        "ShardDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PIRProcessDatabaseTests",
      "module_type" : "SwiftTarget",
      "name" : "PIRProcessDatabaseTests",
      "path" : "Tests/PIRProcessDatabaseTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "ProcessDatabaseTests.swift"
      ],
      "target_dependencies" : [
        "PIRProcessDatabase",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIRProcessDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PIRProcessDatabase",
      "path" : "Sources/PIRProcessDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "PIRProcessDatabase"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "ApplicationProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PIRGenerateDatabaseTests",
      "module_type" : "SwiftTarget",
      "name" : "PIRGenerateDatabaseTests",
      "path" : "Tests/PIRGenerateDatabaseTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "PIRGenerateDatabaseTests.swift"
      ],
      "target_dependencies" : [
        "PIRGenerateDatabase",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIRGenerateDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PIRGenerateDatabase",
      "path" : "Sources/PIRGenerateDatabase",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PIRGenerateDatabase"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ModularArithmetic",
      "module_type" : "SwiftTarget",
      "name" : "ModularArithmetic",
      "path" : "Sources/ModularArithmetic",
      "product_memberships" : [
        "ModularArithmetic",
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "_HomomorphicEncryptionExtras",
        "PrivateInformationRetrieval",
        "PrivateNearestNeighborSearch",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "Modulus.swift",
        "Scalar.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HomomorphicEncryptionTests",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryptionTests",
      "path" : "Tests/HomomorphicEncryptionTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "Array2dTests.swift",
        "CoefficientPackingTests.swift",
        "DoubleWidthUIntTests.swift",
        "EncryptionParametersTests.swift",
        "HeAPITests.swift",
        "NttTests.swift",
        "PolyRqTests/GaloisTests.swift",
        "PolyRqTests/PolyContextTests.swift",
        "PolyRqTests/PolyRq+RandomizeTests.swift",
        "PolyRqTests/PolyRq+SerializeTests.swift",
        "PolyRqTests/PolyRqTests.swift",
        "RandomTests/BufferedRngTests.swift",
        "RandomTests/NistCtrDrbgTests.swift",
        "RandomTests/PseudoRandomNumberGeneratorTests.swift",
        "RnsBaseConverterTests.swift",
        "RnsToolTests.swift",
        "ScalarTests.swift",
        "SerializationTests.swift",
        "UtilTests.swift",
        "ZeroizationTests.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomomorphicEncryptionProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryptionProtobufTests",
      "path" : "Tests/HomomorphicEncryptionProtobufTests",
      "sources" : [
        "ConversionTests.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomomorphicEncryptionProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryptionProtobuf",
      "path" : "Sources/HomomorphicEncryptionProtobuf",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "HomomorphicEncryptionProtobuf",
        "ApplicationProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "ConversionError.swift",
        "ConversionHe.swift",
        "MessageExtensions.swift",
        "generated/apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift",
        "generated/apple_swift_homomorphic_encryption_v1_he.pb.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HomomorphicEncryptionExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryptionExtrasTests",
      "path" : "Tests/HomomorphicEncryptionExtrasTests",
      "sources" : [
        "PolyRqTests/PolyRqTests.swift"
      ],
      "target_dependencies" : [
        "_HomomorphicEncryptionExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HomomorphicEncryption",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryption",
      "path" : "Sources/HomomorphicEncryption",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "Crypto",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "_HomomorphicEncryptionExtras",
        "PrivateInformationRetrieval",
        "PrivateNearestNeighborSearch",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "Array2d.swift",
        "Bfv/Bfv+Decrypt.swift",
        "Bfv/Bfv+Encode.swift",
        "Bfv/Bfv+Encrypt.swift",
        "Bfv/Bfv+Keys.swift",
        "Bfv/Bfv+Multiply.swift",
        "Bfv/Bfv.swift",
        "Ciphertext.swift",
        "CoefficientPacking.swift",
        "Context.swift",
        "CrtComposer.swift",
        "DoubleWidthUInt.swift",
        "Encoding.swift",
        "EncryptionParameters.swift",
        "Error.swift",
        "HeScheme.swift",
        "HeSchemeAsync.swift",
        "Keys.swift",
        "Modulus.swift",
        "NoOpScheme.swift",
        "Plaintext.swift",
        "PolyRq/Galois.swift",
        "PolyRq/PolyCollection.swift",
        "PolyRq/PolyContext.swift",
        "PolyRq/PolyRq+Ntt.swift",
        "PolyRq/PolyRq+Randomize.swift",
        "PolyRq/PolyRq+Serialize.swift",
        "PolyRq/PolyRq.swift",
        "Random/BufferedRng.swift",
        "Random/NistAes128Ctr.swift",
        "Random/NistCtrDrbg.swift",
        "Random/PseudoRandomNumberGenerator.swift",
        "RnsBaseConverter.swift",
        "RnsTool.swift",
        "Scalar.swift",
        "Serialize.swift",
        "SerializedCiphertext.swift",
        "SerializedKeys.swift",
        "SerializedPlaintext.swift",
        "Util.swift",
        "Version.swift",
        "Zeroization.swift"
      ],
      "target_dependencies" : [
        "CUtil",
        "ModularArithmetic"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CUtil",
      "module_type" : "ClangTarget",
      "name" : "CUtil",
      "path" : "Sources/CUtil",
      "product_memberships" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "_HomomorphicEncryptionExtras",
        "PrivateInformationRetrieval",
        "PrivateNearestNeighborSearch",
        "ApplicationProtobuf",
        "_TestUtilities",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "zeroize.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApplicationProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "ApplicationProtobufTests",
      "path" : "Tests/ApplicationProtobufTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "sources" : [
        "PirConversionTests.swift",
        "PnnsConversionTests.swift"
      ],
      "target_dependencies" : [
        "ApplicationProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "_TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApplicationProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "ApplicationProtobuf",
      "path" : "Sources/ApplicationProtobuf",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ApplicationProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "ModularArithmeticSnippet",
        "BasicsSnippet",
        "BasicsAsyncSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "ConversionError.swift",
        "PirConversion.swift",
        "PirConversionApi.swift",
        "PnnsConversion.swift",
        "PnnsConversionApi.swift",
        "generated/apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift",
        "generated/apple_swift_homomorphic_encryption_api_pnns_v1_pnns.pb.swift",
        "generated/apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift",
        "generated/apple_swift_homomorphic_encryption_api_v1_api.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_client_config.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_database.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_distance_metric.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_matrix_packing.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_processed_database.pb.swift",
        "generated/apple_swift_homomorphic_encryption_pnns_v1_pnns_server_config.pb.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "PrivateInformationRetrieval",
        "PrivateNearestNeighborSearch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ModularArithmeticSnippet",
      "module_type" : "SwiftTarget",
      "name" : "ModularArithmeticSnippet",
      "path" : "Snippets/ModularArithmetic",
      "product_memberships" : [
        "ModularArithmeticSnippet"
      ],
      "sources" : [
        "ModularArithmeticSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "BasicsSnippet",
      "module_type" : "SwiftTarget",
      "name" : "BasicsSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "BasicsSnippet"
      ],
      "sources" : [
        "BasicsSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "BasicsAsyncSnippet",
      "module_type" : "SwiftTarget",
      "name" : "BasicsAsyncSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "BasicsAsyncSnippet"
      ],
      "sources" : [
        "BasicsAsyncSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "SerializationSnippet",
      "module_type" : "SwiftTarget",
      "name" : "SerializationSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "SerializationSnippet"
      ],
      "sources" : [
        "SerializationSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EvaluationKeySnippet",
      "module_type" : "SwiftTarget",
      "name" : "EvaluationKeySnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "EvaluationKeySnippet"
      ],
      "sources" : [
        "EvaluationKeySnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "MultiplicationSnippet",
      "module_type" : "SwiftTarget",
      "name" : "MultiplicationSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "MultiplicationSnippet"
      ],
      "sources" : [
        "MultiplicationSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EncryptionParametersSnippet",
      "module_type" : "SwiftTarget",
      "name" : "EncryptionParametersSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "EncryptionParametersSnippet"
      ],
      "sources" : [
        "EncryptionParametersSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "NoiseBudgetSnippet",
      "module_type" : "SwiftTarget",
      "name" : "NoiseBudgetSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "NoiseBudgetSnippet.swift"
      ],
      "target_dependencies" : [
        "_TestUtilities",
        "_HomomorphicEncryptionExtras",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrieval",
        "ModularArithmetic",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption",
        "ApplicationProtobuf"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
[1/16921] Fetching swift-argument-parser
[1694/23305] Fetching swift-argument-parser, swift-numerics
[2288/29052] Fetching swift-argument-parser, swift-numerics, swift-log
[9103/46517] Fetching swift-argument-parser, swift-numerics, swift-log, swift-crypto
Fetched https://github.com/apple/swift-numerics from cache (0.72s)
[22870/40133] Fetching swift-argument-parser, swift-log, swift-crypto
Fetching https://github.com/apple/swift-algorithms
[24416/46174] Fetching swift-argument-parser, swift-log, swift-crypto, swift-algorithms
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.24s)
[14234/29253] Fetching swift-log, swift-crypto, swift-algorithms
[17927/70773] Fetching swift-log, swift-crypto, swift-algorithms, swift-protobuf
Fetched https://github.com/apple/swift-algorithms from cache (1.13s)
[12036/64732] Fetching swift-log, swift-crypto, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (2.85s)
[34489/58985] Fetching swift-crypto, swift-protobuf
Fetched https://github.com/apple/swift-crypto.git from cache (2.92s)
[18269/41520] Fetching swift-protobuf
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-protobuf from cache (8.60s)
[1/5833] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (11.39s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git
[1/18387] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (2.05s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.33.3 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.74s)
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.65s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.33.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/474] Write sources
[22/474] Copying PrivacyInfo.xcprivacy
[24/474] Write sources
[34/474] Compiling _NumericsShims _NumericsShims.c
[35/474] Compiling CUtil zeroize.c
[36/474] Compiling chacha-armv8-linux.S
[36/474] Compiling chacha-armv8-win.S
[38/474] Compiling chacha-x86-apple.S
[39/474] Compiling fiat_curve25519_adx_square.S
[40/474] Compiling fiat_p256_adx_mul.S
[41/474] Compiling fiat_p256_adx_sqr.S
[42/474] Compiling fiat_curve25519_adx_mul.S
[43/474] Compiling md5-x86_64-linux.S
[44/474] Compiling md5-x86_64-apple.S
[45/474] Compiling md5-586-linux.S
[46/474] Compiling chacha20_poly1305_x86_64-linux.S
[47/474] Compiling md5-586-apple.S
[48/474] Compiling chacha20_poly1305_x86_64-apple.S
[49/474] Compiling chacha20_poly1305_armv8-win.S
[50/474] Compiling chacha20_poly1305_armv8-linux.S
[51/474] Compiling chacha20_poly1305_armv8-apple.S
[52/474] Compiling chacha-x86_64-linux.S
[53/474] Compiling chacha-x86_64-apple.S
[54/474] Compiling chacha-x86-linux.S
[55/474] Write swift-version-24593BA9C3E375BF.txt
[56/474] Compiling chacha-armv8-apple.S
[57/474] Compiling chacha-armv4-linux.S
[58/474] Compiling aes128gcmsiv-x86_64-linux.S
[59/474] Compiling aes128gcmsiv-x86_64-apple.S
[60/474] Compiling x86_64-mont5-apple.S
[61/474] Compiling x86_64-mont5-linux.S
[62/474] Compiling CCryptoBoringSSLShims shims.c
[63/474] Compiling x86_64-mont-linux.S
[64/483] Compiling x86_64-mont-apple.S
[65/514] Compiling x86-mont-linux.S
[66/611] Compiling x86-mont-apple.S
[67/611] Compiling vpaes-x86_64-linux.S
[68/611] Compiling vpaes-x86_64-apple.S
[69/611] Compiling err_data.cc
[70/611] Compiling vpaes-x86-linux.S
[71/611] Compiling vpaes-x86-apple.S
[72/611] Compiling vpaes-armv8-win.S
[73/611] Compiling vpaes-armv8-linux.S
[73/611] Compiling vpaes-armv8-apple.S
[75/611] Compiling sha512-x86_64-linux.S
[76/611] Compiling vpaes-armv7-linux.S
[77/611] Compiling sha512-armv8-win.S
[78/611] Compiling sha512-x86_64-apple.S
[79/611] Compiling sha512-armv8-linux.S
[80/611] Compiling sha512-armv8-apple.S
[81/611] Compiling sha512-586-linux.S
[82/611] Compiling sha512-armv4-linux.S
[83/611] Compiling sha512-586-apple.S
[84/611] Compiling sha256-x86_64-linux.S
[85/611] Compiling sha256-x86_64-apple.S
[86/611] Compiling sha256-armv8-win.S
[87/611] Compiling sha256-armv8-linux.S
[88/611] Compiling sha256-armv8-apple.S
[89/611] Compiling sha256-armv4-linux.S
[90/611] Compiling sha256-586-apple.S
[91/611] Compiling sha256-586-linux.S
[92/611] Compiling sha1-x86_64-linux.S
[93/611] Compiling sha1-x86_64-apple.S
[94/611] Compiling sha1-armv8-win.S
[95/611] Compiling sha1-armv8-linux.S
[97/611] Emitting module InternalCollectionsUtilities
[97/613] Compiling sha1-armv8-apple.S
[98/613] Compiling sha1-armv4-large-linux.S
[99/613] Compiling sha1-586-linux.S
[100/613] Compiling sha1-586-apple.S
[101/613] Compiling rsaz-avx2-linux.S
[102/613] Compiling rsaz-avx2-apple.S
[103/613] Compiling rdrand-x86_64-linux.S
[104/613] Compiling rdrand-x86_64-apple.S
[105/613] Compiling p256_beeu-x86_64-asm-linux.S
[106/613] Compiling p256_beeu-x86_64-asm-apple.S
[107/613] Compiling p256_beeu-armv8-asm-win.S
[108/613] Compiling p256_beeu-armv8-asm-linux.S
[109/613] Compiling p256_beeu-armv8-asm-apple.S
[110/613] Compiling p256-x86_64-asm-linux.S
[111/613] Compiling p256-x86_64-asm-apple.S
[112/613] Compiling p256-armv8-asm-win.S
[113/613] Compiling p256-armv8-asm-linux.S
[114/613] Compiling p256-armv8-asm-apple.S
[115/613] Compiling ghashv8-armv8-win.S
[116/613] Compiling ghashv8-armv8-linux.S
[117/613] Compiling ghashv8-armv8-apple.S
[118/613] Compiling ghashv8-armv7-linux.S
[119/613] Compiling ghash-x86_64-linux.S
[120/613] Compiling ghash-x86_64-apple.S
[121/613] Compiling ghash-x86-linux.S
[122/613] Compiling ghash-x86-apple.S
[123/613] Compiling ghash-ssse3-x86_64-linux.S
[124/613] Compiling ghash-ssse3-x86_64-apple.S
[125/613] Compiling ghash-ssse3-x86-linux.S
[126/613] Compiling ghash-ssse3-x86-apple.S
[127/613] Compiling ghash-neon-armv8-win.S
[128/613] Compiling ghash-neon-armv8-linux.S
[129/613] Compiling ghash-neon-armv8-apple.S
[130/613] Compiling ghash-armv4-linux.S
[131/613] Compiling co-586-linux.S
[132/613] Compiling co-586-apple.S
[133/613] Compiling bsaes-armv7-linux.S
[134/613] Compiling bn-armv8-win.S
[135/613] Compiling bn-armv8-linux.S
[136/613] Compiling bn-armv8-apple.S
[137/613] Compiling bn-586-linux.S
[138/613] Compiling bn-586-apple.S
[139/613] Compiling armv8-mont-win.S
[140/613] Compiling armv8-mont-linux.S
[141/613] Compiling armv8-mont-apple.S
[142/613] Compiling aesv8-gcm-armv8-win.S
[142/613] Compiling armv4-mont-linux.S
[144/613] Compiling aesv8-gcm-armv8-apple.S
[145/613] Compiling aesv8-gcm-armv8-linux.S
[146/613] Compiling aesv8-armv8-win.S
[147/613] Compiling aesv8-armv8-linux.S
[148/613] Compiling aesv8-armv8-apple.S
[149/613] Compiling aesv8-armv7-linux.S
[150/613] Compiling aesni-x86_64-linux.S
[152/613] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[153/613] Compiling InternalCollectionsUtilities Integer rank.swift
[153/614] Compiling aesni-x86_64-apple.S
[154/614] Compiling aesni-x86-linux.S
[155/614] Compiling aesni-x86-apple.S
[156/614] Compiling aesni-gcm-x86_64-linux.S
[157/614] Compiling aesni-gcm-x86_64-apple.S
[159/614] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[160/614] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[161/614] Compiling ModularArithmetic Scalar.swift
[162/614] Compiling Logging Locks.swift
[163/614] Emitting module Logging
[164/614] Compiling RealModule RelaxedArithmetic.swift
[164/614] Compiling aes-gcm-avx512-x86_64-linux.S
[166/614] Compiling RealModule Float80+Real.swift
[167/614] Compiling InternalCollectionsUtilities Debugging.swift
[168/614] Compiling InternalCollectionsUtilities Descriptions.swift
[169/614] Compiling ModularArithmetic Modulus.swift
[170/614] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[172/614] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[173/614] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[174/614] Compiling InternalCollectionsUtilities UInt+reversed.swift
[175/614] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[176/614] Emitting module RealModule
[177/614] Emitting module ModularArithmetic
[178/614] Compiling RealModule Real.swift
[179/614] Compiling RealModule RealFunctions.swift
[180/614] Compiling InternalCollectionsUtilities _SortedCollection.swift
[181/614] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[184/614] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[187/617] Compiling RealModule Float16+Real.swift
[193/617] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[194/617] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[195/617] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[196/618] Compiling aes-gcm-avx512-x86_64-apple.S
[199/619] Compiling aes-gcm-avx2-x86_64-linux.S
[200/619] Compiling aes-gcm-avx2-x86_64-apple.S
[208/689] Compiling Logging MetadataProvider.swift
[209/689] Compiling DequeModule Deque._UnsafeHandle.swift
[210/689] Compiling DequeModule Deque.swift
[211/689] Compiling DequeModule Deque+Extras.swift
[212/689] Compiling DequeModule Deque+Hashable.swift
[213/689] Compiling DequeModule _DequeBuffer.swift
[214/689] Compiling DequeModule _DequeBufferHeader.swift
[215/689] Compiling Logging LogHandler.swift
[216/689] Compiling Logging Logging.swift
[219/690] Emitting module SwiftASN1
[221/692] Compiling DequeModule Deque+Testing.swift
[222/692] Compiling DequeModule Deque._Storage.swift
[223/692] Compiling DequeModule Deque+CustomReflectable.swift
[224/692] Compiling DequeModule Deque+Descriptions.swift
[225/692] Compiling DequeModule Deque+Equatable.swift
[226/692] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[229/703] Compiling DequeModule _DequeSlot.swift
[230/703] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/703] Compiling OrderedCollections OrderedDictionary+Codable.swift
[232/703] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[232/703] Compiling xwing.cc
[234/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[235/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[236/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[237/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[238/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[239/704] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[240/704] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[241/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[242/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[243/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[244/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[245/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[246/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[247/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[248/711] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[249/711] Compiling ComplexModule Complex+AlgebraicField.swift
[250/711] Compiling ComplexModule Complex+Codable.swift
[251/711] Compiling ComplexModule Complex+ElementaryFunctions.swift
[252/711] Compiling ComplexModule Complex+Hashable.swift
[253/711] Compiling ComplexModule Complex+IntegerLiteral.swift
[255/711] Wrapping AST for RealModule for debugging
[260/711] Compiling ComplexModule Polar.swift
[260/712] Wrapping AST for ModularArithmetic for debugging
[261/712] Wrapping AST for SwiftASN1 for debugging
[265/712] Compiling ComplexModule Complex+Numeric.swift
[266/712] Compiling OrderedCollections OrderedDictionary.swift
[267/712] Compiling OrderedCollections OrderedSet+Codable.swift
[268/712] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[269/712] Compiling OrderedCollections OrderedSet+Descriptions.swift
[270/712] Compiling OrderedCollections OrderedSet+Diffing.swift
[271/712] Compiling OrderedCollections OrderedSet+Equatable.swift
[272/712] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[273/712] Compiling OrderedCollections OrderedSet+Hashable.swift
[273/712] Compiling x_x509a.cc
[275/712] Compiling ComplexModule Complex+StringConvertible.swift
[276/712] Compiling ComplexModule Complex.swift
[276/712] Wrapping AST for InternalCollectionsUtilities for debugging
[280/712] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[281/712] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[282/712] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[283/712] Compiling OrderedCollections OrderedDictionary+Elements.swift
[284/712] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[285/712] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[286/712] Compiling OrderedCollections OrderedSet+Initializers.swift
[287/712] Compiling OrderedCollections OrderedSet+Insertions.swift
[288/712] Compiling OrderedCollections OrderedSet+Invariants.swift
[289/712] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[290/712] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[291/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[292/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[293/712] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[293/712] Wrapping AST for Logging for debugging
[295/712] Compiling ComplexModule Scale.swift
[299/712] Compiling x_x509.cc
[301/712] Emitting module SwiftProtobuf
[302/723] Emitting module DequeModule
[309/724] Compiling OrderedCollections OrderedSet+Sendable.swift
[310/724] Compiling OrderedCollections OrderedSet+SubSequence.swift
[311/724] Compiling OrderedCollections OrderedSet+Testing.swift
[312/724] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[313/724] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[314/724] Compiling OrderedCollections OrderedSet.swift
[315/724] Emitting module ComplexModule
[339/725] Compiling x_sig.cc
[340/725] Wrapping AST for DequeModule for debugging
[341/726] Wrapping AST for ComplexModule for debugging
[349/727] Compiling OrderedCollections _UnsafeBitset.swift
[350/727] Compiling Numerics Numerics.swift
[351/727] Emitting module Numerics
[351/728] Compiling x_spki.cc
[352/728] Compiling x_req.cc
[355/728] Emitting module OrderedCollections
[355/729] Compiling x_pubkey.cc
[356/729] Wrapping AST for Numerics for debugging
[358/729] Wrapping AST for OrderedCollections for debugging
[383/729] Compiling x_name.cc
[386/729] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[387/729] Compiling SwiftProtobuf ProtobufMap.swift
[388/729] Compiling SwiftProtobuf SelectiveVisitor.swift
[389/729] Compiling SwiftProtobuf SimpleExtensionMap.swift
[390/729] Compiling SwiftProtobuf StringUtils.swift
[391/729] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[392/729] Compiling SwiftProtobuf SwiftProtobufError.swift
[393/729] Compiling SwiftProtobuf TextFormatDecoder.swift
[394/729] Compiling SwiftProtobuf TextFormatDecodingError.swift
[395/729] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[396/729] Compiling SwiftProtobuf TextFormatEncoder.swift
[397/729] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[398/729] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[399/729] Compiling SwiftProtobuf TextFormatScanner.swift
[400/729] Compiling SwiftProtobuf TimeUtils.swift
[401/729] Compiling SwiftProtobuf UnknownStorage.swift
[402/729] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[403/729] Compiling SwiftProtobuf Varint.swift
[404/729] Compiling SwiftProtobuf Version.swift
[405/729] Compiling SwiftProtobuf Visitor.swift
[406/729] Compiling SwiftProtobuf WireFormat.swift
[407/729] Compiling SwiftProtobuf ZigZag.swift
[408/729] Compiling SwiftProtobuf any.pb.swift
[408/729] Compiling x_exten.cc
[409/729] Compiling x509spki.cc
[410/729] Compiling x_crl.cc
[411/729] Compiling x_all.cc
[424/729] Compiling x_attrib.cc
[425/729] Compiling x_algor.cc
[426/729] Compiling x509rset.cc
[427/729] Compiling x509_txt.cc
[428/729] Compiling x509name.cc
[429/729] Compiling x509_vfy.cc
[430/729] Compiling x509_vpm.cc
[431/729] Compiling x509_v3.cc
[432/729] Compiling x509_trs.cc
[433/729] Compiling x509cset.cc
[434/729] Compiling x509_req.cc
[435/729] Compiling x509_set.cc
[436/729] Compiling x509_obj.cc
[437/729] Compiling x509_def.cc
[438/729] Compiling x509_lu.cc
[439/729] Compiling x509_d2.cc
[440/729] Compiling x509_ext.cc
[441/729] Compiling x509.cc
[442/729] Compiling x509_cmp.cc
[443/729] Compiling x509_att.cc
[444/729] Compiling v3_utl.cc
[445/729] Compiling v3_prn.cc
[446/729] Compiling v3_purp.cc
[447/729] Compiling v3_skey.cc
[448/729] Compiling v3_pmaps.cc
[449/729] Compiling v3_pcons.cc
[450/729] Compiling v3_ocsp.cc
[451/729] Compiling v3_ncons.cc
[452/729] Compiling v3_genn.cc
[453/729] Compiling v3_lib.cc
[454/729] Compiling v3_ia5.cc
[455/729] Compiling v3_int.cc
[456/729] Compiling v3_extku.cc
[457/729] Compiling v3_info.cc
[458/729] Compiling v3_enum.cc
[459/729] Compiling v3_crld.cc
[460/729] Compiling v3_cpols.cc
[461/729] Compiling v3_conf.cc
[462/729] Compiling v3_bitst.cc
[463/729] Compiling v3_bcons.cc
[464/729] Compiling v3_alt.cc
[465/729] Compiling v3_akeya.cc
[466/729] Compiling v3_akey.cc
[467/729] Compiling t_x509a.cc
[468/729] Compiling t_x509.cc
[469/729] Compiling t_req.cc
[470/729] Compiling t_crl.cc
[471/729] Compiling rsa_pss.cc
[472/729] Compiling i2d_pr.cc
[473/729] Compiling policy.cc
[474/729] Compiling name_print.cc
[475/729] Compiling by_file.cc
[476/729] Compiling asn1_gen.cc
[477/729] Compiling by_dir.cc
[478/729] Compiling algorithm.cc
[479/729] Compiling a_sign.cc
[480/729] Compiling a_verify.cc
[481/729] Compiling thread_win.cc
[482/729] Compiling voprf.cc
[483/729] Compiling a_digest.cc
[484/729] Compiling trust_token.cc
[485/729] Compiling thread_pthread.cc
[486/729] Compiling pmbtoken.cc
[487/729] Compiling thread_none.cc
[488/729] Compiling thread.cc
[489/729] Compiling stack.cc
[490/729] Compiling spake2plus.cc
[492/729] Compiling SwiftProtobuf api.pb.swift
[493/729] Compiling SwiftProtobuf descriptor.pb.swift
[494/729] Compiling SwiftProtobuf duration.pb.swift
[495/729] Compiling SwiftProtobuf empty.pb.swift
[496/729] Compiling SwiftProtobuf field_mask.pb.swift
[497/729] Compiling SwiftProtobuf source_context.pb.swift
[498/729] Compiling SwiftProtobuf struct.pb.swift
[499/729] Compiling SwiftProtobuf timestamp.pb.swift
[500/729] Compiling SwiftProtobuf type.pb.swift
[501/729] Compiling SwiftProtobuf wrappers.pb.swift
[502/729] Compiling SwiftProtobuf resource_bundle_accessor.swift
[502/729] Compiling siphash.cc
[503/729] Compiling sha256.cc
[504/729] Compiling slhdsa.cc
[505/730] Compiling sha512.cc
[507/730] Compiling sha1.cc
[508/730] Wrapping AST for SwiftProtobuf for debugging
[509/730] Compiling rsa_extra.cc
[510/730] Compiling rsa_crypt.cc
[511/730] Compiling rsa_print.cc
[512/730] Compiling rc4.cc
[513/730] Compiling refcount.cc
[514/730] Compiling rsa_asn1.cc
[515/730] Compiling urandom.cc
[516/730] Compiling windows.cc
[517/730] Compiling trusty.cc
[518/730] Compiling ios.cc
[519/730] Compiling rand.cc
[520/730] Compiling getentropy.cc
[521/730] Compiling passive.cc
[522/730] Compiling poly1305_arm_asm.S
[523/730] Compiling fork_detect.cc
[524/730] Compiling deterministic.cc
[525/730] Compiling forkunsafe.cc
[526/730] Compiling poly1305.cc
[527/730] Compiling poly1305_vec.cc
[528/730] Compiling poly1305_arm.cc
[529/730] Compiling pool.cc
[530/730] Compiling pkcs8_x509.cc
[531/730] Compiling pkcs7.cc
[532/730] Compiling pkcs8.cc
[533/730] Compiling pkcs7_x509.cc
[534/730] Compiling p5_pbev2.cc
[535/730] Compiling pem_x509.cc
[536/730] Compiling pem_xaux.cc
[537/730] Compiling pem_lib.cc
[538/730] Compiling pem_pkey.cc
[539/730] Compiling obj.cc
[540/730] Compiling obj_xref.cc
[541/730] Compiling pem_oth.cc
[542/730] Compiling pem_pk8.cc
[543/730] Compiling mlkem.cc
[544/730] Compiling mldsa.cc
[545/730] Compiling pem_info.cc
[546/730] Compiling pem_all.cc
[547/730] Compiling poly_rq_mul.S
[548/730] Compiling mem.cc
[549/730] Compiling fips_shared_support.cc
[550/730] Compiling lhash.cc
[551/730] Compiling hrss.cc
[552/730] Compiling fuzzer_mode.cc
[553/730] Compiling md5.cc
[554/730] Compiling md4.cc
[555/730] Compiling kyber.cc
[556/730] Compiling scrypt.cc
[557/730] Compiling hpke.cc
[558/730] Compiling ex_data.cc
[559/730] Compiling p_x25519.cc
[560/730] Compiling pbkdf.cc
[561/730] Compiling sign.cc
[562/730] Compiling print.cc
[563/730] Compiling p_x25519_asn1.cc
[564/730] Compiling p_ed25519.cc
[565/730] Compiling p_rsa_asn1.cc
[566/730] Compiling p_rsa.cc
[567/730] Compiling p_hkdf.cc
[568/730] Compiling p_ed25519_asn1.cc
[569/730] Compiling p_ec_asn1.cc
[570/730] Compiling p_ec.cc
[571/730] Compiling p_dsa_asn1.cc
[572/730] Compiling p_dh_asn1.cc
[573/730] Compiling p_dh.cc
[574/730] Compiling evp_ctx.cc
[575/730] Compiling err.cc
[576/730] Compiling evp_asn1.cc
[577/730] Compiling engine.cc
[578/730] Compiling evp.cc
[579/730] Compiling ecdsa_p1363.cc
[580/730] Compiling ecdsa_asn1.cc
[581/730] Compiling ecdh.cc
[582/730] Compiling ec_derive.cc
[583/730] Compiling hash_to_curve.cc
[584/730] Compiling dsa_asn1.cc
[585/730] Compiling dsa.cc
[586/730] Compiling ec_asn1.cc
[587/730] Compiling des.cc
[588/730] Compiling params.cc
[589/730] Compiling bcm.cc
[590/730] Compiling x25519-asm-arm.S
[591/730] Compiling digest_extra.cc
[592/730] Compiling dh_asn1.cc
[593/730] Compiling curve25519_64_adx.cc
[594/730] Compiling spake25519.cc
[595/730] Compiling cpu_intel.cc
[596/730] Compiling cpu_arm_linux.cc
[597/730] Compiling crypto.cc
[598/730] Compiling curve25519.cc
[599/730] Compiling cpu_arm_freebsd.cc
[600/730] Compiling cpu_aarch64_sysreg.cc
[601/730] Compiling cpu_aarch64_win.cc
[602/730] Compiling cpu_aarch64_openbsd.cc
[603/730] Compiling cpu_aarch64_linux.cc
[604/730] Compiling cpu_aarch64_fuchsia.cc
[605/730] Compiling cpu_aarch64_apple.cc
[606/730] Compiling tls_cbc.cc
[607/730] Compiling conf.cc
[608/730] Compiling cms.cc
[609/730] Compiling get_cipher.cc
[610/730] Compiling e_tls.cc
[611/730] Compiling e_rc4.cc
[612/730] Compiling e_null.cc
[613/730] Compiling e_rc2.cc
[614/730] Compiling chacha.cc
[615/730] Compiling e_aesgcmsiv.cc
[616/730] Compiling e_des.cc
[617/730] Compiling e_chacha20poly1305.cc
[618/730] Compiling e_aesctrhmac.cc
[619/730] Compiling e_aeseax.cc
[620/730] Compiling derive_key.cc
[621/730] Compiling cbs.cc
[622/730] Compiling exponentiation.cc
[623/730] Compiling sqrt.cc
[624/730] Compiling buf.cc
[625/730] Compiling unicode.cc
[626/730] Compiling convert.cc
[627/730] Compiling asn1_compat.cc
[628/730] Compiling ber.cc
[629/730] Compiling div.cc
[630/730] Compiling cbb.cc
[631/730] Compiling printf.cc
[632/730] Compiling file.cc
[633/730] Compiling errno.cc
[634/730] Compiling blake2.cc
[635/730] Compiling pair.cc
[636/730] Compiling bn_asn1.cc
[637/730] Compiling bio_mem.cc
[638/730] Compiling hexdump.cc
[639/730] Compiling fd.cc
[640/730] Compiling tasn_fre.cc
[641/730] Compiling base64.cc
[642/730] Compiling posix_time.cc
[643/730] Compiling bio.cc
[644/730] Compiling tasn_enc.cc
[645/730] Compiling tasn_typ.cc
[646/730] Compiling asn_pack.cc
[647/730] Compiling tasn_utl.cc
[648/730] Compiling tasn_new.cc
[649/730] Compiling f_string.cc
[650/730] Compiling tasn_dec.cc
[651/730] Compiling a_type.cc
[652/730] Compiling asn1_par.cc
[653/730] Compiling f_int.cc
[654/730] Compiling a_octet.cc
[655/730] Compiling asn1_lib.cc
[656/730] Compiling a_utctm.cc
[657/730] Compiling a_time.cc
[658/730] Compiling a_gentm.cc
[659/730] Compiling a_strnid.cc
[660/730] Compiling a_strex.cc
[661/730] Compiling a_mbstr.cc
[662/730] Compiling a_object.cc
[663/730] Write sources
[666/730] Compiling a_i2d_fp.cc
[667/730] Write sources
[671/759] Compiling a_dup.cc
[672/779] Compiling a_d2i_fp.cc
[673/792] Compiling a_int.cc
[674/806] Compiling a_bitstr.cc
[675/806] Compiling aes.cc
[677/806] Compiling Algorithms Split.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[678/806] Compiling Algorithms Stride.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[679/806] Compiling Algorithms Suffix.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[680/806] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[681/806] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[682/806] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[683/806] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[684/812] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[685/812] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[686/812] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[687/812] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[688/812] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[689/812] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[690/812] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[691/812] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[692/812] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[693/812] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[694/812] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[695/812] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[696/812] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[697/812] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[697/812] Compiling a_bool.cc
[702/823] Compiling Algorithms Trim.swift
[703/823] Compiling Algorithms Unique.swift
[704/823] Compiling Algorithms Windows.swift
[705/823] Compiling Algorithms Compacted.swift
[706/823] Compiling Algorithms Cycle.swift
[707/823] Compiling Algorithms EitherSequence.swift
[708/823] Compiling Algorithms FirstNonNil.swift
[709/823] Compiling Algorithms AdjacentPairs.swift
[710/823] Compiling Algorithms Chain.swift
[711/823] Compiling Algorithms Chunked.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[712/823] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[717/823] Compiling Algorithms RandomSample.swift
[718/823] Compiling Algorithms Reductions.swift
[719/823] Compiling Algorithms Rotate.swift
[720/823] Compiling CryptoBoringWrapper RandomBytes.swift
[721/823] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[722/823] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[723/823] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[724/823] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[725/823] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[726/823] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[727/823] Compiling Algorithms Joined.swift
[728/823] Compiling Algorithms Keyed.swift
[729/823] Compiling Algorithms MinMax.swift
[730/823] Compiling Algorithms Partition.swift
[731/823] Compiling Algorithms Permutations.swift
[732/823] Compiling Algorithms Product.swift
[733/823] Compiling Algorithms Combinations.swift
[734/823] Compiling Algorithms FlattenCollection.swift
[735/823] Compiling Algorithms Grouped.swift
[736/823] Compiling Algorithms Indexed.swift
[737/823] Compiling Algorithms Intersperse.swift
[747/823] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[748/823] Emitting module ArgumentParserToolInfo
[749/823] Compiling ArgumentParserToolInfo ToolInfo.swift
[750/824] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[751/824] Compiling CryptoBoringWrapper EllipticCurve.swift
[761/824] Emitting module CryptoBoringWrapper
[762/824] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[762/824] Wrapping AST for ArgumentParserToolInfo for debugging
[764/824] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[765/824] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[766/869] Wrapping AST for CryptoBoringWrapper for debugging
[768/940] Emitting module ArgumentParser
[769/946] Compiling Crypto ASN1Boolean.swift
[770/946] Compiling Crypto HPKE-AEAD.swift
[771/946] Compiling Crypto HPKE-Ciphersuite.swift
[772/946] Compiling Crypto HPKE-KDF.swift
[773/946] Compiling Crypto HPKE-KexKeyDerivation.swift
[774/946] Compiling Crypto HPKE-LabeledExtract.swift
[775/946] Compiling Crypto Digests.swift
[776/946] Compiling Crypto HashFunctions.swift
[777/946] Compiling Crypto HashFunctions_SHA2.swift
[778/946] Compiling Crypto HPKE-Errors.swift
[779/946] Compiling Crypto HPKE.swift
[780/946] Compiling Crypto HPKE-Context.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[782/946] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[783/946] Compiling ArgumentParser CodingKeyValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[784/946] Compiling ArgumentParser NonsenseFlagsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[785/946] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[786/946] Compiling ArgumentParser PositionalArgumentsValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/67] Write swift-version-24593BA9C3E375BF.txt
[5/129] Compiling RealModule RealFunctions.swift
[6/130] Compiling Logging MetadataProvider.swift
[7/130] Compiling Logging Locks.swift
[8/130] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[9/130] Compiling RealModule RelaxedArithmetic.swift
[10/130] Compiling CryptoBoringWrapper RandomBytes.swift
[11/130] Compiling RealModule Float80+Real.swift
[12/130] Compiling RealModule Real.swift
[13/130] Compiling RealModule Float16+Real.swift
[14/130] Emitting module Logging
[15/163] Compiling SwiftProtobuf BinaryEncoder.swift
[16/163] Compiling SwiftProtobuf BinaryEncodingError.swift
[17/184] Compiling SwiftProtobuf BinaryDecodingError.swift
[18/184] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[19/204] Emitting module RealModule
[20/212] Emitting module CryptoBoringWrapper
[21/217] Compiling SwiftProtobuf AnyMessageStorage.swift
[22/217] Compiling SwiftProtobuf AnyUnpackError.swift
[23/217] Compiling SwiftProtobuf AsyncMessageSequence.swift
[24/217] Compiling SwiftProtobuf BinaryDecoder.swift
[25/218] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[29/218] Compiling CryptoBoringWrapper EllipticCurve.swift
[30/218] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[31/218] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/218] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[33/218] Compiling SwiftProtobuf BytecodeInterpreter.swift
[34/218] Compiling SwiftProtobuf BytecodeReader.swift
[35/218] Compiling SwiftProtobuf CustomJSONCodable.swift
[36/218] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[37/218] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[38/218] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[40/228] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[41/228] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[45/231] Compiling ComplexModule Complex+Codable.swift
[46/231] Compiling ComplexModule Complex+ElementaryFunctions.swift
[47/231] Compiling ComplexModule Complex+Hashable.swift
[48/231] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[49/231] Compiling ComplexModule Complex+AlgebraicField.swift
[51/231] Compiling ComplexModule Complex+IntegerLiteral.swift
[52/232] Compiling ComplexModule Polar.swift
[53/232] Compiling ArgumentParserToolInfo ToolInfo.swift
[54/232] Emitting module ArgumentParserToolInfo
[55/233] Compiling ComplexModule Complex.swift
[56/233] Compiling ComplexModule Complex+Numeric.swift
[57/233] Compiling ComplexModule Complex+StringConvertible.swift
[58/233] Emitting module InternalCollectionsUtilities
[60/233] Compiling SwiftProtobuf BinaryDelimited.swift
[70/234] Compiling ComplexModule Scale.swift
[72/234] Compiling Logging LogHandler.swift
[73/234] Compiling Logging Logging.swift
[78/235] Emitting module ModularArithmetic
[79/235] Compiling ModularArithmetic Modulus.swift
[80/235] Compiling ModularArithmetic Scalar.swift
[85/236] Emitting module ComplexModule
[88/237] Compiling SwiftASN1 DER.swift
[89/237] Compiling SwiftASN1 Errors.swift
[90/237] Emitting module SwiftASN1
[92/238] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[93/238] Compiling SwiftProtobuf Message+FieldMask.swift
[94/238] Compiling SwiftProtobuf Message+JSONAdditions.swift
[95/238] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[96/238] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[97/238] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[98/238] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[99/238] Compiling SwiftProtobuf Message.swift
[100/238] Compiling SwiftProtobuf MessageExtension.swift
[101/238] Compiling SwiftProtobuf NameMap.swift
[102/238] Compiling SwiftProtobuf PathDecoder.swift
[103/238] Compiling SwiftProtobuf PathVisitor.swift
[104/238] Compiling SwiftProtobuf ProtoNameProviding.swift
[105/238] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[106/238] Compiling SwiftProtobuf ProtobufMap.swift
[107/238] Compiling SwiftProtobuf SelectiveVisitor.swift
[108/238] Compiling SwiftProtobuf SimpleExtensionMap.swift
[109/238] Compiling SwiftProtobuf StringUtils.swift
[110/238] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[111/238] Compiling SwiftProtobuf SwiftProtobufError.swift
[112/238] Compiling SwiftProtobuf TextFormatDecoder.swift
[113/238] Compiling SwiftProtobuf TextFormatDecodingError.swift
[114/238] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[115/238] Compiling SwiftProtobuf TextFormatEncoder.swift
[122/248] Compiling SwiftProtobuf ExtensibleMessage.swift
[123/248] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[124/248] Compiling SwiftProtobuf ExtensionFields.swift
[125/248] Compiling SwiftProtobuf ExtensionMap.swift
[126/248] Compiling SwiftProtobuf FieldTag.swift
[127/248] Compiling SwiftProtobuf FieldTypes.swift
[128/248] Emitting module SwiftProtobuf
[129/454] Compiling Numerics Numerics.swift
[130/454] Emitting module Numerics
[132/454] Compiling ArgumentParser ExpressibleByArgument.swift
[133/454] Compiling ArgumentParser ArgumentVisibility.swift
[134/456] Compiling ArgumentParser FishCompletionsGenerator.swift
[135/456] Compiling ArgumentParser ZshCompletionsGenerator.swift
[136/456] Compiling ArgumentParser Argument.swift
[137/456] Compiling ArgumentParser ArgumentDiscussion.swift
[138/456] Compiling ArgumentParser ArgumentHelp.swift
[139/456] Compiling ArgumentParser OptionGroup.swift
[140/456] Compiling ArgumentParser AsyncParsableCommand.swift
[141/456] Compiling ArgumentParser CommandConfiguration.swift
[142/456] Compiling ArgumentParser Platform.swift
[143/456] Compiling ArgumentParser SequenceExtensions.swift
[144/456] Compiling ArgumentParser StringExtensions.swift
[145/456] Compiling ArgumentParser SwiftExtensions.swift
[146/456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[147/456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[148/456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[149/456] Compiling ArgumentParser DumpHelpGenerator.swift
[150/456] Compiling ArgumentParser HelpCommand.swift
[151/456] Compiling ArgumentParser HelpGenerator.swift
[152/456] Compiling ArgumentParser MessageInfo.swift
[153/456] Compiling ArgumentParser UsageGenerator.swift
[154/456] Compiling ArgumentParser CollectionExtensions.swift
[155/456] Compiling ArgumentParser Mutex.swift
[156/463] Compiling ArgumentParser BashCompletionsGenerator.swift
[157/463] Compiling ArgumentParser CompletionsGenerator.swift
[158/463] Compiling OrderedCollections OrderedDictionary.swift
[159/463] Compiling OrderedCollections OrderedSet+Codable.swift
[160/463] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/463] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/463] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/463] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/463] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/463] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/463] Compiling ArgumentParser CommandParser.swift
[167/463] Compiling ArgumentParser InputKey.swift
[168/463] Compiling ArgumentParser InputOrigin.swift
[169/463] Compiling ArgumentParser Name.swift
[170/463] Compiling ArgumentParser Parsed.swift
[171/463] Compiling ArgumentParser ParsedValues.swift
[172/463] Compiling ArgumentParser ParserError.swift
[173/463] Compiling ArgumentParser SplitArguments.swift
[174/463] Compiling DequeModule _DequeSlot.swift
[175/463] Compiling DequeModule _UnsafeWrappedBuffer.swift
[176/463] Compiling ArgumentParser CommandGroup.swift
[177/463] Compiling ArgumentParser EnumerableFlag.swift
[188/472] Compiling ArgumentParser Flag.swift
[189/472] Compiling ArgumentParser NameSpecification.swift
[190/472] Compiling ArgumentParser Option.swift
[191/472] Compiling ArgumentParser ParsableArguments.swift
[192/472] Compiling ArgumentParser ParsableCommand.swift
[193/472] Compiling ArgumentParser ArgumentDecoder.swift
[194/472] Compiling ArgumentParser ArgumentDefinition.swift
[195/472] Compiling ArgumentParser ArgumentSet.swift
[216/472] Compiling Algorithms Trim.swift
[217/472] Compiling Algorithms Unique.swift
[218/472] Compiling Algorithms Windows.swift
[235/472] Compiling ArgumentParser Tree.swift
[236/472] Compiling ArgumentParser CodingKeyValidator.swift
[237/472] Compiling ArgumentParser NonsenseFlagsValidator.swift
[238/472] Compiling ArgumentParser ParsableArgumentsValidation.swift
[239/472] Compiling ArgumentParser PositionalArgumentsValidator.swift
[244/472] Emitting module DequeModule
[253/473] Compiling ArgumentParser UniqueNamesValidator.swift
[255/483] Compiling Crypto CryptoKitErrors_boring.swift
[256/483] Compiling Crypto RNG_boring.swift
[257/483] Compiling Crypto SafeCompare_boring.swift
[258/483] Compiling Crypto Zeroization_boring.swift
[259/483] Compiling Crypto PrettyBytes.swift
[260/483] Compiling Crypto SafeCompare.swift
[261/483] Compiling Crypto SecureBytes.swift
[262/483] Compiling Crypto Zeroization.swift
[263/483] Compiling SwiftProtobuf Visitor.swift
[264/483] Compiling SwiftProtobuf WireFormat.swift
[265/483] Compiling SwiftProtobuf ZigZag.swift
[266/483] Compiling SwiftProtobuf any.pb.swift
[281/482] Compiling OrderedCollections _UnsafeBitset.swift
[282/482] Compiling Crypto SymmetricKeys.swift
[283/482] Compiling Crypto HMAC.swift
[284/482] Compiling Crypto MACFunctions.swift
[285/482] Compiling Crypto MessageAuthenticationCode.swift
[286/482] Compiling Crypto AES.swift
[287/482] Compiling Crypto ECDSASignature_boring.swift
[288/482] Compiling Crypto ECDSA_boring.swift
[289/482] Compiling Crypto EdDSA_boring.swift
[290/482] Compiling Crypto ECDSA.swift
[301/482] Compiling OrderedCollections OrderedSet+Sendable.swift
[302/482] Compiling OrderedCollections OrderedSet+SubSequence.swift
[303/482] Compiling OrderedCollections OrderedSet+Testing.swift
[304/482] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[305/482] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[306/482] Compiling OrderedCollections OrderedSet.swift
[308/482] Emitting module Crypto
[365/482] Emitting module OrderedCollections
[380/482] Emitting module ArgumentParser
[381/482] Emitting module Algorithms
[392/532] Wrapping AST for Algorithms for debugging
[394/532] Compiling Crypto Ed25519.swift
[395/532] Compiling Crypto Signature.swift
[404/533] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[405/533] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[406/533] Compiling AsyncAlgorithms ChannelStorage.swift
[407/533] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[408/533] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[409/533] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[410/533] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[411/533] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[412/533] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[413/533] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[414/533] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[415/533] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[416/533] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[422/539] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[423/539] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[424/539] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[425/539] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[426/539] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[427/539] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[428/539] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[429/539] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[430/539] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[431/539] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[432/539] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[433/539] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[434/539] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[435/539] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[436/539] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[437/539] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[437/539] Wrapping AST for Crypto for debugging
[439/593] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[440/593] Compiling _CryptoExtras ChaCha20CTR.swift
[441/593] Compiling _CryptoExtras ObjectIdentifier.swift
[442/593] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[443/593] Compiling _CryptoExtras PKCS8PrivateKey.swift
[444/593] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[445/593] Compiling _CryptoExtras CMAC.swift
[446/593] Compiling _CryptoExtras ARC+API.swift
[447/593] Compiling _CryptoExtras ARC.swift
[448/593] Compiling _CryptoExtras ARCCredential.swift
[449/593] Compiling _CryptoExtras ARCEncoding.swift
[450/593] Compiling _CryptoExtras ARCPrecredential.swift
[451/594] Compiling _CryptoExtras AES_CBC.swift
[452/594] Compiling _CryptoExtras AES_CFB.swift
[453/594] Compiling _CryptoExtras AES_CTR.swift
[454/594] Compiling _CryptoExtras AES_GCM_SIV.swift
[455/594] Compiling _CryptoExtras Block Function.swift
[456/594] Compiling _CryptoExtras AES_CFB_boring.swift
[457/594] Compiling _CryptoExtras AES_CTR_boring.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[459/594] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[460/594] Compiling _CryptoExtras VOPRFServer.swift
[461/594] Compiling _CryptoExtras ECToolbox_boring.swift
[462/594] Compiling _CryptoExtras ECToolbox.swift
[463/594] Compiling _CryptoExtras HashToField.swift
[464/594] Compiling _CryptoExtras KDF.swift
[465/594] Compiling _CryptoExtras PBKDF2_boring.swift
[466/594] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[467/594] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[468/594] Compiling _CryptoExtras Scrypt.swift
[469/594] Compiling _CryptoExtras OPRF.swift
[470/594] Compiling _CryptoExtras OPRFClient.swift
[471/594] Compiling _CryptoExtras OPRFServer.swift
[472/594] Compiling _CryptoExtras VOPRF+API.swift
[473/594] Compiling _CryptoExtras VOPRFClient.swift
[473/594] Wrapping AST for ArgumentParser for debugging
[475/594] Compiling _CryptoExtras IntegerEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[476/594] Compiling _CryptoExtras PEMDocument.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[477/594] Compiling _CryptoExtras PrettyBytes.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[478/594] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[479/594] Compiling _CryptoExtras ThreadOps.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[480/594] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[481/594] Emitting module _CryptoExtras
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/_CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:33:36: error: cannot find type 'ThreadOpsSystem' in scope
 31 |
 32 |     private class Key {
 33 |         private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
    |                                    `- error: cannot find type 'ThreadOpsSystem' in scope
 34 |
 35 |         internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/_CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:45: error: cannot find type 'ThreadOpsSystem' in scope
 33 |         private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
 34 |
 35 |         internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
    |                                             `- error: cannot find type 'ThreadOpsSystem' in scope
 36 |             self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
 37 |         }
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/_CryptoExtras/Util/ThreadSpecific/ThreadSpecific.swift:35:35: error: @escaping attribute only applies to function types
 33 |         private var underlyingKey: ThreadOpsSystem.ThreadSpecificKey
 34 |
 35 |         internal init(destructor: @escaping ThreadOpsSystem.ThreadSpecificKeyDestructor) {
    |                                   `- error: @escaping attribute only applies to function types
 36 |             self.underlyingKey = ThreadOpsSystem.allocateThreadSpecificValue(destructor: destructor)
 37 |         }
BUILD FAILURE 6.1 wasm