The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-package-registry-service, reference main (5ffd64), with Swift 6.1 for Wasm on 30 May 2025 20:41:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/CrowdStrike/swift-package-registry-service.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CrowdStrike/swift-package-registry-service
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5ffd644 Fix issue #13: move manifests.json into a DB table (#18)
Cloned https://github.com/CrowdStrike/swift-package-registry-service.git
Revision (git rev-parse @):
5ffd6440876eb20c3765bf0c071338443fefb068
SUCCESS checkout https://github.com/CrowdStrike/swift-package-registry-service.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CrowdStrike/swift-package-registry-service.git
https://github.com/CrowdStrike/swift-package-registry-service.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.113.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client.git"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "swift-overture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-overture.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.12.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "swift-package-registry-service",
  "name" : "swift-package-registry-service",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PersistenceClient",
      "module_type" : "SwiftTarget",
      "name" : "PersistenceClient",
      "path" : "Sources/PersistenceClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "Overture",
        "NIOFoundationCompat",
        "NIOCore"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "PersistenceClient+Live.swift",
        "PersistenceClient+ReleaseMetadata.swift",
        "PersistenceClient+Releases.swift",
        "PersistenceClient+SourceArchive.swift",
        "PersistenceClient+Tag.swift",
        "PersistenceClient+Test.swift",
        "PersistenceClient.swift"
      ],
      "target_dependencies" : [
        "FileClient",
        "APIUtilities",
        "HTTPStreamClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPStreamClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPStreamClient",
      "path" : "Sources/HTTPStreamClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "HTTPClientResponse+Extensions.swift",
        "HTTPStreamClient+Live.swift",
        "HTTPStreamClient+Test.swift",
        "HTTPStreamClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GithubOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "GithubOpenAPI",
      "path" : "Sources/GithubOpenAPI",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GithubAPIClientImpl",
      "module_type" : "SwiftTarget",
      "name" : "GithubAPIClientImpl",
      "path" : "Sources/GithubAPIClientImpl",
      "product_dependencies" : [
        "Dependencies",
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "GithubAPIClient+Extensions.swift",
        "GithubAPIClient+Live.swift",
        "GithubOpenAPI+Extensions.swift"
      ],
      "target_dependencies" : [
        "GithubAPIClient",
        "GithubOpenAPI",
        "ClientAuthMiddleware",
        "ClientLoggingMiddleware",
        "ClientStaticHeadersMiddleware"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GithubAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "GithubAPIClient",
      "path" : "Sources/GithubAPIClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "HTTPTypes",
        "Overture"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "GithubAPIClient+GetContent.swift",
        "GithubAPIClient+GetLatestRelease.swift",
        "GithubAPIClient+GetReleaseByTagName.swift",
        "GithubAPIClient+GetRepository.swift",
        "GithubAPIClient+ListRepositoryTags.swift",
        "GithubAPIClient+Release.swift",
        "GithubAPIClient+Repository.swift",
        "GithubAPIClient+Test.swift",
        "GithubAPIClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FileClientTests",
      "module_type" : "SwiftTarget",
      "name" : "FileClientTests",
      "path" : "Tests/FileClientTests",
      "sources" : [
        "FileClientTests.swift"
      ],
      "target_dependencies" : [
        "FileClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileClient",
      "module_type" : "SwiftTarget",
      "name" : "FileClient",
      "path" : "Sources/FileClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "Semaphore",
        "NIOCore",
        "NIOPosix",
        "_NIOFileSystem",
        "Overture"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "FileClient+Live.swift",
        "FileClient+Test.swift",
        "FileClient.swift",
        "FileClientActor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClientStaticHeadersMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "ClientStaticHeadersMiddleware",
      "path" : "Sources/ClientStaticHeadersMiddleware",
      "product_dependencies" : [
        "HTTPTypes",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "ClientStaticHeadersMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClientLoggingMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "ClientLoggingMiddleware",
      "path" : "Sources/ClientLoggingMiddleware",
      "product_dependencies" : [
        "HTTPTypes",
        "OpenAPIRuntime",
        "Vapor"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "ClientLoggingMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClientAuthMiddleware",
      "module_type" : "SwiftTarget",
      "name" : "ClientAuthMiddleware",
      "path" : "Sources/ClientAuthMiddleware",
      "product_dependencies" : [
        "HTTPTypes",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "ClientAuthMiddleware.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChecksumClientImplTests",
      "module_type" : "SwiftTarget",
      "name" : "ChecksumClientImplTests",
      "path" : "Tests/ChecksumClientImplTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ChecksumClientImplTests/Resources/swift-overture-0.5.0.zip",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ChecksumClientImplTests.swift"
      ],
      "target_dependencies" : [
        "ChecksumClientImpl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChecksumClientImpl",
      "module_type" : "SwiftTarget",
      "name" : "ChecksumClientImpl",
      "path" : "Sources/ChecksumClientImpl",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Vapor"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "ChecksumClient+Live.swift",
        "HashAlgorithm.swift"
      ],
      "target_dependencies" : [
        "ChecksumClient",
        "FileClient",
        "HTTPStreamClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ChecksumClient",
      "module_type" : "SwiftTarget",
      "name" : "ChecksumClient",
      "path" : "Sources/ChecksumClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "ChecksumClient+ComputeChecksum.swift",
        "ChecksumClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "VaporTesting",
        "ConcurrencyExtras",
        "Overture"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AppTests/Resources/swift-overture-0.5.0.zip",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CreatePackageReleaseTests.swift",
        "DownloadSourceArchiveTests.swift",
        "FetchManifestTests.swift",
        "FetchReleaseMetadataTests.swift",
        "ListPackageReleasesTests.swift",
        "LookupPackageIdentifiersTests.swift",
        "MemoryCacheActorTests.swift",
        "PackageScopeNameTests.swift",
        "TestApp.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "HTTPTypes",
        "Semaphore",
        "Fluent",
        "FluentSQLiteDriver",
        "SystemPackage"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Concurrency/DatabaseActor.swift",
        "Concurrency/IdentifiersActor.swift",
        "Concurrency/MemoryCacheActor.swift",
        "Concurrency/TagsActor.swift",
        "ContentModels/FetchReleaseMetadata.swift",
        "ContentModels/ListPackageReleases.swift",
        "ContentModels/LoginResponse.swift",
        "ContentModels/LookupPackageIdentifiers.swift",
        "ContentModels/ProblemDetails.swift",
        "ContentModels/PublishResponse.swift",
        "ContentModels/ReleaseMetadataOrSourceArchive.swift",
        "Controllers/ErrorHandling/Abort+Extensions.swift",
        "Controllers/ErrorHandling/SwiftPackageRegistryServiceError.swift",
        "Controllers/HTTPTypesExtensions/HTTPResponse+Extensions.swift",
        "Controllers/PackageRegistryController+CreatePackageRelease.swift",
        "Controllers/PackageRegistryController+DownloadSourceArchive.swift",
        "Controllers/PackageRegistryController+FetchManifest.swift",
        "Controllers/PackageRegistryController+FetchPackageID.swift",
        "Controllers/PackageRegistryController+FetchReleaseMetadata.swift",
        "Controllers/PackageRegistryController+FetchReleaseMetadataOrDownloadSourceArchive.swift",
        "Controllers/PackageRegistryController+ListPackageReleases.swift",
        "Controllers/PackageRegistryController+Login.swift",
        "Controllers/PackageRegistryController+LookupPackageIdentifiers.swift",
        "Controllers/PackageRegistryController+SyncManifests.swift",
        "Controllers/PackageRegistryController+SyncReleaseMetadata.swift",
        "Controllers/PackageRegistryController+SyncTags.swift",
        "Controllers/PackageRegistryController.swift",
        "Controllers/Parameters/PackageName.swift",
        "Controllers/Parameters/PackageScope.swift",
        "Controllers/Parameters/PackageScopeAndName.swift",
        "Controllers/Parameters/PackageVersion.swift",
        "Controllers/VaporExtensions/Application+Extensions.swift",
        "Controllers/VaporExtensions/Request+Extensions.swift",
        "DataTransferObjects/CachedPackageManifest.swift",
        "DataTransferObjects/PackageManifest.swift",
        "DataTransferObjects/PackageManifestWithContents.swift",
        "Database/Migrations/CreateManifests.swift",
        "Database/Migrations/CreateRepositories.swift",
        "Database/Models/Manifest.swift",
        "Database/Models/Repository.swift",
        "GithubAPIClient+Extensions.swift",
        "GithubURL+Extensions.swift",
        "Middleware/CustomRouteLoggingMiddleware.swift",
        "Middleware/ProblemDetailsErrorMiddleware.swift",
        "configure.swift",
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ChecksumClientImpl",
        "GithubAPIClientImpl",
        "APIUtilities",
        "HTTPStreamClient",
        "PersistenceClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APIUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "APIUtilitiesTests",
      "path" : "Tests/APIUtilitiesTests",
      "sources" : [
        "GithubURLParserTests.swift",
        "ManifestFileNameTests.swift",
        "SemanticVersionParserTests.swift",
        "SwiftToolsVersionParserTests.swift"
      ],
      "target_dependencies" : [
        "APIUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIUtilities",
      "module_type" : "SwiftTarget",
      "name" : "APIUtilities",
      "path" : "Sources/APIUtilities",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "APIUtilities+LinkHeader.swift",
        "APIUtilities.swift",
        "GithubURL.swift",
        "JSONEncoder+Extensions.swift",
        "ManifestFileName.swift",
        "SemanticVersion.swift",
        "SemanticVersionParser.swift",
        "SwiftRegistryAcceptHeader.swift",
        "SwiftToolsVersionParser.swift",
        "Version+Extensions.swift",
        "Version+TagMap.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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-nio.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/groue/Semaphore.git
[1/2049] Fetching swift-docc-plugin
[2/3396] Fetching swift-docc-plugin, fluent-sqlite-driver
[1238/3689] Fetching swift-docc-plugin, fluent-sqlite-driver, semaphore
[1760/17110] Fetching swift-docc-plugin, fluent-sqlite-driver, semaphore, fluent
[3230/21501] Fetching swift-docc-plugin, fluent-sqlite-driver, semaphore, fluent, swift-system
Fetched https://github.com/groue/Semaphore.git from cache (0.43s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.45s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/pointfreeco/swift-overture.git
[11676/95984] Fetching swift-docc-plugin, fluent, swift-system, swift-nio
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
[8627/91593] Fetching swift-docc-plugin, fluent, swift-nio
Fetching https://github.com/swift-server/async-http-client
[17577/92445] Fetching swift-docc-plugin, fluent, swift-nio, swift-concurrency-extras
[20105/93308] Fetching swift-docc-plugin, fluent, swift-nio, swift-concurrency-extras, swift-overture
[46874/107322] Fetching swift-docc-plugin, fluent, swift-nio, swift-concurrency-extras, swift-overture, async-http-client
Fetched https://github.com/pointfreeco/swift-overture.git from cache (1.37s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (1.39s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-http-types
[80487/105607] Fetching swift-docc-plugin, fluent, swift-nio, async-http-client
[105608/106511] Fetching swift-docc-plugin, fluent, swift-nio, async-http-client, swift-http-types
Fetched https://github.com/swift-server/async-http-client from cache (2.46s)
[92470/92497] Fetching swift-docc-plugin, fluent, swift-nio, swift-http-types
Fetching https://github.com/swift-server/swift-openapi-async-http-client.git
[92498/98746] Fetching swift-docc-plugin, fluent, swift-nio, swift-http-types, swift-dependencies
Fetched https://github.com/apple/swift-http-types from cache (1.72s)
[1/570] Fetching swift-openapi-async-http-client
Fetching https://github.com/apple/swift-openapi-runtime
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.88s)
Fetching https://github.com/apple/swift-openapi-generator
Fetched https://github.com/swift-server/swift-openapi-async-http-client.git from cache (0.73s)
Fetching https://github.com/vapor/vapor.git
[1/5679] Fetching swift-openapi-runtime
[1308/21428] Fetching swift-openapi-runtime, swift-openapi-generator
[7885/95806] Fetching swift-openapi-runtime, swift-openapi-generator, vapor
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.89s)
[13169/90127] Fetching swift-openapi-generator, vapor
Fetched https://github.com/apple/swift-openapi-generator from cache (2.02s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (5.85s)
Fetched https://github.com/vapor/fluent.git from cache (5.86s)
Fetched https://github.com/apple/swift-nio.git from cache (6.22s)
Fetched https://github.com/vapor/vapor.git from cache (3.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (9.20s)
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.34s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (2.84s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.59s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (1.11s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.44s)
Computing version for https://github.com/pointfreeco/swift-overture.git
Computed https://github.com/pointfreeco/swift-overture.git at 0.5.0 (0.59s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client.git
Computed https://github.com/swift-server/swift-openapi-async-http-client.git at 1.1.0 (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.48s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.52s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.54s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/1517] Fetching sqlite-nio
[2/3887] Fetching sqlite-nio, async-kit
[2301/9870] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.31s)
[5999/7500] Fetching sqlite-nio, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.40s)
[759/1517] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.38s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.85s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.46s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5923] Fetching swift-nio-extras
[3615/8590] Fetching swift-nio-extras, swift-nio-transport-services
[6189/10307] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[9175/16266] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
[11943/27793] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-http2
[18342/42636] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[18983/40919] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
[13175/34996] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.24s)
[20204/23469] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.93s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.74s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.03s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.87s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.8.0 (0.97s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
[1/10657] Fetching yams
[1600/26043] Fetching yams, swift-argument-parser
[14243/113953] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (1.25s)
[22965/98567] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (1.74s)
[29011/87910] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (6.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.83s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.06s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.57s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[2/2731] Fetching swift-http-structured-headers, swift-asn1
[2383/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[3533/13871] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms
[3767/16297] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.82s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.04s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.96s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[1086/3702] Fetching combine-schedulers, swift-clocks
[3703/9160] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.87s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.88s)
[1/70522] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.33s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.38s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.11s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.48s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.63s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[1064/21790] Fetching swift-service-context, routing-kit
[3552/26764] Fetching swift-service-context, routing-kit, swift-distributed-tracing
[3553/28970] Fetching swift-service-context, routing-kit, swift-distributed-tracing, swift-metrics
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.39s)
Fetching https://github.com/vapor/console-kit.git
[22205/26764] Fetching swift-service-context, routing-kit, swift-distributed-tracing
[26765/30083] Fetching swift-service-context, routing-kit, swift-distributed-tracing, multipart-kit
[27695/32692] Fetching swift-service-context, routing-kit, swift-distributed-tracing, multipart-kit, websocket-kit
[29557/38445] Fetching swift-service-context, routing-kit, swift-distributed-tracing, multipart-kit, websocket-kit, console-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.42s)
Fetched https://github.com/vapor/console-kit.git from cache (0.44s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.94s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.95s)
Fetched https://github.com/vapor/routing-kit.git from cache (0.96s)
[1129/3319] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.60s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.54s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.50s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.51s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.2 (0.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.48s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.70s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.0 (0.86s)
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client.git
Working copy of https://github.com/swift-server/swift-openapi-async-http-client.git resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/pointfreeco/swift-overture.git
Working copy of https://github.com/pointfreeco/swift-overture.git resolved at 0.5.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
[0/36] Write sources
[13/36] Compiling _NumericsShims _NumericsShims.c
[14/36] Compiling writer.c
[15/36] Compiling reader.c
[16/36] Compiling api.c
[17/36] Compiling emitter.c
[18/36] Compiling scanner.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[19/36] Compiling parser.c
[22/115] Emitting module OpenAPIKitCore
[23/119] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/119] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/120] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/120] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/120] Emitting module RealModule
[28/120] Compiling OpenAPIKitCore CallbackURL.swift
[29/120] Compiling OpenAPIKitCore ComponentKey.swift
[30/123] Emitting module ArgumentParserToolInfo
[31/123] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/123] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/123] Compiling InternalCollectionsUtilities Debugging.swift
[34/124] Compiling RealModule Float80+Real.swift
[35/124] Compiling RealModule Real.swift
[36/124] Compiling InternalCollectionsUtilities Descriptions.swift
[37/124] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/124] Emitting module InternalCollectionsUtilities
[39/124] Compiling OpenAPIKitCore CodingPathError.swift
[40/124] Compiling OpenAPIKitCore OpenAPIError.swift
[41/124] Compiling RealModule Float+Real.swift
[42/124] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/124] Compiling RealModule ElementaryFunctions.swift
[44/124] Compiling OpenAPIKitCore Either+Codable.swift
[47/124] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[48/124] Compiling OpenAPIKitCore Either.swift
[49/124] Compiling RealModule Float16+Real.swift
[52/125] Emitting module Yams
[54/125] Compiling RealModule RealFunctions.swift
[56/126] Wrapping AST for InternalCollectionsUtilities for debugging
[57/126] Wrapping AST for ArgumentParserToolInfo for debugging
[58/133] Wrapping AST for RealModule for debugging
[60/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[61/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[62/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[63/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[64/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[65/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[66/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[67/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[68/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[69/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[70/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[71/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[72/244] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[73/244] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[74/251] Emitting module ArgumentParser
[75/256] Compiling Algorithms Split.swift
[76/256] Compiling Algorithms Stride.swift
[77/256] Compiling Algorithms Suffix.swift
[78/259] Compiling Algorithms Chunked.swift
[79/259] Compiling Algorithms Combinations.swift
[80/259] Compiling Algorithms RandomSample.swift
[81/259] Compiling Algorithms Reductions.swift
[82/259] Compiling Algorithms Rotate.swift
[86/259] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[87/259] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[88/259] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[89/259] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[90/259] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[91/259] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[92/259] Compiling ArgumentParser CollectionExtensions.swift
[93/259] Compiling ArgumentParser Platform.swift
[94/259] Compiling ArgumentParser SequenceExtensions.swift
[95/259] Compiling ArgumentParser StringExtensions.swift
[96/259] Compiling ArgumentParser Tree.swift
[97/259] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/259] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/259] Compiling OrderedCollections OrderedDictionary+Elements.swift
[100/259] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[101/259] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[102/259] Compiling Algorithms FlattenCollection.swift
[103/259] Compiling Algorithms Grouped.swift
[104/259] Compiling Algorithms Indexed.swift
[105/259] Compiling Algorithms Intersperse.swift
[106/259] Compiling Algorithms Partition.swift
[107/259] Compiling Algorithms Permutations.swift
[108/259] Compiling Algorithms Product.swift
[109/259] Compiling Algorithms Joined.swift
[110/259] Compiling Algorithms Chain.swift
[120/259] Compiling Algorithms Keyed.swift
[121/259] Compiling Algorithms MinMax.swift
[122/259] Compiling Algorithms Compacted.swift
[123/259] Compiling Algorithms Cycle.swift
[124/259] Compiling Algorithms EitherSequence.swift
[125/259] Compiling Algorithms FirstNonNil.swift
[126/259] Compiling Algorithms AdjacentPairs.swift
[149/259] Compiling Algorithms Trim.swift
[150/259] Compiling Algorithms Unique.swift
[151/259] Compiling Algorithms Windows.swift
[202/261] Wrapping AST for OpenAPIKitCore for debugging
[205/271] Compiling OrderedCollections OrderedSet+Sendable.swift
[206/271] Compiling OrderedCollections OrderedSet+SubSequence.swift
[207/271] Compiling OrderedCollections OrderedSet+Testing.swift
[208/271] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[209/271] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[210/271] Compiling OrderedCollections OrderedSet.swift
[211/271] Compiling OrderedCollections _UnsafeBitset.swift
[211/380] Wrapping AST for Yams for debugging
[213/380] Compiling OpenAPIKit30 OpenAPI.swift
[214/380] Compiling OpenAPIKit30 DereferencedOperation.swift
[215/380] Compiling OpenAPIKit30 Operation.swift
[216/380] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[217/380] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[218/380] Compiling OpenAPIKit30 DereferencedParameter.swift
[219/380] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[220/380] Compiling OpenAPIKit30 Parameter.swift
[221/380] Compiling OpenAPIKit30 ParameterContext.swift
[222/380] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[223/380] Compiling OpenAPIKit30 Document.swift
[224/380] Compiling OpenAPIKit30 DocumentInfo.swift
[225/380] Compiling OpenAPIKit30 ResolvedDocument.swift
[226/380] Compiling OpenAPIKit30 Either+Convenience.swift
[227/380] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[228/380] Compiling OpenAPIKit30 Either+Validatable.swift
[229/380] Compiling OpenAPIKit30 Content.swift
[230/380] Compiling OpenAPIKit30 ContentEncoding.swift
[231/380] Compiling OpenAPIKit30 DereferencedContent.swift
[232/380] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[233/380] Compiling OpenAPIKit30 DereferencedDocument.swift
[234/380] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[235/380] Compiling OpenAPIKit30 Callbacks.swift
[236/380] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[237/380] Compiling OpenAPIKit30 Components+JSONReference.swift
[238/380] Compiling OpenAPIKit30 Components+Locatable.swift
[239/380] Compiling OpenAPIKit30 Components.swift
[240/380] Compiling OpenAPIKit30 DocumentDecodingError.swift
[241/380] Compiling OpenAPIKit30 OperationDecodingError.swift
[242/380] Compiling OpenAPIKit30 PathDecodingError.swift
[243/380] Compiling OpenAPIKit30 ResponseDecodingError.swift
[244/380] Compiling OpenAPIKit30 Example.swift
[245/380] Compiling OpenAPIKit30 ExternalDocumentation.swift
[246/380] Compiling OpenAPIKit30 DereferencedHeader.swift
[247/380] Compiling OpenAPIKit30 Header.swift
[248/380] Compiling OpenAPIKit30 JSONReference.swift
[249/380] Compiling OpenAPIKit30 Link.swift
[250/380] Emitting module OrderedCollections
[252/382] Wrapping AST for ArgumentParser for debugging
[253/382] Wrapping AST for OrderedCollections for debugging
[255/382] Emitting module Algorithms
[256/383] Wrapping AST for Algorithms for debugging
[258/383] Emitting module OpenAPIKit30
[259/391] Emitting module OpenAPIKit
[277/399] Compiling OpenAPIKit30 JSONSchemaContext.swift
[278/399] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[279/399] Compiling OpenAPIKit30 TypesAndFormats.swift
[280/399] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[281/399] Compiling OpenAPIKit30 SecurityScheme.swift
[282/399] Compiling OpenAPIKit30 Server.swift
[283/399] Compiling OpenAPIKit30 Tag.swift
[284/399] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[305/399] Compiling OpenAPIKit30 DereferencedPathItem.swift
[306/399] Compiling OpenAPIKit30 PathItem.swift
[307/399] Compiling OpenAPIKit30 ResolvedRoute.swift
[308/399] Compiling OpenAPIKit30 DereferencedRequest.swift
[309/399] Compiling OpenAPIKit30 Request.swift
[310/399] Compiling OpenAPIKit30 DereferencedResponse.swift
[311/399] Compiling OpenAPIKit30 Response.swift
[312/399] Compiling OpenAPIKit30 RuntimeExpression.swift
[313/399] Compiling OpenAPIKit30 SchemaProtocols.swift
[314/399] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[315/399] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[316/399] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[317/399] Compiling OpenAPIKit30 JSONSchema.swift
[336/399] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[337/399] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[338/399] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[339/399] Compiling OpenAPIKit Validation+Builtins.swift
[340/399] Compiling OpenAPIKit Validation.swift
[341/399] Compiling OpenAPIKit Validator+Convenience.swift
[342/399] Compiling OpenAPIKit Validator.swift
[343/399] Compiling OpenAPIKit XML.swift
[344/400] Wrapping AST for OpenAPIKit30 for debugging
[361/400] Compiling OpenAPIKit _CoreReExport.swift
[395/401] Wrapping AST for OpenAPIKit for debugging
[397/404] Compiling OpenAPIKitCompat Either+Map.swift
[398/404] Emitting module OpenAPIKitCompat
[399/404] Compiling OpenAPIKitCompat Compat30To31.swift
[400/405] Wrapping AST for OpenAPIKitCompat for debugging
[402/486] Emitting module _OpenAPIGeneratorCore
[403/497] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[404/497] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[405/497] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[406/497] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[407/497] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[408/497] Compiling _OpenAPIGeneratorCore translateResponse.swift
[409/497] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[410/497] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[411/497] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[412/497] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[413/497] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[414/497] Compiling _OpenAPIGeneratorCore Builtins.swift
[415/497] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[416/497] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[417/497] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[418/497] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[419/497] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[420/497] Compiling _OpenAPIGeneratorCore TypeName.swift
[421/497] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[422/497] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[423/497] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[424/497] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[425/497] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[426/497] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[427/497] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[428/497] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[429/497] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[430/497] Compiling _OpenAPIGeneratorCore translateComponents.swift
[431/497] Compiling _OpenAPIGeneratorCore translateOperations.swift
[432/497] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[433/497] Compiling _OpenAPIGeneratorCore translateServers.swift
[434/497] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[435/497] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[436/497] Compiling _OpenAPIGeneratorCore Constants.swift
[437/497] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[438/497] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[439/497] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[440/497] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[441/497] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[442/497] Compiling _OpenAPIGeneratorCore ContentType.swift
[443/497] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[444/497] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[445/497] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[446/497] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[447/497] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[448/497] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[449/497] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[450/497] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[451/497] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[452/497] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[453/497] Compiling _OpenAPIGeneratorCore translateParameter.swift
[454/497] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[455/497] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[456/497] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[457/497] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[458/497] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[459/497] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[460/497] Compiling _OpenAPIGeneratorCore translateArray.swift
[461/497] Compiling _OpenAPIGeneratorCore translateCodable.swift
[462/497] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[463/497] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[464/497] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[465/497] Compiling _OpenAPIGeneratorCore translateSchema.swift
[466/497] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[467/497] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[468/497] Compiling _OpenAPIGeneratorCore Annotations.swift
[469/497] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[470/497] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[471/497] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[472/497] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[473/497] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[474/497] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[475/497] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[476/497] Compiling _OpenAPIGeneratorCore YamsParser.swift
[477/497] Compiling _OpenAPIGeneratorCore validateDoc.swift
[478/497] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[479/497] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[480/497] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[481/497] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[482/497] Compiling _OpenAPIGeneratorCore Config.swift
[483/497] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[484/497] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[485/497] Compiling _OpenAPIGeneratorCore Errors.swift
[486/497] Compiling _OpenAPIGeneratorCore Foundation.swift
[487/497] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[488/497] Compiling _OpenAPIGeneratorCore String.swift
[489/497] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[490/497] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[491/497] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[492/497] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[493/497] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[494/498] Wrapping AST for _OpenAPIGeneratorCore for debugging
[496/507] Compiling swift_openapi_generator UserConfig.swift
[497/508] Compiling swift_openapi_generator Tool.swift
[498/508] Compiling swift_openapi_generator PluginSource.swift
[499/508] Compiling swift_openapi_generator runGenerator.swift
[500/508] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[501/508] Compiling swift_openapi_generator GenerateCommand.swift
[502/508] Compiling swift_openapi_generator GenerateOptions.swift
[503/508] Emitting module swift_openapi_generator
[504/508] Compiling swift_openapi_generator Extensions.swift
[505/508] Compiling swift_openapi_generator FilterCommand.swift
[506/509] Wrapping AST for swift-openapi-generator for debugging
[507/509] Write Objects.LinkFileList
[508/509] Linking swift-openapi-generator-tool
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/1023] Write sources
[17/1023] Compiling aes-gcm-avx2-x86_64-linux.S
[18/1023] Write sources
[19/1023] Compiling sha256-armv8-linux.S
[20/1023] Write sources
[21/1023] Compiling _SwiftSyntaxCShims dummy.c
[22/1023] Write sources
[46/1023] Compiling _NumericsShims _NumericsShims.c
[47/1023] Compiling writer.c
[48/1023] Compiling reader.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/evp.cc:20:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[49/1023] Compiling evp.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/err/err.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/err/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[49/1023] Compiling err.cc
[49/1023] Compiling scanner.c
[49/1023] Compiling parser.c
[49/1023] Write swift-version-24593BA9C3E375BF.txt
[49/1023] Compiling unicode.cc
[49/1023] Compiling v3_crld.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.cc:24:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/ec/internal.h:22:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/ec/../bn/internal.h:23:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../fipsmodule/ec/../bn/../../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[49/1023] Compiling p_ec.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[0/20] Compiling _NumericsShims _NumericsShims.c
[1/20] Compiling writer.c
[2/20] Compiling reader.c
[3/20] Write swift-version-24593BA9C3E375BF.txt
[4/20] Compiling scanner.c
[6/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/100] Compiling OpenAPIKitCore OpenAPIReference.swift
[9/100] Compiling Yams Node.Scalar.swift
[10/100] Compiling Yams Node.Sequence.swift
[11/100] Compiling Yams Node.swift
[12/100] Compiling RealModule Real.swift
[13/101] Compiling RealModule RealFunctions.swift
[14/101] Compiling RealModule Float80+Real.swift
[15/101] Compiling RealModule Float+Real.swift
[16/101] Compiling RealModule ElementaryFunctions.swift
[17/101] Compiling RealModule Float16+Real.swift
[18/101] Compiling Yams Tag.swift
[19/101] Compiling OpenAPIKitCore Discriminator.swift
[20/103] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[21/103] Compiling Yams AliasDereferencingStrategy.swift
[22/103] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[23/103] Compiling OpenAPIKitCore DiggingError.swift
[26/103] Emitting module InternalCollectionsUtilities
[27/103] Emitting module RealModule
[29/104] Emitting module ArgumentParserToolInfo
[30/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/105] Compiling Yams Anchor.swift
[37/109] Emitting module OpenAPIKitCore
[39/108] Compiling OpenAPIKitCore OpenAPIError.swift
[40/108] Compiling OpenAPIKitCore OpenAPIWarning.swift
[41/108] Compiling OpenAPIKitCore RequestDecodingError.swift
[44/109] Compiling Yams YamlError.swift
[45/109] Compiling Yams YamlTagProviding.swift
[46/109] Compiling OpenAPIKitCore ResponseStatusCode.swift
[47/109] Compiling OpenAPIKitCore SecurityScheme.swift
[48/109] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[49/109] Compiling OpenAPIKitCore URLTemplate.swift
[54/109] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[55/109] Compiling OpenAPIKitCore Optional+Zip.swift
[56/109] Compiling OpenAPIKitCore Result+Value.swift
[57/109] Compiling OpenAPIKitCore Validatable.swift
[60/109] Compiling Yams Resolver.swift
[61/109] Compiling Yams String+Yams.swift
[68/134] Compiling Algorithms Permutations.swift
[69/134] Compiling Algorithms Product.swift
[70/134] Compiling Algorithms FlattenCollection.swift
[71/134] Compiling Algorithms Grouped.swift
[72/134] Compiling OpenAPIKitCore OAuthFlows.swift
[73/134] Compiling OpenAPIKitCore ParameterContextLocation.swift
[74/134] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[75/134] Compiling OpenAPIKitCore Path.swift
[76/134] Compiling Algorithms Indexed.swift
[77/134] Compiling Algorithms Intersperse.swift
[78/134] Compiling Algorithms Split.swift
[79/134] Compiling Algorithms Stride.swift
[80/134] Compiling Algorithms Suffix.swift
[81/135] Emitting module Yams
[83/133] Compiling Algorithms EitherSequence.swift
[84/133] Compiling Algorithms FirstNonNil.swift
[85/133] Compiling Algorithms RandomSample.swift
[86/133] Compiling Algorithms Reductions.swift
[87/133] Compiling Algorithms Rotate.swift
[91/170] Compiling ArgumentParser BashCompletionsGenerator.swift
[92/170] Compiling ArgumentParser CompletionsGenerator.swift
[93/170] Compiling ArgumentParser FishCompletionsGenerator.swift
[94/170] Compiling ArgumentParser Option.swift
[95/170] Compiling ArgumentParser OptionGroup.swift
[96/170] Compiling ArgumentParser AsyncParsableCommand.swift
[97/347] Compiling OpenAPIKit30 Example.swift
[98/347] Compiling OpenAPIKit30 ExternalDocumentation.swift
[99/347] Compiling OpenAPIKit30 DereferencedHeader.swift
[100/347] Compiling OpenAPIKit30 ContentEncoding.swift
[101/347] Compiling OpenAPIKit30 DereferencedContent.swift
[102/347] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[103/347] Compiling OpenAPIKit30 DereferencedDocument.swift
[104/347] Compiling OpenAPIKit30 DocumentDecodingError.swift
[105/347] Compiling OpenAPIKit30 OperationDecodingError.swift
[106/347] Compiling OpenAPIKit30 PathDecodingError.swift
[107/347] Compiling OpenAPIKit30 ResponseDecodingError.swift
[108/347] Compiling OpenAPIKit30 Header.swift
[109/347] Compiling OpenAPIKit30 JSONReference.swift
[110/347] Compiling OpenAPIKit30 Link.swift
[111/347] Compiling OpenAPIKit30 Server.swift
[112/347] Compiling OpenAPIKit30 Tag.swift
[113/347] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[114/347] Compiling OpenAPIKit30 DereferencedResponse.swift
[115/347] Compiling OpenAPIKit30 Response.swift
[116/347] Compiling OpenAPIKit30 RuntimeExpression.swift
[117/347] Compiling OpenAPIKit30 SchemaProtocols.swift
[118/354] Compiling OpenAPIKit30 DereferencedRequest.swift
[119/354] Compiling OpenAPIKit30 Request.swift
[120/354] Compiling OpenAPIKit30 JSONSchemaContext.swift
[121/354] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[122/354] Compiling OpenAPIKit30 TypesAndFormats.swift
[123/354] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[124/354] Compiling OpenAPIKit30 SecurityScheme.swift
[128/354] Compiling OpenAPIKit30 OpenAPI.swift
[129/354] Compiling OpenAPIKit30 DereferencedOperation.swift
[130/354] Compiling OpenAPIKit30 Operation.swift
[131/354] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[132/354] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[133/354] Compiling OpenAPIKit30 DereferencedParameter.swift
[134/354] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[135/354] Compiling OpenAPIKit30 Parameter.swift
[136/354] Compiling OpenAPIKit30 ParameterContext.swift
[137/354] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[138/354] Compiling OpenAPIKit30 DereferencedPathItem.swift
[139/354] Compiling OpenAPIKit30 PathItem.swift
[140/354] Compiling OpenAPIKit30 ResolvedRoute.swift
[141/354] Compiling OpenAPIKit30 Components+JSONReference.swift
[142/354] Compiling OpenAPIKit30 Components+Locatable.swift
[143/354] Compiling OpenAPIKit30 Components.swift
[144/354] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[145/354] Compiling OpenAPIKit30 Callbacks.swift
[146/354] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[151/354] Compiling OpenAPIKit30 Document.swift
[152/354] Compiling OpenAPIKit30 DocumentInfo.swift
[153/354] Compiling OpenAPIKit30 ResolvedDocument.swift
[154/354] Compiling OpenAPIKit30 Either+Convenience.swift
[155/354] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[156/354] Compiling OpenAPIKit30 Either+Validatable.swift
[164/354] Compiling OrderedCollections OrderedSet+Sendable.swift
[165/354] Compiling OrderedCollections OrderedSet+SubSequence.swift
[166/354] Compiling OrderedCollections OrderedSet+Testing.swift
[167/354] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[168/354] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[169/354] Compiling OrderedCollections OrderedSet.swift
[170/354] Compiling OrderedCollections _UnsafeBitset.swift
[177/354] Emitting module OpenAPIKit30
[184/367] Compiling OpenAPIKit30 Content.swift
[196/367] Compiling ArgumentParser CollectionExtensions.swift
[197/367] Compiling ArgumentParser Platform.swift
[198/367] Compiling ArgumentParser SequenceExtensions.swift
[199/367] Compiling ArgumentParser StringExtensions.swift
[200/367] Compiling ArgumentParser Tree.swift
[202/367] Emitting module OrderedCollections
[203/376] Emitting module OpenAPIKit
[264/376] Emitting module Algorithms
[309/375] Emitting module ArgumentParser
[329/375] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[330/375] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[331/375] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[332/375] Compiling OpenAPIKit Validation+Builtins.swift
[333/375] Compiling OpenAPIKit Validation.swift
[334/375] Compiling OpenAPIKit Validator+Convenience.swift
[335/375] Compiling OpenAPIKit Validator.swift
[336/375] Compiling OpenAPIKit XML.swift
[361/375] Compiling OpenAPIKit _CoreReExport.swift
[371/378] Compiling OpenAPIKitCompat Either+Map.swift
[372/378] Emitting module OpenAPIKitCompat
[373/378] Compiling OpenAPIKitCompat Compat30To31.swift
[375/459] Compiling _OpenAPIGeneratorCore Config.swift
[376/459] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[377/459] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[378/459] Compiling _OpenAPIGeneratorCore Errors.swift
[379/459] Compiling _OpenAPIGeneratorCore Foundation.swift
[380/459] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[381/459] Compiling _OpenAPIGeneratorCore String.swift
[382/459] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[383/459] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[384/459] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[385/459] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[386/459] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[387/470] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[388/470] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[389/470] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[390/470] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[391/470] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[392/470] Compiling _OpenAPIGeneratorCore translateComponents.swift
[393/470] Compiling _OpenAPIGeneratorCore translateOperations.swift
[394/470] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[395/470] Compiling _OpenAPIGeneratorCore translateServers.swift
[396/470] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[397/470] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[398/470] Compiling _OpenAPIGeneratorCore Builtins.swift
[399/470] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[400/470] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[401/470] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[402/470] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[403/470] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[404/470] Compiling _OpenAPIGeneratorCore TypeName.swift
[405/470] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[406/470] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[407/470] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[408/470] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[409/470] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[410/470] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[411/470] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[412/470] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[413/470] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[414/470] Compiling _OpenAPIGeneratorCore translateResponse.swift
[415/470] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[416/470] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[417/470] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[418/470] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[419/470] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[420/470] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[421/470] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[422/470] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[423/470] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[424/470] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[425/470] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[426/470] Compiling _OpenAPIGeneratorCore translateParameter.swift
[427/470] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[428/470] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[429/470] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[430/470] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[431/470] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[432/470] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[433/470] Compiling _OpenAPIGeneratorCore translateArray.swift
[434/470] Compiling _OpenAPIGeneratorCore translateCodable.swift
[435/470] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[436/470] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[437/470] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[438/470] Compiling _OpenAPIGeneratorCore translateSchema.swift
[439/470] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[440/470] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[441/470] Compiling _OpenAPIGeneratorCore Annotations.swift
[442/470] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[443/470] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[444/470] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[445/470] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[446/470] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[447/470] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[448/470] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[449/470] Compiling _OpenAPIGeneratorCore YamsParser.swift
[450/470] Compiling _OpenAPIGeneratorCore validateDoc.swift
[451/470] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[452/470] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[453/470] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[454/470] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[455/470] Compiling _OpenAPIGeneratorCore Constants.swift
[456/470] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[457/470] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[458/470] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[459/470] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[460/470] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[461/470] Compiling _OpenAPIGeneratorCore ContentType.swift
[462/470] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[463/470] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[464/470] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[465/470] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[466/470] Emitting module _OpenAPIGeneratorCore
[468/479] Compiling swift_openapi_generator UserConfig.swift
[469/479] Compiling swift_openapi_generator Tool.swift
[470/479] Compiling swift_openapi_generator PluginSource.swift
[471/480] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[472/480] Compiling swift_openapi_generator GenerateOptions.swift
[473/480] Compiling swift_openapi_generator GenerateCommand.swift
[474/480] Compiling swift_openapi_generator Extensions.swift
[475/480] Compiling swift_openapi_generator FilterCommand.swift
[476/480] Emitting module swift_openapi_generator
[477/480] Compiling swift_openapi_generator runGenerator.swift
[478/480] Write Objects.LinkFileList
[479/480] Linking swift-openapi-generator-tool
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/979] Write sources
[37/982] Compiling _NumericsShims _NumericsShims.c
[38/982] Compiling _AtomicsShims.c
[39/982] Compiling _NumericsShims _NumericsShims.c
[40/982] Write sources
[73/982] Compiling writer.c
[74/982] Compiling parser.c
[75/982] Compiling api.c
[76/982] Compiling CSystem shims.c
[77/982] Compiling reader.c
[78/982] Compiling CVaporBcrypt bcrypt.c
[79/982] Compiling CNIOWindows shim.c
[80/982] Compiling CNIOWASI CNIOWASI.c
[81/982] Compiling CNIOWindows WSAStartup.c
[82/982] Compiling CVaporBcrypt blf.c
[83/982] Compiling CNIOLinux shim.c
[84/982] Compiling CNIOLinux liburing_shims.c
[85/982] Compiling emitter.c
[86/982] Compiling CNIOLLHTTP c_nio_http.c
[87/982] Compiling CNIOSHA1 c_nio_sha1.c
[88/982] Compiling CNIODarwin shim.c
[89/982] Compiling CNIOExtrasZlib empty.c
[90/982] Compiling CNIOLLHTTP c_nio_api.c
[91/982] Write swift-version-24593BA9C3E375BF.txt
[92/982] Compiling scanner.c
[93/982] Compiling fiat_p256_adx_mul.S
[94/982] Compiling fiat_p256_adx_sqr.S
[95/982] Compiling fiat_curve25519_adx_square.S
[96/982] Compiling fiat_curve25519_adx_mul.S
[97/996] Compiling CNIOBoringSSLShims shims.c
[99/1019] Emitting module SwiftSyntax601
[100/1019] Emitting module _NIOBase64
[101/1019] Compiling SwiftSyntax601 Empty.swift
[103/1022] Compiling SwiftSyntax600 Empty.swift
[104/1022] Emitting module SwiftSyntax600
[105/1023] Emitting module _NIODataStructures
[107/1023] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/sqlite-nio/Sources/CSQLite/sqlite_nio_sqlite3.c:29859:10: fatal error: 'pthread.h' file not found
 29859 | #include <pthread.h>
       |          ^~~~~~~~~~~
1 error generated.
[108/1027] Compiling CSQLite sqlite_nio_sqlite3.c
[108/1028] Compiling CNIOLLHTTP c_nio_llhttp.c
/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 |
BUILD FAILURE 6.1 wasm