The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-homomorphic-encryption, reference 1.0.6 (1c8599), with Swift 6.1 for Wasm on 10 Mar 2026 18:36:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 1.0.6
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
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 1c85999 Faster inverse NTT (#294)
Submodule path 'swift-homomorphic-encryption-protobuf': checked out 'e2fcb506442719d00b11914ebe6e85779c5b5b4c'
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 @):
1c859998adb5de2b7bf61d86a993cb1c5eb69659
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-homomorphic-encryption.git at 1.0.6
========================================
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-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.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.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    }
  ],
  "manifest_display_name" : "swift-homomorphic-encryption",
  "name" : "swift-homomorphic-encryption",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HomomorphicEncryption",
      "targets" : [
        "HomomorphicEncryption"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HomomorphicEncryptionProtobuf",
      "targets" : [
        "HomomorphicEncryptionProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateInformationRetrieval",
      "targets" : [
        "PrivateInformationRetrieval"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateInformationRetrievalProtobuf",
      "targets" : [
        "PrivateInformationRetrievalProtobuf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateNearestNeighborSearch",
      "targets" : [
        "PrivateNearestNeighborSearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrivateNearestNeighborSearchProtobuf",
      "targets" : [
        "PrivateNearestNeighborSearchProtobuf"
      ],
      "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" : "RlweBenchmark",
      "targets" : [
        "RlweBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PolyBenchmark",
      "targets" : [
        "PolyBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PNNSBenchmark",
      "targets" : [
        "PNNSBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PIRBenchmark",
      "targets" : [
        "PIRBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BasicsSnippet",
      "targets" : [
        "BasicsSnippet"
      ],
      "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"
      ],
      "sources" : [
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RlweBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "RlweBenchmark",
      "path" : "Benchmarks/RlweBenchmark",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "RlweBenchmark"
      ],
      "sources" : [
        "RlweBenchmark.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PrivateNearestNeighborSearchTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearchTests",
      "path" : "Tests/PrivateNearestNeighborSearchTests",
      "sources" : [
        "CiphertextMatrixTests.swift",
        "ClientTests.swift",
        "CosineSimilarityTests.swift",
        "DatabaseTests.swift",
        "MatrixMultiplicationTests.swift",
        "PlaintextMatrixTests.swift",
        "Utils.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearch",
        "HomomorphicEncryption",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateNearestNeighborSearchProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearchProtobufTests",
      "path" : "Tests/PrivateNearestNeighborSearchProtobufTests",
      "sources" : [
        "ConversionTests.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearch",
        "PrivateNearestNeighborSearchProtobuf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateNearestNeighborSearchProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearchProtobuf",
      "path" : "Sources/PrivateNearestNeighborSearchProtobuf",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "PNNSBenchmark",
        "BasicsSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "ConversionApi.swift",
        "ConversionError.swift",
        "ConversionPnns.swift",
        "generated/apple_swift_homomorphic_encryption_api_pnns_v1_api.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_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" : [
        "PrivateNearestNeighborSearch",
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateNearestNeighborSearch",
      "module_type" : "SwiftTarget",
      "name" : "PrivateNearestNeighborSearch",
      "path" : "Sources/PrivateNearestNeighborSearch",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "PrivateNearestNeighborSearch",
        "PrivateNearestNeighborSearchProtobuf",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "PNNSBenchmark",
        "BasicsSnippet",
        "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"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateInformationRetrievalTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrievalTests",
      "path" : "Tests/PrivateInformationRetrievalTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "CuckooTableTests.swift",
        "HashBucketTests.swift",
        "IndexPirTests.swift",
        "KeywordDatabaseTests.swift",
        "KeywordPirTests.swift",
        "MulPirTests.swift",
        "PirTestUtils.swift",
        "PirUtilTests.swift"
      ],
      "target_dependencies" : [
        "PrivateInformationRetrieval",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateInformationRetrievalProtobufTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrievalProtobufTests",
      "path" : "Tests/PrivateInformationRetrievalProtobufTests",
      "sources" : [
        "ConversionTests.swift"
      ],
      "target_dependencies" : [
        "PrivateInformationRetrieval",
        "PrivateInformationRetrievalProtobuf",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivateInformationRetrievalProtobuf",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrievalProtobuf",
      "path" : "Sources/PrivateInformationRetrievalProtobuf",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "PrivateInformationRetrievalProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PIRBenchmark",
        "BasicsSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "ConversionApi.swift",
        "ConversionError.swift",
        "ConversionPir.swift",
        "generated/apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift",
        "generated/apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift",
        "generated/apple_swift_homomorphic_encryption_api_shared_v1_api_shared.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"
      ],
      "target_dependencies" : [
        "PrivateInformationRetrieval",
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivateInformationRetrieval",
      "module_type" : "SwiftTarget",
      "name" : "PrivateInformationRetrieval",
      "path" : "Sources/PrivateInformationRetrieval",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "PrivateInformationRetrieval",
        "PrivateInformationRetrievalProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PIRBenchmark",
        "BasicsSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "CuckooTable.swift",
        "Error.swift",
        "HashBucket.swift",
        "IndexPirProtocol.swift",
        "KeywordDatabase.swift",
        "KeywordPirProtocol.swift",
        "MulPir.swift",
        "PirUtil.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PolyBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "PolyBenchmark",
      "path" : "Benchmarks/PolyBenchmark",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "PolyBenchmark"
      ],
      "sources" : [
        "PolyBenchmark.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PNNSProcessDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PNNSProcessDatabase",
      "path" : "Sources/PNNSProcessDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "PNNSProcessDatabase"
      ],
      "sources" : [
        "ProcessDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "PrivateNearestNeighborSearchProtobuf",
        "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",
        "PrivateNearestNeighborSearchProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PNNSBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "PNNSBenchmark",
      "path" : "Benchmarks/PrivateNearestNeighborSearchBenchmark",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "PNNSBenchmark"
      ],
      "sources" : [
        "PrivateNearestNeighborSearchBenchmark.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateNearestNeighborSearchProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PIRShardDatabase",
      "module_type" : "SwiftTarget",
      "name" : "PIRShardDatabase",
      "path" : "Sources/PIRShardDatabase",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PIRShardDatabase"
      ],
      "sources" : [
        "ShardDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "PrivateInformationRetrievalProtobuf"
      ],
      "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" : [
        "ProcessDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "PrivateInformationRetrievalProtobuf",
        "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" : [
        "GenerateDatabase.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "PrivateInformationRetrievalProtobuf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PIRBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "PIRBenchmark",
      "path" : "Benchmarks/PrivateInformationRetrievalBenchmark",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "PIRBenchmark"
      ],
      "sources" : [
        "PrivateInformationRetrievalBenchmark.swift"
      ],
      "target_dependencies" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "PrivateInformationRetrieval",
        "PrivateInformationRetrievalProtobuf"
      ],
      "type" : "executable"
    },
    {
      "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",
        "PrivateInformationRetrievalProtobuf",
        "PrivateNearestNeighborSearchProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "PNNSBenchmark",
        "PIRBenchmark",
        "BasicsSnippet",
        "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" : "HomomorphicEncryption",
      "module_type" : "SwiftTarget",
      "name" : "HomomorphicEncryption",
      "path" : "Sources/HomomorphicEncryption",
      "product_dependencies" : [
        "Crypto",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "PrivateInformationRetrieval",
        "PrivateInformationRetrievalProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateNearestNeighborSearchProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "RlweBenchmark",
        "PolyBenchmark",
        "PNNSBenchmark",
        "PIRBenchmark",
        "BasicsSnippet",
        "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",
        "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",
        "Zeroization.swift"
      ],
      "target_dependencies" : [
        "CUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CUtil",
      "module_type" : "ClangTarget",
      "name" : "CUtil",
      "path" : "Sources/CUtil",
      "product_memberships" : [
        "HomomorphicEncryption",
        "HomomorphicEncryptionProtobuf",
        "PrivateInformationRetrieval",
        "PrivateInformationRetrievalProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateNearestNeighborSearchProtobuf",
        "PIRGenerateDatabase",
        "PIRProcessDatabase",
        "PIRShardDatabase",
        "PNNSGenerateDatabase",
        "PNNSProcessDatabase",
        "RlweBenchmark",
        "PolyBenchmark",
        "PNNSBenchmark",
        "PIRBenchmark",
        "BasicsSnippet",
        "SerializationSnippet",
        "EvaluationKeySnippet",
        "MultiplicationSnippet",
        "EncryptionParametersSnippet",
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "zeroize.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicsSnippet",
      "module_type" : "SwiftTarget",
      "name" : "BasicsSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "BasicsSnippet"
      ],
      "sources" : [
        "BasicsSnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "SerializationSnippet",
      "module_type" : "SwiftTarget",
      "name" : "SerializationSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "SerializationSnippet"
      ],
      "sources" : [
        "SerializationSnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EvaluationKeySnippet",
      "module_type" : "SwiftTarget",
      "name" : "EvaluationKeySnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "EvaluationKeySnippet"
      ],
      "sources" : [
        "EvaluationKeySnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "MultiplicationSnippet",
      "module_type" : "SwiftTarget",
      "name" : "MultiplicationSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "MultiplicationSnippet"
      ],
      "sources" : [
        "MultiplicationSnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EncryptionParametersSnippet",
      "module_type" : "SwiftTarget",
      "name" : "EncryptionParametersSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "EncryptionParametersSnippet"
      ],
      "sources" : [
        "EncryptionParametersSnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "NoiseBudgetSnippet",
      "module_type" : "SwiftTarget",
      "name" : "NoiseBudgetSnippet",
      "path" : "Snippets/HomomorphicEncryption",
      "product_memberships" : [
        "NoiseBudgetSnippet"
      ],
      "sources" : [
        "NoiseBudgetSnippet.swift"
      ],
      "target_dependencies" : [
        "PrivateNearestNeighborSearchProtobuf",
        "PrivateNearestNeighborSearch",
        "PrivateInformationRetrievalProtobuf",
        "PrivateInformationRetrieval",
        "HomomorphicEncryptionProtobuf",
        "HomomorphicEncryption"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-protobuf
[1/6817] Fetching package-benchmark
[138/8988] Fetching package-benchmark, swift-docc-plugin
[2989/51905] Fetching package-benchmark, swift-docc-plugin, swift-protobuf
[2990/69151] Fetching package-benchmark, swift-docc-plugin, swift-protobuf, swift-crypto
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.03s)
Fetching https://github.com/apple/swift-argument-parser.git
[11715/66980] Fetching package-benchmark, swift-protobuf, swift-crypto
[13951/84172] Fetching package-benchmark, swift-protobuf, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.82s)
Fetching https://github.com/apple/swift-algorithms
[32267/66980] Fetching package-benchmark, swift-protobuf, swift-crypto
[38717/73038] Fetching package-benchmark, swift-protobuf, swift-crypto, swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.96s)
[48526/66980] Fetching package-benchmark, swift-protobuf, swift-crypto
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/ordo-one/package-benchmark from cache (5.08s)
[55872/60163] Fetching swift-protobuf, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.20s)
[40342/42917] Fetching swift-protobuf
[42489/49086] Fetching swift-protobuf, swift-log
[43782/55502] Fetching swift-protobuf, swift-log, swift-numerics
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Fetched https://github.com/apple/swift-numerics from cache (1.26s)
Fetched https://github.com/apple/swift-protobuf from cache (12.61s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (16.56s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.11s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3669] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.05s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.36.0 (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.25s)
Fetching https://github.com/apple/swift-asn1.git
[1/1766] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.63s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.11 (1.21s)
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/apple/swift-atomics.git
[1/203] Fetching texttable
[58/238] Fetching texttable, package-jemalloc
[212/849] Fetching texttable, package-jemalloc, hdrhistogram-swift
[475/2669] Fetching texttable, package-jemalloc, hdrhistogram-swift, swift-atomics
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/ordo-one/TextTable.git from cache (0.54s)
[1256/2466] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics
[2440/8067] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
[3868/6247] Fetching package-jemalloc, hdrhistogram-swift, swift-system
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (1.03s)
[3916/6212] Fetching hdrhistogram-swift, swift-system
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (1.04s)
[3361/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (2.28s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.64s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.4 (1.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.25s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.11
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
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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.36.0
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
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/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.4
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/45] Emitting module SystemPackage
[8/49] Emitting module ArgumentParserToolInfo
[9/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/50] Compiling SystemPackage FilePathSyntax.swift
[11/50] Compiling SystemPackage FilePathTemp.swift
[12/50] Compiling SystemPackage FilePathTempPosix.swift
[13/50] Compiling SystemPackage FilePathTempWindows.swift
[14/50] Compiling SystemPackage FilePath.swift
[15/50] Compiling SystemPackage FilePathComponentView.swift
[16/50] Compiling SystemPackage FilePathComponents.swift
[17/50] Compiling SystemPackage FilePathParsing.swift
[18/50] Compiling SystemPackage FilePathString.swift
[19/50] Compiling SystemPackage SystemString.swift
[20/50] Compiling SystemPackage Util+StringArray.swift
[21/50] Compiling SystemPackage Util.swift
[22/50] Compiling SystemPackage UtilConsumers.swift
[23/50] Compiling SystemPackage Errno.swift
[24/50] Compiling SystemPackage ErrnoWindows.swift
[25/50] Compiling SystemPackage FileDescriptor.swift
[26/50] Compiling SystemPackage FileHelpers.swift
[27/50] Compiling SystemPackage FileOperations.swift
[28/50] Wrapping AST for ArgumentParserToolInfo for debugging
[30/96] Compiling ArgumentParser SplitArguments.swift
[31/96] Compiling ArgumentParser ParsableCommand.swift
[32/96] Compiling ArgumentParser ArgumentDecoder.swift
[33/96] Compiling ArgumentParser ArgumentDefinition.swift
[34/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/96] Compiling ArgumentParser CompletionsGenerator.swift
[36/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/96] Compiling ArgumentParser Argument.swift
[39/96] Compiling ArgumentParser ArgumentDiscussion.swift
[40/96] Compiling ArgumentParser ArgumentHelp.swift
[41/96] Compiling ArgumentParser InputOrigin.swift
[42/96] Compiling ArgumentParser Name.swift
[43/96] Compiling ArgumentParser Parsed.swift
[44/96] Compiling ArgumentParser ParsedValues.swift
[45/96] Compiling ArgumentParser ParserError.swift
[46/97] Wrapping AST for SystemPackage for debugging
[48/97] Emitting module ArgumentParser
[49/103] Compiling ArgumentParser Foundation.swift
[50/103] Compiling ArgumentParser Mutex.swift
[51/103] Compiling ArgumentParser Platform.swift
[52/103] Compiling ArgumentParser SequenceExtensions.swift
[53/103] Compiling ArgumentParser StringExtensions.swift
[54/103] Compiling ArgumentParser SwiftExtensions.swift
[61/103] Compiling ArgumentParser DumpHelpGenerator.swift
[62/103] Compiling ArgumentParser HelpCommand.swift
[63/103] Compiling ArgumentParser HelpGenerator.swift
[64/103] Compiling ArgumentParser MessageInfo.swift
[65/103] Compiling ArgumentParser UsageGenerator.swift
[66/103] Compiling ArgumentParser CollectionExtensions.swift
[67/103] Compiling ArgumentParser Tree.swift
[68/103] Compiling ArgumentParser CodingKeyValidator.swift
[69/103] Compiling ArgumentParser NonsenseFlagsValidator.swift
[70/103] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/103] Compiling ArgumentParser PositionalArgumentsValidator.swift
[72/103] Compiling ArgumentParser UniqueNamesValidator.swift
[73/103] Compiling ArgumentParser ArgumentVisibility.swift
[74/103] Compiling ArgumentParser CompletionKind.swift
[75/103] Compiling ArgumentParser Errors.swift
[76/103] Compiling ArgumentParser Flag.swift
[77/103] Compiling ArgumentParser NameSpecification.swift
[78/103] Compiling ArgumentParser Option.swift
[79/103] Compiling ArgumentParser OptionGroup.swift
[80/103] Compiling ArgumentParser ParentCommand.swift
[81/103] Compiling ArgumentParser AsyncParsableCommand.swift
[82/103] Compiling ArgumentParser CommandConfiguration.swift
[83/103] Compiling ArgumentParser CommandGroup.swift
[84/103] Compiling ArgumentParser EnumerableFlag.swift
[85/103] Compiling ArgumentParser ExpressibleByArgument.swift
[86/103] Compiling ArgumentParser ParsableArguments.swift
[90/103] Compiling ArgumentParser ArgumentSet.swift
[91/103] Compiling ArgumentParser CommandParser.swift
[92/103] Compiling ArgumentParser InputKey.swift
[100/104] Wrapping AST for ArgumentParser for debugging
[102/106] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[103/106] Emitting module BenchmarkBoilerplateGenerator
[104/107] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[105/107] Write Objects.LinkFileList
[106/107] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
[5/5] Compiling plugin SwiftProtobufPlugin
[6/6] Compiling plugin GenerateManual
[7/7] Compiling plugin GenerateDoccReference
Building for debugging...
[7/502] Write sources
[11/502] Compiling CUtil zeroize.c
[12/502] Compiling _NumericsShims _NumericsShims.c
[12/502] Write sources
[14/502] Compiling _AtomicsShims.c
[14/502] Write sources
[17/502] Compiling CSystem shims.c
[17/502] Write sources
[43/502] Compiling SwiftRuntimeHooks shims.c
[44/502] Compiling CSystem shims.c
[45/502] Compiling fiat_p256_adx_sqr.S
[46/502] Compiling fiat_p256_adx_mul.S
[47/502] Compiling fiat_curve25519_adx_square.S
[48/502] Compiling fiat_curve25519_adx_mul.S
[49/502] Compiling md5-x86_64-linux.S
[50/502] Compiling CCryptoBoringSSLShims shims.c
[51/502] Compiling md5-x86_64-apple.S
[52/502] Compiling md5-586-apple.S
[53/502] Compiling md5-586-linux.S
[54/502] Compiling chacha20_poly1305_x86_64-linux.S
[55/502] Compiling aes.cc
[56/502] Write swift-version-24593BA9C3E375BF.txt
[57/502] Compiling a_dup.cc
[58/502] Compiling chacha20_poly1305_x86_64-apple.S
[59/502] Compiling chacha20_poly1305_armv8-win.S
[60/502] Compiling chacha20_poly1305_armv8-linux.S
[61/502] Compiling a_d2i_fp.cc
[62/533] Compiling a_bool.cc
[63/614] Compiling a_bitstr.cc
[64/652] Compiling err_data.cc
[65/652] Compiling chacha20_poly1305_armv8-apple.S
[66/652] Compiling chacha-x86_64-linux.S
[67/652] Compiling chacha-x86_64-apple.S
[69/652] Emitting module RealModule
[69/653] Compiling chacha-x86-linux.S
[71/653] Emitting module ArgumentParserToolInfo
[71/654] Compiling chacha-x86-apple.S
[73/654] Compiling chacha-armv8-win.S
[74/654] Compiling chacha-armv8-linux.S
[75/654] Wrapping AST for ArgumentParserToolInfo for debugging
[76/654] Compiling chacha-armv8-apple.S
[77/654] Compiling chacha-armv4-linux.S
[78/654] Compiling aes128gcmsiv-x86_64-linux.S
[79/654] Compiling aes128gcmsiv-x86_64-apple.S
[81/655] Emitting module SystemPackage
[81/656] Compiling x86_64-mont5-linux.S
[82/656] Compiling x86_64-mont5-apple.S
[84/656] Compiling x86_64-mont-linux.S
[85/656] Compiling x86_64-mont-apple.S
[86/656] Compiling x86-mont-linux.S
[87/656] Compiling x86-mont-apple.S
[88/656] Compiling vpaes-x86_64-linux.S
[89/656] Compiling vpaes-x86_64-apple.S
[90/656] Compiling vpaes-x86-linux.S
[91/656] Compiling vpaes-x86-apple.S
[92/656] Compiling vpaes-armv8-win.S
[93/656] Compiling vpaes-armv8-linux.S
[94/656] Compiling vpaes-armv8-apple.S
[95/656] Compiling vpaes-armv7-linux.S
[96/656] Wrapping AST for SystemPackage for debugging
[97/656] Compiling sha512-x86_64-linux.S
[98/656] Compiling sha512-x86_64-apple.S
[99/656] Compiling sha512-armv8-win.S
[100/656] Compiling sha512-armv8-linux.S
[101/656] Compiling sha512-armv8-apple.S
[102/656] Compiling sha512-586-linux.S
[103/656] Compiling sha512-armv4-linux.S
[105/656] Emitting module ArgumentParser
[105/657] Compiling sha256-x86_64-linux.S
[106/657] Compiling sha512-586-apple.S
[107/657] Compiling sha256-x86_64-apple.S
[108/657] Compiling sha256-armv8-win.S
[110/657] Compiling sha256-armv8-linux.S
[111/657] Compiling sha256-armv8-apple.S
[112/657] Compiling sha256-586-linux.S
[113/657] Compiling sha256-armv4-linux.S
[114/657] Compiling sha1-x86_64-linux.S
[115/657] Compiling sha256-586-apple.S
[116/657] Compiling sha1-x86_64-apple.S
[117/657] Compiling sha1-armv8-win.S
[118/657] Compiling sha1-armv8-linux.S
[119/657] Compiling sha1-armv8-apple.S
[120/657] Compiling sha1-586-linux.S
[121/657] Compiling sha1-armv4-large-linux.S
[122/657] Compiling rsaz-avx2-linux.S
[122/657] Compiling sha1-586-apple.S
[124/657] Compiling rsaz-avx2-apple.S
[125/657] Compiling rdrand-x86_64-linux.S
[126/657] Compiling rdrand-x86_64-apple.S
[127/657] Compiling p256_beeu-x86_64-asm-linux.S
[128/657] Compiling p256_beeu-armv8-asm-win.S
[129/657] Compiling p256_beeu-x86_64-asm-apple.S
[130/657] Compiling p256_beeu-armv8-asm-linux.S
[131/657] Wrapping AST for ArgumentParser for debugging
[132/658] Compiling p256_beeu-armv8-asm-apple.S
[133/658] Compiling p256-x86_64-asm-linux.S
[134/658] Compiling p256-x86_64-asm-apple.S
[135/658] Compiling p256-armv8-asm-win.S
[136/658] Compiling p256-armv8-asm-linux.S
[137/658] Compiling p256-armv8-asm-apple.S
[138/658] Compiling ghashv8-armv8-win.S
[140/658] Emitting module BenchmarkBoilerplateGenerator
[140/659] Compiling ghashv8-armv8-linux.S
[141/659] Compiling ghashv8-armv8-apple.S
[143/659] Compiling ghashv8-armv7-linux.S
[144/659] Compiling ghash-x86_64-linux.S
[145/659] Compiling ghash-x86_64-apple.S
[146/659] Compiling ghash-x86-linux.S
[148/659] Compiling RealModule RealFunctions.swift
[149/659] Compiling SwiftProtobuf ExtensionFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/659] Compiling SwiftProtobuf ExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/661] Compiling SwiftProtobuf Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/661] Compiling SwiftProtobuf DoubleParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/661] Compiling SwiftProtobuf Enum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/661] Compiling ghash-x86-apple.S
[155/661] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/661] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/661] Compiling ghash-ssse3-x86_64-linux.S
[158/661] Compiling SwiftProtobuf BytecodeInterpreter.swift
[159/661] Compiling SwiftProtobuf BytecodeReader.swift
[160/661] Compiling SwiftProtobuf CustomJSONCodable.swift
[162/661] Compiling SwiftProtobuf FieldTag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/661] Compiling SwiftProtobuf FieldTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/661] Compiling SwiftProtobuf ExtensibleMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/661] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/661] Compiling RealModule RelaxedArithmetic.swift
[167/661] Compiling RealModule Real.swift
[168/661] Compiling RealModule Float16+Real.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/661] Compiling RealModule Float80+Real.swift
[174/662] Compiling ghash-ssse3-x86_64-apple.S
[176/662] Emitting module SystemPackage
[176/666] Compiling ghash-ssse3-x86-linux.S
[187/666] Compiling ghash-ssse3-x86-apple.S
[188/666] Compiling ghash-neon-armv8-win.S
[190/666] Compiling ghash-neon-armv8-linux.S
[191/666] Compiling ghash-neon-armv8-apple.S
[192/666] Compiling ghash-armv4-linux.S
[193/666] Compiling co-586-linux.S
[194/666] Compiling co-586-apple.S
[195/666] Compiling bsaes-armv7-linux.S
[196/666] Compiling bn-armv8-win.S
[197/666] Compiling bn-armv8-linux.S
[198/666] Compiling bn-armv8-apple.S
[199/666] Compiling bn-586-linux.S
[200/666] Compiling bn-586-apple.S
[201/666] Compiling armv8-mont-win.S
[202/666] Compiling armv8-mont-linux.S
[203/666] Compiling armv8-mont-apple.S
[205/666] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/666] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/666] Compiling SwiftProtobuf AsyncMessageSequence.swift
[208/666] Compiling SwiftProtobuf BinaryDecoder.swift
[209/666] Compiling SwiftProtobuf BinaryDecodingError.swift
[210/666] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[213/666] Compiling SwiftASN1 DER.swift
[214/666] Compiling SwiftASN1 Errors.swift
[215/666] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[216/666] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[217/666] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[218/666] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[221/666] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[222/666] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[223/666] Compiling SwiftProtobuf HashVisitor.swift
[224/666] Compiling SwiftProtobuf Internal.swift
[225/666] Compiling SwiftProtobuf AnyMessageStorage.swift
[226/666] Compiling SwiftProtobuf AnyUnpackError.swift
[226/666] Compiling armv4-mont-linux.S
[228/666] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/666] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/666] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/667] Compiling aesv8-gcm-armv8-win.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/667] Compiling aesv8-gcm-armv8-linux.S
[235/667] Emitting module SwiftASN1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/667] Compiling aesv8-gcm-armv8-apple.S
[236/667] Compiling aesv8-armv8-win.S
[238/667] Compiling aesv8-armv8-linux.S
[239/667] Compiling aesv8-armv8-apple.S
[240/667] Compiling aesv8-armv7-linux.S
[241/667] Compiling aesni-x86_64-linux.S
[242/667] Compiling aesni-x86_64-apple.S
[243/667] Compiling aesni-x86-linux.S
[244/667] Compiling aesni-x86-apple.S
[245/667] Compiling aesni-gcm-x86_64-linux.S
[246/667] Compiling aesni-gcm-x86_64-apple.S
[247/667] Compiling aes-gcm-avx512-x86_64-linux.S
[248/667] Compiling aes-gcm-avx512-x86_64-apple.S
[249/667] Compiling aes-gcm-avx2-x86_64-linux.S
[250/667] Compiling aes-gcm-avx2-x86_64-apple.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/668] Compiling SwiftProtobuf ProtoNameProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/668] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/668] Compiling SwiftProtobuf ProtobufMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/668] Compiling SwiftProtobuf SelectiveVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/668] Compiling SwiftProtobuf SimpleExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/668] Compiling SwiftProtobuf StringUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/668] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/668] Compiling SwiftProtobuf SwiftProtobufError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/668] Compiling SwiftProtobuf TextFormatDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/668] Compiling SwiftProtobuf TextFormatDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/668] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/668] Compiling SwiftProtobuf TextFormatEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/679] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[292/679] Emitting module SwiftProtobuf
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/679] Write Objects.LinkFileList
[294/679] Compiling SystemPackage SystemString.swift
[295/679] Compiling SystemPackage Util+StringArray.swift
[296/679] Compiling SystemPackage Util.swift
[297/679] Compiling SystemPackage UtilConsumers.swift
[299/691] Compiling ComplexModule Polar.swift
[300/691] Compiling ComplexModule Complex+StringConvertible.swift
[300/692] Compiling xwing.cc
[302/692] Compiling ComplexModule Complex+Numeric.swift
[303/692] Compiling ComplexModule Complex.swift
[304/692] Compiling ComplexModule Complex+Hashable.swift
[305/692] Compiling ComplexModule Complex+IntegerLiteral.swift
[306/692] Compiling ComplexModule Scale.swift
[307/692] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[308/692] Compiling ComplexModule Complex+AlgebraicField.swift
[308/692] Wrapping AST for SwiftASN1 for debugging
[309/692] Wrapping AST for SystemPackage for debugging
[310/692] Linking BenchmarkBoilerplateGenerator-tool
[311/692] Compiling x_x509a.cc
[312/692] Generating plugin support files
[314/692] Wrapping AST for RealModule for debugging
[315/692] Generating plugin support files
[315/692] Write sources
[318/692] Wrapping AST for Logging for debugging
[319/692] Write sources
[320/692] Generating plugin support files
[322/692] Compiling SwiftProtobuf JSONDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/692] Compiling SwiftProtobuf JSONDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/692] Compiling SwiftProtobuf JSONDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[325/692] Compiling SwiftProtobuf JSONEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[326/692] Compiling SwiftProtobuf JSONEncodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[327/692] Compiling SwiftProtobuf JSONEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[328/692] Compiling SwiftProtobuf JSONEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[329/692] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[330/692] Compiling SwiftProtobuf JSONScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[331/692] Compiling SwiftProtobuf MathUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[332/692] Compiling SwiftProtobuf Message+AnyAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[333/692] Compiling SwiftProtobuf Message+BinaryAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[333/692] Compiling x_spki.cc
[334/692] Write sources
[336/692] Emitting module ComplexModule
[337/692] Compiling ComplexModule Complex+Codable.swift
[338/692] Compiling ComplexModule Complex+ElementaryFunctions.swift
[338/693] Compiling x_x509.cc
[341/693] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/693] Compiling SwiftProtobuf Message+FieldMask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[343/693] Compiling SwiftProtobuf Message+JSONAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[344/693] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[345/693] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[346/693] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[347/693] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[348/693] Compiling SwiftProtobuf Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[349/693] Compiling SwiftProtobuf MessageExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[350/693] Compiling SwiftProtobuf NameMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[351/693] Compiling SwiftProtobuf PathDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[352/693] Compiling SwiftProtobuf PathVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/693] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[354/693] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[355/693] Compiling SwiftProtobuf TextFormatScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[356/693] Compiling SwiftProtobuf TimeUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[357/693] Compiling SwiftProtobuf UnknownStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[358/693] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[359/693] Compiling SwiftProtobuf Varint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[360/693] Compiling SwiftProtobuf Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[361/693] Compiling SwiftProtobuf Visitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/693] Compiling SwiftProtobuf WireFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/693] Compiling SwiftProtobuf ZigZag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/695] Compiling x_req.cc
[364/695] Compiling x_sig.cc
[365/695] Wrapping AST for ComplexModule for debugging
[367/695] Emitting module Numerics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/695] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/695] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[380/695] Compiling Numerics Numerics.swift
[381/696] Compiling x_exten.cc
[382/696] Compiling x_name.cc
[383/696] Compiling x_pubkey.cc
[384/696] Wrapping AST for Numerics for debugging
[385/698] Compiling x_crl.cc
[387/698] Emitting module Histogram
[388/698] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1394:25: error: cannot find 'vsnprintf' in scope
1392 |                 // string.
1393 |                 0..<bufferSize ~= format.withCString {
1394 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1395 |                 }
1396 |             }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[388/698] Compiling x_algor.cc
[388/698] Compiling x509spki.cc
[388/698] Compiling x_all.cc
[388/698] Compiling x509name.cc
[388/698] Compiling x509rset.cc
[388/698] Compiling x_attrib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: couldn't find pc file for jemalloc
[0/8] Compiling CSystem shims.c
[1/8] Write swift-version-24593BA9C3E375BF.txt
[3/41] Compiling SystemPackage Syscalls.swift
[4/41] Compiling SystemPackage WindowsSyscallAdapters.swift
[5/41] Compiling SystemPackage MachPort.swift
[6/41] Compiling SystemPackage PlatformString.swift
[7/45] Compiling SystemPackage FilePathWindows.swift
[8/45] Compiling SystemPackage FilePermissions.swift
[9/45] Compiling SystemPackage IOCompletion.swift
[10/45] Compiling SystemPackage IORequest.swift
[11/45] Compiling SystemPackage IORing.swift
[12/45] Compiling SystemPackage RawIORequest.swift
[13/45] Compiling SystemPackage Backcompat.swift
[14/45] Compiling SystemPackage CInterop.swift
[15/45] Compiling SystemPackage FilePathSyntax.swift
[16/45] Compiling SystemPackage FilePathTemp.swift
[17/45] Compiling SystemPackage FilePathTempPosix.swift
[18/45] Compiling SystemPackage FilePathTempWindows.swift
[19/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/45] Emitting module ArgumentParserToolInfo
[22/46] Compiling SystemPackage Errno.swift
[23/46] Compiling SystemPackage ErrnoWindows.swift
[24/46] Compiling SystemPackage FileDescriptor.swift
[25/46] Compiling SystemPackage FileHelpers.swift
[26/46] Compiling SystemPackage FileOperations.swift
[26/46] Wrapping AST for ArgumentParserToolInfo for debugging
[28/92] Compiling ArgumentParser ParsedValues.swift
[29/92] Compiling ArgumentParser ParserError.swift
[30/92] Compiling ArgumentParser SplitArguments.swift
[31/92] Compiling ArgumentParser DumpHelpGenerator.swift
[32/92] Compiling ArgumentParser ArgumentDiscussion.swift
[33/92] Compiling ArgumentParser ArgumentHelp.swift
[34/92] Compiling ArgumentParser ArgumentVisibility.swift
[35/92] Compiling ArgumentParser CompletionKind.swift
[36/92] Emitting module SystemPackage
[37/92] Compiling ArgumentParser CommandGroup.swift
[38/92] Compiling ArgumentParser EnumerableFlag.swift
[39/92] Compiling ArgumentParser ExpressibleByArgument.swift
[40/92] Compiling ArgumentParser ParsableArguments.swift
[41/92] Compiling ArgumentParser ParsableCommand.swift
[42/93] Wrapping AST for SystemPackage for debugging
[44/93] Compiling ArgumentParser Foundation.swift
[45/93] Compiling ArgumentParser Mutex.swift
[46/93] Compiling ArgumentParser Platform.swift
[47/93] Compiling ArgumentParser SequenceExtensions.swift
[48/93] Compiling ArgumentParser StringExtensions.swift
[49/93] Compiling ArgumentParser SwiftExtensions.swift
[50/99] Compiling ArgumentParser InputOrigin.swift
[51/99] Compiling ArgumentParser Name.swift
[52/99] Compiling ArgumentParser Parsed.swift
[58/99] Compiling ArgumentParser Errors.swift
[59/99] Compiling ArgumentParser Flag.swift
[60/99] Compiling ArgumentParser NameSpecification.swift
[61/99] Compiling ArgumentParser Option.swift
[62/99] Compiling ArgumentParser OptionGroup.swift
[63/99] Compiling ArgumentParser Tree.swift
[64/99] Compiling ArgumentParser CodingKeyValidator.swift
[65/99] Compiling ArgumentParser NonsenseFlagsValidator.swift
[66/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/99] Compiling ArgumentParser PositionalArgumentsValidator.swift
[68/99] Compiling ArgumentParser UniqueNamesValidator.swift
[70/99] Compiling ArgumentParser HelpCommand.swift
[71/99] Compiling ArgumentParser HelpGenerator.swift
[72/99] Compiling ArgumentParser MessageInfo.swift
[73/99] Compiling ArgumentParser UsageGenerator.swift
[74/99] Compiling ArgumentParser CollectionExtensions.swift
[75/99] Emitting module ArgumentParser
[76/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[77/99] Compiling ArgumentParser CompletionsGenerator.swift
[78/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[79/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[80/99] Compiling ArgumentParser Argument.swift
[83/99] Compiling ArgumentParser ParentCommand.swift
[84/99] Compiling ArgumentParser AsyncParsableCommand.swift
[85/99] Compiling ArgumentParser CommandConfiguration.swift
[91/99] Compiling ArgumentParser ArgumentDecoder.swift
[92/99] Compiling ArgumentParser ArgumentDefinition.swift
[93/99] Compiling ArgumentParser ArgumentSet.swift
[94/99] Compiling ArgumentParser CommandParser.swift
[95/99] Compiling ArgumentParser InputKey.swift
[96/100] Wrapping AST for ArgumentParser for debugging
[98/102] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[99/102] Emitting module BenchmarkBoilerplateGenerator
[100/103] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[101/103] Write Objects.LinkFileList
[102/103] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
[0/1] Planning build
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
[5/5] Compiling plugin SwiftProtobufPlugin
[6/6] Compiling plugin GenerateManual
[7/7] Compiling plugin GenerateDoccReference
Building for debugging...
[7/306] Write sources
[11/328] Compiling x509_vpm.cc
[12/328] Compiling CSystem shims.c
[13/328] Compiling x_algor.cc
[14/328] Compiling x509rset.cc
[15/328] Write swift-version-24593BA9C3E375BF.txt
[16/328] Compiling x509spki.cc
[17/328] Compiling x509name.cc
[18/328] Compiling x_attrib.cc
[19/329] Compiling x509cset.cc
[20/335] Compiling x_all.cc
[21/360] Compiling x509_v3.cc
[22/454] Compiling x509_vfy.cc
[23/477] Compiling x509_txt.cc
[25/477] Compiling RealModule RealFunctions.swift
[26/478] Compiling Logging MetadataProvider.swift
[27/478] Compiling Logging Locks.swift
[28/478] Compiling Logging LogHandler.swift
[29/478] Emitting module SystemPackage
[30/480] Compiling RealModule Float80+Real.swift
[31/480] Compiling RealModule Real.swift
[32/481] Compiling RealModule RelaxedArithmetic.swift
[34/499] Emitting module Logging
[35/499] Compiling RealModule Float16+Real.swift
[36/499] Compiling Atomics RawRepresentable.swift
[37/499] Compiling Atomics AtomicBool.swift
[38/499] Emitting module SystemPackage
[39/504] Compiling Atomics DoubleWord.swift
[40/504] Compiling Atomics AtomicStorage.swift
[41/504] Compiling Atomics AtomicValue.swift
[42/504] Compiling Atomics ManagedAtomic.swift
[43/504] Compiling Atomics IntegerConformances.swift
[44/504] Compiling Atomics PointerConformances.swift
[45/504] Compiling Atomics Primitives.native.swift
[46/504] Compiling Atomics OptionalRawRepresentable.swift
[47/504] Compiling Atomics AtomicReference.swift
[48/504] Compiling Atomics AtomicMemoryOrderings.swift
[49/506] Compiling Atomics ManagedAtomicLazyReference.swift
[50/506] Compiling Atomics UnsafeAtomic.swift
[51/506] Compiling SwiftASN1 DER.swift
[52/506] Compiling SwiftASN1 Errors.swift
[53/506] Compiling SwiftProtobuf AsyncMessageSequence.swift
[54/506] Compiling SwiftProtobuf BinaryDecoder.swift
[55/506] Compiling SwiftProtobuf BinaryDecodingError.swift
[56/506] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[57/506] Compiling SwiftProtobuf HashVisitor.swift
[58/506] Compiling SwiftProtobuf Internal.swift
[59/506] Compiling SwiftProtobuf AnyMessageStorage.swift
[60/506] Compiling SwiftProtobuf AnyUnpackError.swift
[61/506] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[62/506] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[63/506] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[64/506] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[69/506] Compiling BenchmarkShared Command+Helpers.swift
[70/506] Emitting module BenchmarkShared
[72/509] Emitting module RealModule
[80/510] Emitting module ArgumentParserToolInfo
[81/511] Compiling Atomics IntegerOperations.swift
[82/511] Compiling Atomics Unmanaged extensions.swift
[87/513] Compiling Atomics AtomicInteger.swift
[88/513] Compiling Atomics AtomicOptionalWrappable.swift
[89/513] Emitting module SwiftASN1
[89/513] Wrapping AST for SystemPackage for debugging
[91/513] Emitting module ArgumentParserToolInfo
[95/525] Compiling Logging Logging.swift
[96/525] Compiling SystemPackage SystemString.swift
[97/525] Compiling SystemPackage Util+StringArray.swift
[98/525] Compiling SystemPackage Util.swift
[99/525] Compiling SystemPackage UtilConsumers.swift
[100/525] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[101/525] Compiling ComplexModule Complex+AlgebraicField.swift
[102/525] Compiling ComplexModule Complex+Codable.swift
[104/526] Emitting module Atomics
[105/526] Compiling ComplexModule Polar.swift
[106/526] Emitting module ArgumentParser
[108/527] Compiling ComplexModule Complex+StringConvertible.swift
[109/527] Compiling ComplexModule Complex+Hashable.swift
[110/527] Compiling ComplexModule Complex+IntegerLiteral.swift
[111/527] Compiling ComplexModule Complex+Numeric.swift
[112/527] Compiling ComplexModule Complex.swift
[116/527] Wrapping AST for ArgumentParserToolInfo for debugging
[118/527] Emitting module ComplexModule
[129/527] Compiling ComplexModule Complex+ElementaryFunctions.swift
[130/527] Wrapping AST for RealModule for debugging
[132/527] Compiling ComplexModule Scale.swift
[137/528] Compiling ArgumentParserToolInfo ToolInfo.swift
[149/531] Emitting module SwiftProtobuf
[149/543] Wrapping AST for ArgumentParser for debugging
[150/543] Wrapping AST for SystemPackage for debugging
[151/543] Wrapping AST for ComplexModule for debugging
[153/545] Emitting module BenchmarkBoilerplateGenerator
[154/546] Emitting module Numerics
[155/546] Compiling Numerics Numerics.swift
[157/546] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[158/546] Write Objects.LinkFileList
[159/548] Compiling x509_trs.cc
[160/548] Compiling x509_set.cc
[173/548] Compiling x509_lu.cc
[175/548] Emitting module Histogram
[175/548] Compiling x509_def.cc
[175/548] Compiling x509_obj.cc
[189/548] Compiling x509_req.cc
[190/548] Linking BenchmarkBoilerplateGenerator-tool
[192/548] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1394:25: error: cannot find 'vsnprintf' in scope
1392 |                 // string.
1393 |                 0..<bufferSize ~= format.withCString {
1394 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1395 |                 }
1396 |             }
[192/548] Compiling x509.cc
[192/548] Compiling v3_utl.cc
[192/548] Compiling x509_cmp.cc
[192/548] Compiling x509_ext.cc
[192/548] Compiling x509_d2.cc
[192/548] Compiling x509_att.cc
[193/548] Compiling SwiftProtobuf ProtoNameProviding.swift
[194/548] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[195/548] Compiling SwiftProtobuf ProtobufMap.swift
[196/548] Compiling SwiftProtobuf SelectiveVisitor.swift
[197/548] Compiling SwiftProtobuf SimpleExtensionMap.swift
[198/548] Compiling SwiftProtobuf StringUtils.swift
[199/548] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[200/548] Compiling SwiftProtobuf SwiftProtobufError.swift
[201/548] Compiling SwiftProtobuf TextFormatDecoder.swift
[202/548] Compiling SwiftProtobuf TextFormatDecodingError.swift
[203/548] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[204/548] Compiling SwiftProtobuf TextFormatEncoder.swift
BUILD FAILURE 6.1 wasm