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.4 (ea9ff7), with Swift 6.1 for Wasm on 30 May 2025 20:40:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-homomorphic-encryption.git
Reference: 1.0.4
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.4      -> FETCH_HEAD
HEAD is now at ea9ff79 Update documentation links to 1.0.4 (#200)
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 @):
ea9ff791be34b0605bacfd1e7cd9a281b57eb14e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-homomorphic-encryption.git at 1.0.4
========================================
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-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-protobuf
[1/2049] Fetching swift-docc-plugin
[227/7992] Fetching swift-docc-plugin, package-benchmark
[287/11828] Fetching swift-docc-plugin, package-benchmark, swift-log
[5420/25764] Fetching swift-docc-plugin, package-benchmark, swift-log, swift-crypto
[8706/31470] Fetching swift-docc-plugin, package-benchmark, swift-log, swift-crypto, swift-numerics
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.72s)
Fetching https://github.com/apple/swift-argument-parser.git
[18412/29421] Fetching package-benchmark, swift-log, swift-crypto, swift-numerics
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetching https://github.com/apple/swift-algorithms
[14715/25585] Fetching package-benchmark, swift-crypto, swift-numerics
[15413/64907] Fetching package-benchmark, swift-crypto, swift-numerics, swift-protobuf
[16390/70866] Fetching package-benchmark, swift-crypto, swift-numerics, swift-protobuf, swift-algorithms
[21319/86252] Fetching package-benchmark, swift-crypto, swift-numerics, swift-protobuf, swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms from cache (0.88s)
[26658/80293] Fetching package-benchmark, swift-crypto, swift-numerics, swift-protobuf, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.82s)
[37382/64907] Fetching package-benchmark, swift-crypto, swift-numerics, swift-protobuf
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
[28951/50971] Fetching package-benchmark, swift-numerics, swift-protobuf
Fetched https://github.com/ordo-one/package-benchmark from cache (8.59s)
Fetched https://github.com/apple/swift-numerics from cache (8.60s)
Fetched https://github.com/apple/swift-protobuf from cache (8.70s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (12.23s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.48s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.20s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.23s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.10s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.3 (0.75s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git
[1/35] Fetching package-jemalloc
[36/637] Fetching package-jemalloc, hdrhistogram-swift
[638/2354] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics
[1171/2557] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics, texttable
[1425/6948] Fetching package-jemalloc, hdrhistogram-swift, swift-atomics, texttable, swift-system
Fetched https://github.com/ordo-one/TextTable.git from cache (0.42s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.42s)
[2467/6143] Fetching package-jemalloc, swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.65s)
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
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.30s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.71s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.83s)
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/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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.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.6.3
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.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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/42] Compiling SystemPackage MachPort.swift
[8/42] Compiling SystemPackage PlatformString.swift
[9/42] Compiling SystemPackage SystemString.swift
[10/45] Compiling SystemPackage FilePathParsing.swift
[11/45] Compiling SystemPackage FilePathString.swift
[12/45] Compiling SystemPackage FilePathSyntax.swift
[13/45] Compiling SystemPackage FilePathTemp.swift
[14/45] Compiling SystemPackage FileOperations.swift
[15/45] Compiling SystemPackage FilePath.swift
[16/45] Compiling SystemPackage FilePathComponentView.swift
[17/45] Compiling SystemPackage FilePathComponents.swift
[18/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/45] Emitting module ArgumentParserToolInfo
[20/46] Compiling SystemPackage Errno.swift
[21/46] Compiling SystemPackage ErrnoWindows.swift
[22/46] Compiling SystemPackage FileDescriptor.swift
[23/46] Compiling SystemPackage FileHelpers.swift
[24/46] Emitting module SystemPackage
[25/46] Wrapping AST for ArgumentParserToolInfo for debugging
[27/47] Compiling SystemPackage Util+StringArray.swift
[28/47] Compiling SystemPackage Util.swift
[29/47] Compiling SystemPackage UtilConsumers.swift
[30/84] Compiling ArgumentParser Parsed.swift
[31/84] Compiling ArgumentParser ParsedValues.swift
[32/84] Compiling ArgumentParser ParserError.swift
[33/84] Compiling ArgumentParser SplitArguments.swift
[34/84] Compiling ArgumentParser EnumerableFlag.swift
[35/84] Compiling ArgumentParser ExpressibleByArgument.swift
[36/84] Compiling ArgumentParser ParsableArguments.swift
[37/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/84] Compiling ArgumentParser OptionGroup.swift
[39/84] Compiling ArgumentParser AsyncParsableCommand.swift
[40/84] Compiling ArgumentParser CommandConfiguration.swift
[41/84] Compiling ArgumentParser CommandGroup.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[45/90] Compiling ArgumentParser Name.swift
[50/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/90] Compiling ArgumentParser CompletionsGenerator.swift
[52/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/90] Compiling ArgumentParser Argument.swift
[55/90] Compiling ArgumentParser ArgumentHelp.swift
[56/90] Compiling ArgumentParser CollectionExtensions.swift
[57/90] Compiling ArgumentParser Platform.swift
[58/90] Compiling ArgumentParser SequenceExtensions.swift
[59/90] Compiling ArgumentParser StringExtensions.swift
[60/90] Compiling ArgumentParser Tree.swift
[64/90] Compiling ArgumentParser ParsableCommand.swift
[65/90] Compiling ArgumentParser ArgumentDecoder.swift
[66/90] Compiling ArgumentParser ArgumentVisibility.swift
[67/90] Compiling ArgumentParser CompletionKind.swift
[68/90] Compiling ArgumentParser Errors.swift
[69/90] Compiling ArgumentParser Flag.swift
[70/90] Compiling ArgumentParser NameSpecification.swift
[71/90] Compiling ArgumentParser Option.swift
[72/90] Compiling ArgumentParser ArgumentDefinition.swift
[73/90] Compiling ArgumentParser ArgumentSet.swift
[74/90] Compiling ArgumentParser CommandParser.swift
[75/90] Compiling ArgumentParser InputKey.swift
[76/90] Compiling ArgumentParser InputOrigin.swift
[82/90] Compiling ArgumentParser DumpHelpGenerator.swift
[83/90] Compiling ArgumentParser HelpCommand.swift
[84/90] Compiling ArgumentParser HelpGenerator.swift
[85/90] Compiling ArgumentParser MessageInfo.swift
[86/90] Compiling ArgumentParser UsageGenerator.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] 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
Building for debugging...
[6/495] Write sources
[7/495] Compiling CUtil zeroize.c
[7/495] Write sources
[11/495] Compiling CSystem shims.c
[12/495] Compiling _NumericsShims _NumericsShims.c
[13/495] Write sources
[14/495] Compiling _AtomicsShims.c
[14/495] Write sources
[17/495] Compiling SwiftRuntimeHooks shims.c
[17/495] Copying PrivacyInfo.xcprivacy
[17/495] Write sources
[44/495] Compiling CSystem shims.c
[45/495] Write swift-version-24593BA9C3E375BF.txt
[46/495] Compiling fiat_p256_adx_sqr.S
[47/496] Compiling CCryptoBoringSSLShims shims.c
[48/496] Compiling asn_pack.cc
[49/496] Compiling a_d2i_fp.cc
[50/496] Compiling a_dup.cc
[51/496] Compiling a_bitstr.cc
[52/496] Compiling a_gentm.cc
[53/496] Compiling a_bool.cc
[54/496] Compiling fiat_p256_adx_mul.S
[55/513] Compiling fiat_curve25519_adx_square.S
[56/541] Compiling fiat_curve25519_adx_mul.S
[57/597] Compiling md5-x86_64-linux.S
[58/640] Compiling md5-x86_64-apple.S
[59/640] Compiling md5-586-linux.S
[60/640] Compiling md5-586-apple.S
[62/640] Emitting module ArgumentParserToolInfo
[64/641] Emitting module SystemPackage
[64/642] Compiling err_data.cc
[66/643] Wrapping AST for ArgumentParserToolInfo for debugging
[67/643] Compiling chacha20_poly1305_x86_64-linux.S
[68/643] Compiling chacha20_poly1305_x86_64-apple.S
[69/643] Wrapping AST for SystemPackage for debugging
[70/643] Compiling chacha20_poly1305_armv8-win.S
[71/643] Compiling chacha20_poly1305_armv8-linux.S
[72/643] Compiling chacha20_poly1305_armv8-apple.S
[73/643] Compiling chacha-x86_64-linux.S
[74/643] Compiling chacha-x86_64-apple.S
[75/643] Compiling chacha-x86-linux.S
[76/643] Compiling chacha-x86-apple.S
[77/643] Compiling chacha-armv8-win.S
[78/643] Compiling chacha-armv8-linux.S
[79/643] Compiling chacha-armv8-apple.S
[80/643] Compiling chacha-armv4-linux.S
[81/643] Compiling aes128gcmsiv-x86_64-linux.S
[82/643] Compiling aes128gcmsiv-x86_64-apple.S
[83/643] Compiling x86_64-mont5-linux.S
[84/643] Compiling x86_64-mont-linux.S
[85/643] Compiling x86_64-mont5-apple.S
[86/643] Compiling x86_64-mont-apple.S
[87/643] Compiling x86-mont-linux.S
[88/643] Compiling x86-mont-apple.S
[89/643] Compiling vpaes-x86_64-linux.S
[90/643] Compiling vpaes-x86_64-apple.S
[91/643] Compiling vpaes-x86-linux.S
[92/643] Compiling vpaes-x86-apple.S
[92/643] Compiling vpaes-armv8-win.S
[95/643] Emitting module ArgumentParser
[95/644] Compiling vpaes-armv8-linux.S
[96/644] Compiling vpaes-armv8-apple.S
[98/644] Compiling vpaes-armv7-linux.S
[99/644] Compiling sha512-x86_64-linux.S
[100/644] Compiling sha512-x86_64-apple.S
[101/644] Compiling sha512-armv8-win.S
[102/644] Compiling sha512-armv8-linux.S
[103/644] Wrapping AST for ArgumentParser for debugging
[104/644] Compiling sha512-armv8-apple.S
[105/644] Compiling sha512-armv4-linux.S
[106/644] Compiling sha512-586-linux.S
[107/644] Compiling sha512-586-apple.S
[108/644] Compiling sha256-x86_64-apple.S
[109/644] Compiling sha256-x86_64-linux.S
[110/645] Compiling sha256-armv8-linux.S
[111/645] Compiling sha256-armv8-win.S
[112/645] Compiling sha256-armv8-apple.S
[113/645] Compiling sha256-armv4-linux.S
[115/645] Emitting module BenchmarkBoilerplateGenerator
[115/646] Compiling sha256-586-linux.S
[116/646] Compiling sha256-586-apple.S
[117/646] Compiling sha1-x86_64-linux.S
[118/646] Compiling sha1-x86_64-apple.S
[120/646] Compiling sha1-armv8-win.S
[121/646] Compiling sha1-armv8-linux.S
[122/646] Compiling sha1-armv8-apple.S
[123/646] Compiling sha1-armv4-large-linux.S
[124/646] Compiling sha1-586-linux.S
[125/646] Compiling sha1-586-apple.S
[126/646] Compiling rsaz-avx2-linux.S
[127/646] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[128/646] Compiling rsaz-avx2-apple.S
[128/646] Write Objects.LinkFileList
[130/646] Compiling rdrand-x86_64-apple.S
[131/646] Compiling rdrand-x86_64-linux.S
[132/646] Compiling p256_beeu-x86_64-asm-linux.S
[133/646] Compiling p256_beeu-x86_64-asm-apple.S
[135/646] Compiling SwiftProtobuf CustomJSONCodable.swift
[136/646] Compiling SwiftProtobuf Decoder.swift
[137/648] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[138/648] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[139/648] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[140/648] Compiling Logging LogHandler.swift
[140/648] Compiling p256_beeu-armv8-asm-win.S
[142/648] Compiling RealModule Float+Real.swift
[143/648] Compiling RealModule ElementaryFunctions.swift
[144/649] Compiling SwiftProtobuf DoubleParser.swift
[145/649] Compiling SwiftProtobuf Enum.swift
[146/649] Compiling SwiftProtobuf JSONDecoder.swift
[147/649] Compiling SwiftProtobuf JSONDecodingError.swift
[148/649] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[149/649] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[150/649] Compiling RealModule Real.swift
[151/649] Compiling SwiftASN1 DER.swift
[152/649] Compiling SwiftASN1 Errors.swift
[153/649] Compiling SwiftProtobuf ExtensionFields.swift
[154/652] Emitting module Logging
[155/652] Compiling Logging Locks.swift
[156/652] Compiling RealModule Float80+Real.swift
[156/652] Compiling p256_beeu-armv8-asm-linux.S
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[162/652] Compiling SwiftProtobuf HashVisitor.swift
[163/652] Compiling SwiftProtobuf Internal.swift
[166/652] Compiling RealModule Float16+Real.swift
[168/652] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[171/652] Emitting module RealModule
[172/652] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[173/652] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[176/652] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[180/652] Compiling p256_beeu-armv8-asm-apple.S
[181/652] Compiling p256-x86_64-asm-linux.S
[182/652] Compiling p256-x86_64-asm-apple.S
[183/652] Compiling p256-armv8-asm-win.S
[185/652] Compiling RealModule RealFunctions.swift
[185/653] Compiling p256-armv8-asm-linux.S
[186/653] Compiling p256-armv8-asm-apple.S
[187/653] Compiling ghashv8-armv8-win.S
[188/653] Compiling ghashv8-armv8-linux.S
[190/653] Compiling ghashv8-armv8-apple.S
[191/653] Compiling ghashv8-armv7-linux.S
[192/653] Compiling ghash-x86_64-linux.S
[193/653] Compiling ghash-x86_64-apple.S
[194/653] Compiling ghash-x86-linux.S
[195/653] Linking BenchmarkBoilerplateGenerator-tool
[196/653] Compiling ghash-x86-apple.S
[197/653] Generating plugin support files
[198/653] Wrapping AST for RealModule for debugging
[199/653] Write sources
[201/653] Generating plugin support files
[202/653] Write sources
[204/653] Generating plugin support files
[205/653] Compiling ghash-ssse3-x86_64-linux.S
[205/653] Write sources
[210/658] Compiling ghash-ssse3-x86_64-apple.S
[211/658] Compiling ghash-ssse3-x86-linux.S
[212/658] Compiling ghash-ssse3-x86-apple.S
[213/658] Compiling ghash-neon-armv8-win.S
[214/658] Compiling ghash-neon-armv8-linux.S
[216/658] Compiling SwiftProtobuf ExtensionMap.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[217/658] Compiling SwiftProtobuf FieldTag.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[218/658] Compiling SwiftProtobuf FieldTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[219/658] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[219/658] Compiling ghash-neon-armv8-apple.S
[220/658] Compiling ghash-armv4-linux.S
[222/658] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[223/658] Compiling SwiftProtobuf Message+JSONAdditions.swift
[224/658] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[225/658] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[226/658] Compiling Logging MetadataProvider.swift
[226/658] Compiling co-586-linux.S
[228/658] Compiling Logging Logging.swift
[230/659] Compiling co-586-apple.S
[231/659] Compiling bn-armv8-win.S
[232/659] Compiling bsaes-armv7-linux.S
[233/659] Compiling bn-armv8-linux.S
[234/659] Compiling bn-armv8-apple.S
[235/659] Compiling bn-586-linux.S
[237/659] Compiling bn-586-apple.S
[238/659] Compiling armv8-mont-win.S
[240/659] Compiling SystemPackage Util+StringArray.swift
[241/659] Compiling SystemPackage Util.swift
[242/659] Compiling SystemPackage UtilConsumers.swift
[242/659] Compiling armv8-mont-linux.S
[243/659] Compiling armv8-mont-apple.S
[244/659] Compiling armv4-mont-linux.S
[245/659] Compiling aesv8-gcm-armv8-win.S
[245/659] Compiling aesv8-gcm-armv8-apple.S
[245/659] Compiling aesv8-gcm-armv8-linux.S
[245/659] Wrapping AST for Logging for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/38] Emitting module ArgumentParserToolInfo
[5/39] Compiling SystemPackage Backcompat.swift
[6/39] Compiling SystemPackage CInterop.swift
[7/39] Compiling SystemPackage Constants.swift
[8/39] Compiling SystemPackage Exports.swift
[9/39] Compiling SystemPackage FilePathTempPosix.swift
[10/39] Compiling SystemPackage FilePathTempWindows.swift
[11/39] Compiling SystemPackage FilePathWindows.swift
[12/39] Compiling SystemPackage FilePermissions.swift
[13/42] Compiling SystemPackage Mocking.swift
[14/42] Compiling SystemPackage RawBuffer.swift
[15/42] Compiling SystemPackage Syscalls.swift
[16/42] Compiling SystemPackage WindowsSyscallAdapters.swift
[17/42] Compiling SystemPackage MachPort.swift
[18/42] Compiling SystemPackage PlatformString.swift
[19/42] Compiling SystemPackage SystemString.swift
[20/42] Emitting module SystemPackage
[21/42] Wrapping AST for ArgumentParserToolInfo for debugging
[23/42] Compiling SystemPackage FilePathParsing.swift
[24/42] Compiling SystemPackage FilePathString.swift
[25/42] Compiling SystemPackage FilePathSyntax.swift
[26/42] Compiling SystemPackage FilePathTemp.swift
[27/80] Compiling ArgumentParser CompletionsGenerator.swift
[28/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/80] Compiling ArgumentParser Argument.swift
[31/80] Compiling ArgumentParser ArgumentHelp.swift
[32/80] Compiling ArgumentParser ExpressibleByArgument.swift
[33/80] Compiling ArgumentParser ParsableArguments.swift
[34/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/80] Compiling ArgumentParser Name.swift
[36/80] Compiling ArgumentParser Parsed.swift
[37/80] Compiling ArgumentParser ParsedValues.swift
[38/81] Wrapping AST for SystemPackage for debugging
[43/81] Compiling ArgumentParser ParserError.swift
[44/81] Compiling ArgumentParser SplitArguments.swift
[45/86] Compiling ArgumentParser ArgumentVisibility.swift
[46/86] Compiling ArgumentParser CompletionKind.swift
[47/86] Compiling ArgumentParser Errors.swift
[48/86] Compiling ArgumentParser Flag.swift
[49/86] Compiling ArgumentParser NameSpecification.swift
[50/86] Compiling ArgumentParser Option.swift
[51/86] Compiling ArgumentParser OptionGroup.swift
[52/86] Compiling ArgumentParser AsyncParsableCommand.swift
[53/86] Compiling ArgumentParser CommandConfiguration.swift
[54/86] Compiling ArgumentParser CommandGroup.swift
[55/86] Compiling ArgumentParser EnumerableFlag.swift
[56/86] Emitting module ArgumentParser
[57/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[63/86] Compiling ArgumentParser DumpHelpGenerator.swift
[64/86] Compiling ArgumentParser HelpCommand.swift
[65/86] Compiling ArgumentParser HelpGenerator.swift
[66/86] Compiling ArgumentParser MessageInfo.swift
[67/86] Compiling ArgumentParser UsageGenerator.swift
[68/86] Compiling ArgumentParser CollectionExtensions.swift
[69/86] Compiling ArgumentParser Platform.swift
[70/86] Compiling ArgumentParser SequenceExtensions.swift
[71/86] Compiling ArgumentParser StringExtensions.swift
[72/86] Compiling ArgumentParser Tree.swift
[76/86] Compiling ArgumentParser ParsableCommand.swift
[77/86] Compiling ArgumentParser ArgumentDecoder.swift
[78/86] Compiling ArgumentParser ArgumentDefinition.swift
[79/86] Compiling ArgumentParser ArgumentSet.swift
[80/86] Compiling ArgumentParser CommandParser.swift
[81/86] Compiling ArgumentParser InputKey.swift
[82/86] Compiling ArgumentParser InputOrigin.swift
[83/87] Wrapping AST for ArgumentParser for debugging
[85/89] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[86/89] Emitting module BenchmarkBoilerplateGenerator
[87/90] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[88/90] Write Objects.LinkFileList
[89/90] 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
Building for debugging...
[6/329] Write sources
[13/346] Compiling aesv8-armv8-linux.S
[14/346] Compiling aesv8-gcm-armv8-win.S
[15/346] Compiling aesv8-gcm-armv8-apple.S
[16/346] Compiling aesv8-armv8-apple.S
[17/346] Compiling aesv8-armv8-win.S
[18/346] Compiling aesv8-gcm-armv8-linux.S
[19/346] Compiling aesv8-armv7-linux.S
[20/346] Compiling aesni-x86_64-linux.S
[21/346] Compiling aesni-x86_64-apple.S
[22/346] Compiling CSystem shims.c
[23/346] Compiling aes-gcm-avx10-x86_64-linux.S
[24/346] Compiling aesni-gcm-x86_64-linux.S
[24/346] Compiling aesni-x86-apple.S
[26/346] Compiling aesni-gcm-x86_64-apple.S
[27/346] Compiling aesni-x86-linux.S
[28/346] Compiling aes-gcm-avx10-x86_64-apple.S
[29/346] Write swift-version-24593BA9C3E375BF.txt
[30/346] Compiling x_x509.cc
[31/346] Compiling x_val.cc
[32/346] Compiling x_req.cc
[33/346] Compiling x_sig.cc
[34/346] Compiling x_x509a.cc
[35/346] Compiling x_spki.cc
[36/346] Compiling x_pubkey.cc
[38/492] Compiling RealModule Float80+Real.swift
[39/493] Compiling Logging Locks.swift
[39/493] Compiling x_name.cc
[41/493] Compiling Logging MetadataProvider.swift
[42/493] Compiling Logging LogHandler.swift
[43/493] Compiling RealModule Real.swift
[44/493] Compiling SwiftASN1 ASN1.swift
[45/493] Compiling SwiftASN1 BER.swift
[46/493] Compiling RealModule RealFunctions.swift
[47/493] Compiling RealModule ElementaryFunctions.swift
[48/493] Compiling RealModule Float16+Real.swift
[49/493] Emitting module Logging
[50/493] Emitting module BenchmarkShared
[51/493] Compiling BenchmarkShared Command+Helpers.swift
[52/513] Compiling RealModule Float+Real.swift
[53/513] Compiling Atomics Primitives.native.swift
[54/513] Compiling Atomics OptionalRawRepresentable.swift
[56/513] Emitting module RealModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/514] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[59/517] Compiling Atomics AtomicMemoryOrderings.swift
[60/517] Compiling Atomics DoubleWord.swift
[61/520] Compiling SwiftASN1 DER.swift
[62/520] Compiling SwiftASN1 Errors.swift
[63/522] Compiling Atomics ManagedAtomic.swift
[64/522] Compiling Atomics ManagedAtomicLazyReference.swift
[65/522] Emitting module SystemPackage
[68/528] Compiling Atomics RawRepresentable.swift
[69/528] Compiling Atomics AtomicBool.swift
[70/528] Compiling Atomics AtomicReference.swift
[71/528] Compiling Atomics AtomicStorage.swift
[74/528] Compiling Atomics IntegerOperations.swift
[75/528] Compiling Atomics Unmanaged extensions.swift
[76/528] Emitting module ArgumentParserToolInfo
[78/529] Compiling ComplexModule Differentiable.swift
[79/529] Compiling Atomics AtomicValue.swift
[80/529] Compiling Atomics Primitives.shims.swift
[81/529] Compiling Atomics AtomicInteger.swift
[82/529] Compiling Atomics AtomicOptionalWrappable.swift
[83/529] Compiling SwiftProtobuf Message+AnyAdditions.swift
[84/529] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[85/529] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
    |                              `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
    |                                                         `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 |   _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 |   return umask(mode)
    |          `- error: cannot find 'umask' in scope
253 | }
254 |
[94/529] Compiling SystemPackage Util+StringArray.swift
[95/529] Compiling SystemPackage Util.swift
[96/529] Compiling SystemPackage UtilConsumers.swift
[109/530] Compiling ComplexModule ElementaryFunctions.swift
[110/556] Compiling ComplexModule Arithmetic.swift
[111/556] Compiling Logging Logging.swift
[112/557] Compiling ComplexModule Complex.swift
[113/557] Compiling Algorithms AdjacentPairs.swift
[114/557] Compiling Algorithms Chain.swift
[115/557] Compiling Algorithms Chunked.swift
[116/557] Compiling Algorithms Indexed.swift
[117/557] Compiling Algorithms Intersperse.swift
[118/557] Compiling Algorithms Suffix.swift
[119/557] Compiling SwiftProtobuf AnyMessageStorage.swift
[120/557] Compiling SwiftProtobuf AnyUnpackError.swift
[121/557] Compiling SwiftProtobuf AsyncMessageSequence.swift
[122/557] Emitting module ComplexModule
[125/558] Compiling Algorithms Compacted.swift
[126/558] Compiling Algorithms Cycle.swift
[127/558] Compiling Algorithms EitherSequence.swift
[128/558] Compiling Algorithms FirstNonNil.swift
[132/558] Compiling Algorithms Combinations.swift
BUILD FAILURE 6.1 wasm