The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-homomorphic-encryption, reference 1.0.5 (9e05e1), with Swift 6.1 for Wasm on 19 Nov 2025 19:48:26 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.5
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.5      -> FETCH_HEAD
HEAD is now at 9e05e11 precondition -> assert in Scalar (#245)
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 @):
9e05e111a4d05ea0acff4a5c42b2d013cc2a22ef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-homomorphic-encryption.git at 1.0.5
========================================
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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-protobuf
[1/6384] Fetching swift-numerics
[448/10794] Fetching swift-numerics, swift-log
[993/12952] Fetching swift-numerics, swift-log, swift-docc-plugin
[4213/19421] Fetching swift-numerics, swift-log, swift-docc-plugin, package-benchmark
[10092/36863] Fetching swift-numerics, swift-log, swift-docc-plugin, package-benchmark, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[15259/32453] Fetching swift-numerics, swift-docc-plugin, package-benchmark, swift-crypto
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/ordo-one/package-benchmark from cache (1.08s)
Fetching https://github.com/apple/swift-algorithms
[10113/42670] Fetching swift-numerics, swift-docc-plugin, swift-crypto, swift-argument-parser
[14460/48699] Fetching swift-numerics, swift-docc-plugin, swift-crypto, swift-argument-parser, swift-algorithms
[33700/90124] Fetching swift-numerics, swift-docc-plugin, swift-crypto, swift-argument-parser, swift-algorithms, swift-protobuf
Fetched https://github.com/apple/swift-algorithms from cache (0.81s)
[28543/84095] Fetching swift-numerics, swift-docc-plugin, swift-crypto, swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.45s)
[22583/67409] Fetching swift-numerics, swift-docc-plugin, swift-crypto, swift-protobuf
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.11s)
[57381/65251] Fetching swift-numerics, swift-crypto, swift-protobuf
Fetched https://github.com/apple/swift-numerics from cache (10.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (10.40s)
Fetched https://github.com/apple/swift-protobuf from cache (10.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (13.00s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.54s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3578] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.12s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.33.3 (0.59s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.48s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.6 (0.68s)
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/ordo-one/package-jemalloc.git
[1/35] Fetching package-jemalloc
[36/637] Fetching package-jemalloc, hdrhistogram-swift
[638/2457] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics
[2222/2660] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics, texttable
Fetched https://github.com/ordo-one/TextTable.git from cache (0.34s)
[1/5182] Fetching swift-system
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.43s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.52s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (1.08s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.55s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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/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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.33.3
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.6
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.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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling CSystem shims.c
[7/45] Emitting module ArgumentParserToolInfo
[8/45] Emitting module SystemPackage
[9/49] Compiling SystemPackage FilePathSyntax.swift
[10/49] Compiling SystemPackage FilePathTemp.swift
[11/49] Compiling SystemPackage FilePathTempPosix.swift
[12/49] Compiling SystemPackage FilePathTempWindows.swift
[13/49] Compiling ArgumentParserToolInfo ToolInfo.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/94] Compiling ArgumentParser ParsableCommand.swift
[31/94] Compiling ArgumentParser ArgumentDecoder.swift
[32/94] Compiling ArgumentParser ArgumentDefinition.swift
[33/94] Compiling ArgumentParser ArgumentSet.swift
[34/94] Compiling ArgumentParser CompletionKind.swift
[35/94] Compiling ArgumentParser Errors.swift
[36/94] Compiling ArgumentParser Flag.swift
[37/94] Compiling ArgumentParser NameSpecification.swift
[38/94] Compiling ArgumentParser Parsed.swift
[39/94] Compiling ArgumentParser ParsedValues.swift
[40/94] Compiling ArgumentParser ParserError.swift
[41/94] Compiling ArgumentParser ParsableArguments.swift
[42/94] Compiling ArgumentParser Option.swift
[43/94] Compiling ArgumentParser InputKey.swift
[44/94] Compiling ArgumentParser InputOrigin.swift
[45/94] Compiling ArgumentParser Name.swift
[46/95] Wrapping AST for SystemPackage for debugging
[48/95] Compiling ArgumentParser OptionGroup.swift
[49/95] Compiling ArgumentParser AsyncParsableCommand.swift
[50/95] Compiling ArgumentParser CommandConfiguration.swift
[51/95] Compiling ArgumentParser CommandGroup.swift
[52/95] Compiling ArgumentParser EnumerableFlag.swift
[53/95] Compiling ArgumentParser ExpressibleByArgument.swift
[60/101] Compiling ArgumentParser Tree.swift
[61/101] Compiling ArgumentParser CodingKeyValidator.swift
[62/101] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/101] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/101] Compiling ArgumentParser UniqueNamesValidator.swift
[66/101] Emitting module ArgumentParser
[67/101] Compiling ArgumentParser BashCompletionsGenerator.swift
[68/101] Compiling ArgumentParser CompletionsGenerator.swift
[69/101] Compiling ArgumentParser FishCompletionsGenerator.swift
[70/101] Compiling ArgumentParser ZshCompletionsGenerator.swift
[71/101] Compiling ArgumentParser Argument.swift
[72/101] Compiling ArgumentParser ArgumentDiscussion.swift
[73/101] Compiling ArgumentParser ArgumentHelp.swift
[74/101] Compiling ArgumentParser CollectionExtensions.swift
[75/101] Compiling ArgumentParser Mutex.swift
[76/101] Compiling ArgumentParser Platform.swift
[77/101] Compiling ArgumentParser SequenceExtensions.swift
[78/101] Compiling ArgumentParser StringExtensions.swift
[79/101] Compiling ArgumentParser SwiftExtensions.swift
[80/101] Compiling ArgumentParser SplitArguments.swift
[81/101] Compiling ArgumentParser DumpHelpGenerator.swift
[82/101] Compiling ArgumentParser HelpCommand.swift
[83/101] Compiling ArgumentParser HelpGenerator.swift
[84/101] Compiling ArgumentParser MessageInfo.swift
[85/101] Compiling ArgumentParser UsageGenerator.swift
[86/101] Compiling ArgumentParser ArgumentVisibility.swift
[97/101] Compiling ArgumentParser CommandParser.swift
[98/102] Wrapping AST for ArgumentParser for debugging
[100/104] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[101/104] Emitting module BenchmarkBoilerplateGenerator
[102/105] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[103/105] Write Objects.LinkFileList
[104/105] 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/503] Compiling CUtil zeroize.c
[8/503] Write sources
[9/503] Compiling CSystem shims.c
[10/503] Write sources
[13/503] Write swift-version-24593BA9C3E375BF.txt
[14/503] Compiling _NumericsShims _NumericsShims.c
[15/503] Compiling posix_time.cc
[16/503] Compiling a_dup.cc
[16/503] Write sources
[18/503] Compiling _AtomicsShims.c
[18/503] Write sources
[21/503] Compiling a_i2d_fp.cc
[22/503] Copying PrivacyInfo.xcprivacy
[23/503] Write sources
[24/504] Compiling SwiftRuntimeHooks shims.c
[24/504] Write sources
[30/505] Compiling a_object.cc
[31/505] Compiling a_int.cc
[32/505] Write sources
[44/506] Compiling a_mbstr.cc
[45/506] Write sources
[52/547] Compiling a_gentm.cc
[53/557] Compiling CSystem shims.c
[54/607] Compiling fiat_p256_adx_sqr.S
[56/629] Emitting module ArgumentParserToolInfo
[57/655] Compiling fiat_p256_adx_mul.S
[58/656] Compiling CCryptoBoringSSLShims shims.c
[60/656] Emitting module SystemPackage
[61/657] Wrapping AST for ArgumentParserToolInfo for debugging
[62/657] Compiling fiat_curve25519_adx_square.S
[63/657] Compiling fiat_curve25519_adx_mul.S
[64/657] Compiling md5-x86_64-linux.S
[65/657] Compiling md5-x86_64-apple.S
[66/657] Wrapping AST for SystemPackage for debugging
[67/657] Compiling md5-586-linux.S
[68/657] Compiling md5-586-apple.S
[69/657] Compiling chacha20_poly1305_x86_64-linux.S
[71/657] Emitting module SystemPackage
[71/661] Compiling chacha20_poly1305_x86_64-apple.S
[72/661] Compiling chacha20_poly1305_armv8-win.S
[73/661] Compiling chacha20_poly1305_armv8-linux.S
[74/661] Compiling chacha20_poly1305_armv8-apple.S
[75/661] Compiling chacha-x86_64-linux.S
[76/661] Compiling err_data.cc
[78/661] Emitting module ArgumentParser
[78/662] Compiling chacha-x86_64-apple.S
[79/662] Compiling chacha-x86-linux.S
[80/662] Compiling chacha-armv8-win.S
[81/662] Compiling chacha-x86-apple.S
[83/662] Compiling chacha-armv8-linux.S
[84/662] Compiling chacha-armv8-apple.S
[85/662] Compiling chacha-armv4-linux.S
[86/662] Compiling aes128gcmsiv-x86_64-linux.S
[87/662] Wrapping AST for ArgumentParser for debugging
[88/662] Compiling aes128gcmsiv-x86_64-apple.S
[89/662] Compiling x86_64-mont5-linux.S
[90/662] Compiling x86_64-mont5-apple.S
[91/663] Compiling x86_64-mont-apple.S
[92/663] Compiling x86_64-mont-linux.S
[93/663] Compiling x86-mont-apple.S
[94/663] Compiling x86-mont-linux.S
[95/663] Compiling vpaes-x86_64-linux.S
[96/663] Compiling vpaes-x86_64-apple.S
[98/663] Emitting module BenchmarkBoilerplateGenerator
[98/663] Compiling vpaes-x86-linux.S
[99/664] Compiling vpaes-x86-apple.S
[100/664] Compiling vpaes-armv8-win.S
[101/664] Compiling vpaes-armv8-linux.S
[102/664] Compiling vpaes-armv8-apple.S
[103/664] Compiling vpaes-armv7-linux.S
[105/664] Compiling sha512-x86_64-linux.S
[106/664] Compiling sha512-x86_64-apple.S
[107/664] Compiling sha512-armv8-win.S
[108/664] Compiling sha512-armv8-linux.S
[109/664] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[110/664] Write Objects.LinkFileList
[111/664] Compiling sha512-armv8-apple.S
[112/664] Compiling sha512-armv4-linux.S
[113/664] Compiling sha512-586-linux.S
[114/664] Compiling sha512-586-apple.S
[115/664] Compiling sha256-x86_64-linux.S
[116/664] Compiling sha256-x86_64-apple.S
[117/664] Compiling sha256-armv8-win.S
[118/664] Compiling sha256-armv8-linux.S
[119/664] Compiling sha256-armv8-apple.S
[120/664] Compiling sha256-armv4-linux.S
[121/664] Compiling sha256-586-linux.S
[122/664] Compiling sha1-x86_64-linux.S
[123/664] Compiling sha256-586-apple.S
[124/664] Compiling sha1-x86_64-apple.S
[125/664] Compiling sha1-armv8-win.S
[126/664] Compiling sha1-armv8-linux.S
[127/664] Compiling sha1-armv8-apple.S
[128/664] Compiling sha1-armv4-large-linux.S
[130/664] Emitting module Logging
[131/664] Compiling SystemPackage FilePathSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/664] Compiling SystemPackage FilePathTemp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/664] Compiling SystemPackage FilePathComponentView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/664] Compiling SystemPackage FilePathComponents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/666] Emitting module RealModule
[136/666] Compiling SystemPackage Errno.swift
[137/666] Compiling SystemPackage ErrnoWindows.swift
[138/666] Compiling SystemPackage FileDescriptor.swift
[139/666] Compiling SystemPackage FileHelpers.swift
[140/666] Compiling RealModule Float80+Real.swift
[141/666] Compiling RealModule Real.swift
[142/666] Compiling RealModule Float16+Real.swift
[143/667] Compiling SystemPackage FileOperations.swift
[144/667] Compiling SystemPackage FilePath.swift
[145/667] Compiling RealModule RealFunctions.swift
[145/667] Compiling sha1-586-linux.S
[146/667] Compiling sha1-586-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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/667] Compiling SystemPackage SystemString.swift
[152/667] Compiling SystemPackage Util+StringArray.swift
[153/667] Compiling SystemPackage Util.swift
[154/667] Compiling SystemPackage UtilConsumers.swift
[155/667] Compiling Logging Locks.swift
[156/667] Compiling Logging LogHandler.swift
[156/667] Linking BenchmarkBoilerplateGenerator-tool
[157/667] Compiling rsaz-avx2-linux.S
[158/667] Compiling rsaz-avx2-apple.S
[164/667] Generating plugin support files
[169/667] Compiling SystemPackage FilePathParsing.swift
[170/667] Compiling SystemPackage FilePathString.swift
[170/667] Generating plugin support files
[171/667] Compiling rdrand-x86_64-linux.S
[171/667] Write sources
[174/667] Generating plugin support files
[175/667] Write sources
[177/667] Compiling p256_beeu-x86_64-asm-apple.S
[177/667] Write sources
[179/667] Compiling rdrand-x86_64-apple.S
[180/667] Compiling p256_beeu-x86_64-asm-linux.S
[182/667] Compiling RealModule RelaxedArithmetic.swift
[182/668] Compiling p256_beeu-armv8-asm-win.S
[183/668] Compiling p256_beeu-armv8-asm-linux.S
[184/668] Compiling p256_beeu-armv8-asm-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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/668] Compiling p256-x86_64-asm-linux.S
[190/668] Compiling p256-x86_64-asm-apple.S
[191/668] Compiling p256-armv8-asm-win.S
[192/668] Compiling p256-armv8-asm-linux.S
[193/668] Compiling p256-armv8-asm-apple.S
[194/668] Compiling ghashv8-armv8-win.S
[196/668] 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
[196/668] Compiling ghashv8-armv8-linux.S
[197/668] Compiling ghashv8-armv8-apple.S
[198/668] Compiling ghashv8-armv7-linux.S
[199/668] Compiling ghash-x86_64-linux.S
[200/668] Compiling ghash-x86_64-apple.S
[202/668] Compiling SwiftASN1 DER.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/668] Compiling SwiftASN1 Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/668] Compiling Logging MetadataProvider.swift
[205/668] Compiling Logging Logging.swift
[205/669] Wrapping AST for RealModule for debugging
[207/669] Compiling SystemPackage Constants.swift
[208/669] Compiling SystemPackage Exports.swift
[209/669] Compiling SystemPackage Mocking.swift
[210/669] Compiling SystemPackage RawBuffer.swift
[215/669] Compiling SystemPackage IORing.swift
[216/669] Compiling SystemPackage RawIORequest.swift
[217/669] Compiling SystemPackage Backcompat.swift
[218/669] Compiling SystemPackage CInterop.swift
[219/669] Compiling SystemPackage FilePathWindows.swift
[220/669] Compiling SystemPackage FilePermissions.swift
[221/669] Compiling SystemPackage IOCompletion.swift
[222/669] Compiling SystemPackage IORequest.swift
[223/669] Compiling SystemPackage Syscalls.swift
[224/669] Compiling SystemPackage WindowsSyscallAdapters.swift
[225/669] Compiling SystemPackage MachPort.swift
[226/669] Compiling SystemPackage PlatformString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[232/669] Compiling ghash-x86-linux.S
[233/670] Compiling ghash-x86-apple.S
[235/671] Emitting module SwiftProtobuf
[235/671] Compiling ghash-ssse3-x86_64-linux.S
[237/682] Compiling ghash-ssse3-x86-linux.S
[239/682] Compiling ghash-ssse3-x86_64-apple.S
[241/693] Compiling ghash-neon-armv8-linux.S
[242/693] Compiling ghash-ssse3-x86-apple.S
[243/693] Compiling ghash-neon-armv8-win.S
[244/693] Compiling ghash-neon-armv8-apple.S
[246/693] Compiling ComplexModule Polar.swift
[246/694] Compiling co-586-linux.S
[247/694] Compiling ghash-armv4-linux.S
[248/694] Wrapping AST for Logging for debugging
[249/694] Wrapping AST for SwiftASN1 for debugging
[250/694] Compiling co-586-apple.S
[251/694] Compiling bsaes-armv7-linux.S
[252/694] Compiling bn-armv8-linux.S
[254/694] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[255/694] Compiling ComplexModule Complex+AlgebraicField.swift
[255/694] Compiling bn-586-apple.S
[256/694] Compiling bn-armv8-win.S
[257/694] Wrapping AST for SystemPackage for debugging
[258/694] Compiling armv8-mont-linux.S
[259/694] Compiling bn-armv8-apple.S
[260/694] Compiling bn-586-linux.S
[261/694] Compiling armv8-mont-win.S
[262/694] Compiling armv8-mont-apple.S
[264/694] Compiling ComplexModule Complex+Hashable.swift
[265/694] Compiling ComplexModule Complex+IntegerLiteral.swift
[270/694] Compiling ComplexModule Complex+Codable.swift
[271/694] Compiling ComplexModule Complex+ElementaryFunctions.swift
[277/694] Compiling armv4-mont-linux.S
[278/694] Compiling aesv8-gcm-armv8-win.S
[279/694] Compiling aesv8-armv8-win.S
[281/694] Compiling ComplexModule Complex.swift
[281/694] Compiling aesv8-gcm-armv8-linux.S
[282/694] Compiling aesv8-gcm-armv8-apple.S
[283/694] Compiling aesv8-armv8-linux.S
[284/694] Compiling aesv8-armv7-linux.S
[285/694] Compiling aesv8-armv8-apple.S
[286/694] Compiling aesni-x86_64-linux.S
[287/694] Compiling aesni-x86_64-apple.S
[289/694] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[290/694] Compiling SwiftProtobuf Message+FieldMask.swift
[291/694] Compiling SwiftProtobuf Message+JSONAdditions.swift
[292/694] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[293/694] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[294/694] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[295/694] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[296/694] Compiling SwiftProtobuf Message.swift
[297/694] Compiling SwiftProtobuf MessageExtension.swift
[298/694] Compiling SwiftProtobuf NameMap.swift
[299/694] Compiling SwiftProtobuf PathDecoder.swift
[300/694] Compiling SwiftProtobuf PathVisitor.swift
[301/694] Compiling SwiftProtobuf ProtoNameProviding.swift
[302/694] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[303/694] Compiling SwiftProtobuf ProtobufMap.swift
[304/694] Compiling SwiftProtobuf SelectiveVisitor.swift
[305/694] Compiling SwiftProtobuf SimpleExtensionMap.swift
[306/694] Compiling SwiftProtobuf StringUtils.swift
[307/694] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[308/694] Compiling SwiftProtobuf SwiftProtobufError.swift
[309/694] Compiling SwiftProtobuf TextFormatDecoder.swift
[310/694] Compiling SwiftProtobuf TextFormatDecodingError.swift
[311/694] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[312/694] Compiling SwiftProtobuf TextFormatEncoder.swift
[312/694] Compiling aesni-x86-linux.S
[325/694] Compiling aesni-x86-apple.S
[327/694] Compiling ComplexModule Scale.swift
[327/694] Compiling aesni-gcm-x86_64-apple.S
[328/694] Compiling aesni-gcm-x86_64-linux.S
[329/694] Compiling aes-gcm-avx512-x86_64-linux.S
[330/694] Compiling aes-gcm-avx512-x86_64-apple.S
[331/694] Compiling aes-gcm-avx2-x86_64-apple.S
[333/694] Emitting module ComplexModule
[333/694] Compiling aes-gcm-avx2-x86_64-linux.S
[334/694] Compiling x_spki.cc
[335/694] Compiling x_req.cc
[337/694] Compiling ComplexModule Complex+Numeric.swift
[338/694] Compiling ComplexModule Complex+StringConvertible.swift
[341/695] Compiling xwing.cc
[343/695] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[344/695] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[345/695] Compiling SwiftProtobuf TextFormatScanner.swift
[346/695] Compiling SwiftProtobuf TimeUtils.swift
[347/695] Compiling SwiftProtobuf UnknownStorage.swift
[348/695] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[349/695] Compiling SwiftProtobuf Varint.swift
[350/695] Compiling SwiftProtobuf Version.swift
[351/695] Compiling SwiftProtobuf Visitor.swift
[352/695] Compiling SwiftProtobuf WireFormat.swift
[353/695] Compiling SwiftProtobuf ZigZag.swift
[354/695] Compiling SwiftProtobuf any.pb.swift
[365/695] Compiling SwiftProtobuf Message+AnyAdditions.swift
[366/695] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[366/695] Wrapping AST for ComplexModule for debugging
[367/695] Compiling x_pubkey.cc
[368/697] Compiling x_sig.cc
[370/697] Emitting module Numerics
[371/697] Compiling Numerics Numerics.swift
[371/698] Compiling x_name.cc
[372/698] Compiling x_x509a.cc
[373/698] Compiling x_x509.cc
[375/698] Compiling x_exten.cc
[377/698] Compiling SwiftProtobuf AnyMessageStorage.swift
[378/698] Compiling SwiftProtobuf AnyUnpackError.swift
[379/698] Compiling SwiftProtobuf AsyncMessageSequence.swift
[380/698] Compiling SwiftProtobuf BinaryDecoder.swift
[381/698] Compiling SwiftProtobuf BinaryDecodingError.swift
[382/698] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[383/698] Compiling SwiftProtobuf BinaryDelimited.swift
[384/698] Compiling SwiftProtobuf BinaryEncoder.swift
[385/698] Compiling SwiftProtobuf BinaryEncodingError.swift
[386/698] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[387/698] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[388/698] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[388/698] Compiling x_crl.cc
[389/698] Compiling x_all.cc
[391/700] Emitting module Histogram
[391/700] Wrapping AST for Numerics for debugging
[392/700] Compiling x509spki.cc
[393/700] Compiling x_attrib.cc
[394/700] Compiling x509rset.cc
[395/700] Compiling x_algor.cc
[397/700] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1392:25: error: cannot find 'vsnprintf' in scope
1390 |                 // string.
1391 |                 0..<bufferSize ~= format.withCString {
1392 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1393 |                 }
1394 |             }
[397/700] Compiling x509_vpm.cc
[397/700] Compiling x509cset.cc
[397/700] Compiling x509_vfy.cc
[397/700] Compiling x509_txt.cc
[397/700] Compiling x509_v3.cc
[397/700] Compiling x509name.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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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] Write swift-version-24593BA9C3E375BF.txt
[1/8] Compiling CSystem shims.c
[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 Constants.swift
[16/45] Compiling SystemPackage Exports.swift
[17/45] Compiling SystemPackage Mocking.swift
[18/45] Compiling SystemPackage RawBuffer.swift
[19/45] Compiling SystemPackage FilePathSyntax.swift
[20/45] Compiling SystemPackage FilePathTemp.swift
[21/45] Compiling SystemPackage FilePathTempPosix.swift
[22/45] Compiling SystemPackage FilePathTempWindows.swift
[23/45] Emitting module SystemPackage
[24/45] Emitting module ArgumentParserToolInfo
[25/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/46] Wrapping AST for ArgumentParserToolInfo for debugging
[28/46] Compiling SystemPackage SystemString.swift
[29/46] Compiling SystemPackage Util+StringArray.swift
[30/46] Compiling SystemPackage Util.swift
[31/46] Compiling SystemPackage UtilConsumers.swift
[32/90] Compiling ArgumentParser Errors.swift
[33/90] Compiling ArgumentParser Flag.swift
[34/90] Compiling ArgumentParser NameSpecification.swift
[35/90] Compiling ArgumentParser Option.swift
[36/90] Compiling ArgumentParser OptionGroup.swift
[37/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/90] Compiling ArgumentParser CompletionsGenerator.swift
[39/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/90] Compiling ArgumentParser Argument.swift
[42/91] Wrapping AST for SystemPackage for debugging
[44/91] Emitting module ArgumentParser
[45/97] Compiling ArgumentParser InputKey.swift
[46/97] Compiling ArgumentParser InputOrigin.swift
[47/97] Compiling ArgumentParser Name.swift
[48/97] Compiling ArgumentParser Parsed.swift
[49/97] Compiling ArgumentParser ParsedValues.swift
[50/97] Compiling ArgumentParser ParserError.swift
[51/97] Compiling ArgumentParser CollectionExtensions.swift
[52/97] Compiling ArgumentParser Mutex.swift
[53/97] Compiling ArgumentParser Platform.swift
[54/97] Compiling ArgumentParser SequenceExtensions.swift
[55/97] Compiling ArgumentParser StringExtensions.swift
[56/97] Compiling ArgumentParser SwiftExtensions.swift
[57/97] Compiling ArgumentParser Tree.swift
[58/97] Compiling ArgumentParser CodingKeyValidator.swift
[59/97] Compiling ArgumentParser NonsenseFlagsValidator.swift
[60/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/97] Compiling ArgumentParser PositionalArgumentsValidator.swift
[62/97] Compiling ArgumentParser UniqueNamesValidator.swift
[68/97] Compiling ArgumentParser ArgumentDiscussion.swift
[69/97] Compiling ArgumentParser ArgumentHelp.swift
[70/97] Compiling ArgumentParser ArgumentVisibility.swift
[71/97] Compiling ArgumentParser CompletionKind.swift
[76/97] Compiling ArgumentParser SplitArguments.swift
[77/97] Compiling ArgumentParser DumpHelpGenerator.swift
[78/97] Compiling ArgumentParser HelpCommand.swift
[79/97] Compiling ArgumentParser HelpGenerator.swift
[80/97] Compiling ArgumentParser MessageInfo.swift
[81/97] Compiling ArgumentParser UsageGenerator.swift
[82/97] Compiling ArgumentParser ParsableArguments.swift
[83/97] Compiling ArgumentParser ParsableCommand.swift
[84/97] Compiling ArgumentParser ArgumentDecoder.swift
[85/97] Compiling ArgumentParser ArgumentDefinition.swift
[86/97] Compiling ArgumentParser ArgumentSet.swift
[87/97] Compiling ArgumentParser CommandParser.swift
[89/97] Compiling ArgumentParser AsyncParsableCommand.swift
[90/97] Compiling ArgumentParser CommandConfiguration.swift
[91/97] Compiling ArgumentParser CommandGroup.swift
[92/97] Compiling ArgumentParser EnumerableFlag.swift
[93/97] Compiling ArgumentParser ExpressibleByArgument.swift
[94/98] Wrapping AST for ArgumentParser for debugging
[96/100] Emitting module BenchmarkBoilerplateGenerator
[97/100] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[98/101] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[99/101] Write Objects.LinkFileList
[100/101] 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/299] Write sources
[14/321] Compiling x509_vfy.cc
[15/321] Compiling CSystem shims.c
[16/321] Write swift-version-24593BA9C3E375BF.txt
[17/321] Compiling x509_trs.cc
[18/321] Compiling x509_v3.cc
[19/321] Compiling x509_txt.cc
[20/322] Compiling x509cset.cc
[21/322] Compiling x509_vpm.cc
[22/322] Compiling x509name.cc
[23/322] Compiling x509_set.cc
[25/473] Compiling Logging LogHandler.swift
[26/473] Compiling RealModule RealFunctions.swift
[27/474] Compiling SwiftProtobuf BytecodeInterpreter.swift
[28/474] Compiling SwiftProtobuf BytecodeReader.swift
[29/474] Compiling RealModule Float80+Real.swift
[30/474] Compiling RealModule Real.swift
[31/474] Compiling Logging Locks.swift
[32/474] Compiling RealModule RelaxedArithmetic.swift
[33/474] Compiling RealModule Float16+Real.swift
[34/474] Compiling SwiftProtobuf BinaryDelimited.swift
[35/474] Compiling SwiftProtobuf BinaryEncoder.swift
[36/474] Compiling SwiftProtobuf BinaryEncodingError.swift
[37/474] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[38/478] Compiling BenchmarkShared Command+Helpers.swift
[39/478] Emitting module BenchmarkShared
[40/479] Compiling x509_req.cc
[42/479] Compiling SwiftProtobuf DoubleParser.swift
[43/479] Compiling SwiftProtobuf Enum.swift
[44/479] Compiling SwiftProtobuf CustomJSONCodable.swift
[45/479] Compiling SwiftProtobuf Decoder.swift
[46/479] Emitting module Logging
[47/479] Emitting module RealModule
[49/480] Compiling SwiftProtobuf FieldTag.swift
[50/480] Compiling SwiftProtobuf FieldTypes.swift
[51/480] Compiling SwiftProtobuf AnyMessageStorage.swift
[52/480] Compiling SwiftProtobuf AnyUnpackError.swift
[53/480] Compiling SwiftProtobuf AsyncMessageSequence.swift
[54/480] Compiling SwiftProtobuf BinaryDecoder.swift
[55/480] Compiling SwiftProtobuf BinaryDecodingError.swift
[56/480] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[57/480] Emitting module SystemPackage
[58/481] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[59/481] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[60/481] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[61/481] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[63/481] Compiling SwiftProtobuf ExtensionFields.swift
[64/481] Compiling SwiftProtobuf ExtensionMap.swift
[65/484] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[66/484] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[67/484] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[68/484] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[69/502] Compiling Atomics UnsafeAtomicLazyReference.swift
[70/502] Compiling Atomics AtomicMemoryOrderings.swift
[71/502] Compiling Atomics ManagedAtomicLazyReference.swift
[72/502] Compiling Atomics AtomicStorage.swift
[73/502] Compiling Atomics AtomicValue.swift
[74/502] Compiling Atomics UnsafeAtomic.swift
[75/502] Emitting module SystemPackage
[78/517] Compiling Atomics DoubleWord.swift
[79/517] Compiling Atomics IntegerOperations.swift
[80/517] Emitting module ArgumentParserToolInfo
[83/518] Compiling Atomics ManagedAtomic.swift
[85/518] Compiling Logging MetadataProvider.swift
[86/518] Compiling Logging Logging.swift
[88/519] Compiling Atomics Unmanaged extensions.swift
[89/519] Compiling ComplexModule Polar.swift
[91/545] Compiling Algorithms AdjacentPairs.swift
[92/545] Compiling Algorithms Chain.swift
[93/545] Compiling Algorithms Chunked.swift
[94/545] Compiling Algorithms EitherSequence.swift
[95/545] Compiling Algorithms FirstNonNil.swift
[96/545] Compiling Algorithms FlattenCollection.swift
[97/545] Compiling Algorithms Grouped.swift
[98/545] Compiling Algorithms Partition.swift
[99/545] Compiling Algorithms Permutations.swift
[100/545] Compiling ComplexModule Scale.swift
[101/545] Compiling ComplexModule Complex.swift
[102/545] Compiling ComplexModule Complex+StringConvertible.swift
[103/545] Compiling Algorithms Compacted.swift
[104/545] Compiling Algorithms Cycle.swift
[105/545] Compiling ComplexModule Complex+Numeric.swift
[106/545] Compiling SystemPackage SystemString.swift
[107/545] Compiling SystemPackage Util+StringArray.swift
[108/545] Compiling SystemPackage Util.swift
[109/545] Compiling SystemPackage UtilConsumers.swift
[113/545] Compiling Algorithms Combinations.swift
[116/545] Compiling Algorithms Joined.swift
[126/545] Compiling Algorithms Keyed.swift
[127/546] Emitting module SwiftASN1
[132/548] Emitting module ComplexModule
[138/551] Wrapping AST for SystemPackage for debugging
[140/553] Emitting module SwiftProtobuf
[151/553] Compiling Algorithms MinMax.swift
[153/564] Compiling Numerics Numerics.swift
[154/564] Emitting module Numerics
[154/565] Wrapping AST for ArgumentParserToolInfo for debugging
[155/565] Wrapping AST for SystemPackage for debugging
[156/565] Wrapping AST for RealModule for debugging
[158/565] Wrapping AST for Logging for debugging
[165/564] Wrapping AST for ComplexModule for debugging
[167/564] Compiling Algorithms RandomSample.swift
[168/564] Compiling Algorithms Reductions.swift
[169/564] Compiling Algorithms Rotate.swift
[170/564] Compiling Algorithms Split.swift
[171/564] Compiling Algorithms Stride.swift
[172/564] Compiling Algorithms Suffix.swift
[175/566] Compiling Algorithms Product.swift
[176/566] Compiling ArgumentParserToolInfo ToolInfo.swift
[180/567] Compiling Algorithms Indexed.swift
[181/567] Compiling Algorithms Intersperse.swift
[185/567] Emitting module Atomics
[186/568] Compiling Algorithms Trim.swift
[187/568] Compiling Algorithms Unique.swift
[188/568] Compiling Algorithms Windows.swift
[190/612] Emitting module ArgumentParser
[191/613] Compiling x509_def.cc
[192/613] Compiling x509_lu.cc
[193/613] Compiling x509_obj.cc
[195/613] Emitting module Histogram
[196/613] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1392:25: error: cannot find 'vsnprintf' in scope
1390 |                 // string.
1391 |                 0..<bufferSize ~= format.withCString {
1392 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1393 |                 }
1394 |             }
[196/613] Wrapping AST for ArgumentParser for debugging
[197/613] Compiling x509_cmp.cc
[197/613] Compiling x509_d2.cc
[197/613] Compiling x509_ext.cc
[198/613] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[199/613] Compiling SwiftProtobuf Message+FieldMask.swift
[200/613] Compiling SwiftProtobuf Message+JSONAdditions.swift
[201/613] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[202/613] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[203/613] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[204/613] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[205/613] Compiling SwiftProtobuf Message.swift
[206/613] Compiling SwiftProtobuf MessageExtension.swift
[207/613] Compiling SwiftProtobuf NameMap.swift
[208/613] Compiling SwiftProtobuf PathDecoder.swift
[209/613] Compiling SwiftProtobuf PathVisitor.swift
[210/613] Compiling SwiftProtobuf ProtoNameProviding.swift
[211/613] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[212/613] Compiling SwiftProtobuf ProtobufMap.swift
[213/613] Compiling SwiftProtobuf SelectiveVisitor.swift
[214/613] Compiling SwiftProtobuf SimpleExtensionMap.swift
[215/613] Compiling SwiftProtobuf StringUtils.swift
[216/613] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[217/613] Compiling SwiftProtobuf SwiftProtobufError.swift
[218/613] Compiling SwiftProtobuf TextFormatDecoder.swift
[219/613] Compiling SwiftProtobuf TextFormatDecodingError.swift
[220/613] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[221/613] Compiling SwiftProtobuf TextFormatEncoder.swift
BUILD FAILURE 6.1 wasm