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 swiftly, reference main (bce44d), with Swift 6.1 for Wasm on 24 Jun 2025 22:07:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swiftly.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/swiftlang/swiftly
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bce44d7 Json Progress File (#391)
Cloned https://github.com/swiftlang/swiftly.git
Revision (git rev-parse @):
bce44d73f358c8f5bfb29eb0290416c4c74747a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swiftly.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swiftly.git
https://github.com/swiftlang/swiftly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "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"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.2",
            "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.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.49.18"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swiftly",
  "name" : "swiftly",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swiftly",
      "targets" : [
        "Swiftly"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "test-swiftly",
      "targets" : [
        "TestSwiftly"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-docs-reference",
      "targets" : [
        "generate-docs-reference"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "generate-command-models",
      "targets" : [
        "generate-command-models"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "build-swiftly-release",
      "targets" : [
        "build-swiftly-release"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "generate_docs_reference",
      "module_type" : "SwiftTarget",
      "name" : "generate-docs-reference",
      "path" : "Tools/generate-docs-reference",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "generate-docs-reference"
      ],
      "sources" : [
        "Extensions/Process+SimpleAPI.swift",
        "GenerateDocsReference.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "generate_command_models",
      "module_type" : "SwiftTarget",
      "name" : "generate-command-models",
      "path" : "Tools/generate-command-models",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "generate-command-models",
        "build-swiftly-release"
      ],
      "sources" : [
        "GenerateCommandModels.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "build_swiftly_release",
      "module_type" : "SwiftTarget",
      "name" : "build-swiftly-release",
      "path" : "Tools/build-swiftly-release",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "build-swiftly-release"
      ],
      "sources" : [
        "BuildSwiftlyRelease.swift"
      ],
      "target_dependencies" : [
        "SwiftlyCore",
        "LinuxPlatform",
        "MacOSPlatform"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TestSwiftly",
      "module_type" : "SwiftTarget",
      "name" : "TestSwiftly",
      "path" : "Sources/TestSwiftly",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "test-swiftly"
      ],
      "sources" : [
        "TestSwiftly.swift"
      ],
      "target_dependencies" : [
        "SwiftlyCore",
        "LinuxPlatform",
        "MacOSPlatform"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftlyWebsiteAPI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyWebsiteAPI",
      "path" : "Sources/SwiftlyWebsiteAPI",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "Servers+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftlyTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyTests",
      "path" : "Tests/SwiftlyTests",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftlyTests/mock-signing-key-private.pgp",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "CommandLineTests.swift",
        "FileLockTests.swift",
        "HTTPClientTests.swift",
        "InitTests.swift",
        "InstallTests.swift",
        "JsonFileProgressReporterTests.swift",
        "LinkTests.swift",
        "ListTests.swift",
        "OutputSchemaTests.swift",
        "PlatformTests.swift",
        "RunTests.swift",
        "SelfUpdateTests.swift",
        "StringExtensionsTests.swift",
        "SwiftlyCoreTests.swift",
        "SwiftlyTests.swift",
        "ToolchainSelectorTests.swift",
        "UninstallTests.swift",
        "UnlinkTests.swift",
        "UpdateTests.swift",
        "UseTests.swift"
      ],
      "target_dependencies" : [
        "Swiftly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftlyDownloadAPI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyDownloadAPI",
      "path" : "Sources/SwiftlyDownloadAPI",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIGenerator"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "Servers+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftlyDocs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyDocs",
      "path" : "Documentation",
      "sources" : [
        "EmptyFile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftlyCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftlyCore",
      "path" : "Sources/SwiftlyCore",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOFoundationCompat",
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "Commands+Runnable+Output.swift",
        "Error.swift",
        "FileLock.swift",
        "FileManager+FilePath.swift",
        "HTTPClient.swift",
        "Messages.swift",
        "ModeledCommandLine.swift",
        "OutputFormatter.swift",
        "Platform.swift",
        "ProcessInfo.swift",
        "StringExtensions.swift",
        "SwiftlyCore.swift",
        "SwiftlyVersion.swift",
        "Terminal.swift",
        "ToolchainVersion.swift"
      ],
      "target_dependencies" : [
        "SwiftlyDownloadAPI",
        "SwiftlyWebsiteAPI",
        "GenerateCommandModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Swiftly",
      "module_type" : "SwiftTarget",
      "name" : "Swiftly",
      "path" : "Sources/Swiftly",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftToolsSupport-auto",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swiftly"
      ],
      "sources" : [
        "Config.swift",
        "Init.swift",
        "Install.swift",
        "JsonFileProgressReporter.swift",
        "Link.swift",
        "List.swift",
        "ListAvailable.swift",
        "OutputSchema.swift",
        "Proxy.swift",
        "Run.swift",
        "SelfUpdate.swift",
        "Swiftly.swift",
        "Uninstall.swift",
        "Unlink.swift",
        "Update.swift",
        "Use.swift"
      ],
      "target_dependencies" : [
        "SwiftlyCore",
        "LinuxPlatform",
        "MacOSPlatform"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MacOSPlatform",
      "module_type" : "SwiftTarget",
      "name" : "MacOSPlatform",
      "path" : "Sources/MacOSPlatform",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "MacOS.swift"
      ],
      "target_dependencies" : [
        "SwiftlyCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LinuxPlatform",
      "module_type" : "SwiftTarget",
      "name" : "LinuxPlatform",
      "path" : "Sources/LinuxPlatform",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "Extract.swift",
        "Linux.swift"
      ],
      "target_dependencies" : [
        "SwiftlyCore",
        "CLibArchive"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateDocsReference",
      "module_type" : "PluginTarget",
      "name" : "GenerateDocsReference",
      "path" : "Plugins/GenerateDocsReference",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate a documentation reference for swiftly.",
          "type" : "custom",
          "verb" : "generate-docs-reference"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command generates documentation.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "GenerateDocsReference.swift",
        "GenerateDocsReferenceError.swift",
        "PackagePlugin+Helpers.swift"
      ],
      "target_dependencies" : [
        "generate-docs-reference"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenerateCommandModels",
      "module_type" : "PluginTarget",
      "name" : "GenerateCommandModels",
      "path" : "Plugins/GenerateCommandModels",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "generate-command-models"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CLibArchive",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibArchive",
      "path" : "Sources/CLibArchive",
      "product_memberships" : [
        "swiftly",
        "test-swiftly",
        "build-swiftly-release"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/5679] Fetching swift-openapi-runtime
[2614/7761] Fetching swift-openapi-runtime, swift-docc-plugin
[4434/12197] Fetching swift-openapi-runtime, swift-docc-plugin, swift-system
[4435/28156] Fetching swift-openapi-runtime, swift-docc-plugin, swift-system, swift-openapi-generator
[6019/35014] Fetching swift-openapi-runtime, swift-docc-plugin, swift-system, swift-openapi-generator, swift-tools-support-core
[24768/84013] Fetching swift-openapi-runtime, swift-docc-plugin, swift-system, swift-openapi-generator, swift-tools-support-core, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (1.63s)
Fetching https://github.com/apple/swift-nio.git
[35382/81931] Fetching swift-openapi-runtime, swift-system, swift-openapi-generator, swift-tools-support-core, swiftformat
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.82s)
Fetching https://github.com/swift-server/swift-openapi-async-http-client
[30193/76252] Fetching swift-system, swift-openapi-generator, swift-tools-support-core, swiftformat
[31174/76822] Fetching swift-system, swift-openapi-generator, swift-tools-support-core, swiftformat, swift-openapi-async-http-client
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.65s)
Fetching https://github.com/swift-server/async-http-client
Fetched https://github.com/apple/swift-openapi-generator from cache (2.56s)
Fetching https://github.com/apple/swift-argument-parser
[15215/136632] Fetching swift-system, swift-tools-support-core, swiftformat, swift-nio
[19522/150646] Fetching swift-system, swift-tools-support-core, swiftformat, swift-nio, async-http-client
[22961/166026] Fetching swift-system, swift-tools-support-core, swiftformat, swift-nio, async-http-client, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.63s)
[73856/150646] Fetching swift-system, swift-tools-support-core, swiftformat, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client from cache (2.77s)
[61369/136632] Fetching swift-system, swift-tools-support-core, swiftformat, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.36s)
[23235/60293] Fetching swift-system, swift-tools-support-core, swiftformat
Fetched https://github.com/apple/swift-tools-support-core.git from cache (46.61s)
Fetched https://github.com/apple/swift-system from cache (46.61s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (47.43s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.49.18 (50.67s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.72s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.25s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.1.0 (3.43s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.97s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (1.54s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.9.0 (1.18s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/5959] Fetching swift-algorithms
[1372/16895] Fetching swift-algorithms, yams
[1373/33535] Fetching swift-algorithms, yams, swift-collections
[9826/123280] Fetching swift-algorithms, yams, swift-collections, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (6.80s)
Fetched https://github.com/apple/swift-collections from cache (6.84s)
Fetched https://github.com/jpsim/Yams from cache (6.86s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (6.91s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (8.07s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.05s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.2 (1.12s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (2.42s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2667] Fetching swift-nio-transport-services
[2668/6503] Fetching swift-nio-transport-services, swift-log
[2899/12478] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[12479/24010] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.91s)
Fetched https://github.com/apple/swift-log.git from cache (2.93s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.91s)
[8880/11532] Fetching swift-nio-http2
[11533/26422] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.25s)
[5659/14890] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.30s)
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 (7.23s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.95s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.22s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[1554/7411] Fetching swift-service-lifecycle, swift-async-algorithms
[2089/13610] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
[2300/15226] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-asn1
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.89s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.96s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.97s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
[1/1169] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
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 (2.27s)
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.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.74s)
Fetching https://github.com/apple/swift-crypto.git
[1/15448] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.86s)
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.91s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.2 (0.83s)
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/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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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/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/apple/swift-system
Working copy of https://github.com/apple/swift-system 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/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-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.9.0
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.0
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/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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.2
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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.49.18
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/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
warning: you may be able to install libarchive using your system-packager:
    apt-get install libarchive-dev
[0/36] Write sources
[10/36] Compiling writer.c
[10/36] Write sources
[14/36] Compiling reader.c
[15/36] Compiling parser.c
[16/36] Compiling api.c
[17/36] Compiling _NumericsShims _NumericsShims.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[19/36] Compiling emitter.c
[20/36] Compiling scanner.c
[22/115] Emitting module InternalCollectionsUtilities
[23/116] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/116] Emitting module ArgumentParserToolInfo
[25/116] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/117] Compiling Yams Tag.swift
[27/117] Compiling Yams YamlAnchorProviding.swift
[28/119] Compiling Yams YamlTagProviding.swift
[29/119] Compiling OpenAPIKitCore HttpMethod.swift
[30/119] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[31/119] Compiling OpenAPIKitCore JSONTypeFormat.swift
[32/119] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/123] Compiling Yams Decoder.swift
[34/123] Compiling Yams Emitter.swift
[35/124] Compiling RealModule Float16+Real.swift
[38/124] Compiling RealModule ElementaryFunctions.swift
[39/124] Compiling Yams Encoder.swift
[40/124] Compiling Yams Mark.swift
[41/124] Compiling Yams Parser.swift
[42/124] Compiling Yams RedundancyAliasingStrategy.swift
[43/124] Emitting module RealModule
[46/124] Compiling Yams Representer.swift
[47/124] Compiling Yams Node.Scalar.swift
[48/124] Compiling Yams Node.Alias.swift
[49/124] Compiling Yams Node.Mapping.swift
[50/124] Compiling Yams Node.Sequence.swift
[51/124] Compiling Yams Node.swift
[52/125] Compiling RealModule Real.swift
[53/125] Compiling RealModule Float80+Real.swift
[54/125] Compiling RealModule Float+Real.swift
[56/125] Compiling RealModule RealFunctions.swift
[58/126] Wrapping AST for ArgumentParserToolInfo for debugging
[59/126] Wrapping AST for InternalCollectionsUtilities for debugging
[60/148] Wrapping AST for RealModule for debugging
[62/244] Emitting module Yams
[63/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[64/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[65/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[66/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[67/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[68/244] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[69/244] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[70/251] Compiling OrderedCollections OrderedDictionary.swift
[71/251] Compiling OrderedCollections OrderedSet+Codable.swift
[72/251] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[73/251] Compiling OrderedCollections OrderedSet+Descriptions.swift
[74/251] Compiling OrderedCollections OrderedSet+Diffing.swift
[75/251] Compiling OrderedCollections OrderedSet+Equatable.swift
[76/251] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[77/251] Compiling OrderedCollections OrderedSet+Hashable.swift
[78/251] Emitting module ArgumentParser
[79/256] Compiling ArgumentParser SequenceExtensions.swift
[80/256] Compiling ArgumentParser StringExtensions.swift
[81/256] Compiling ArgumentParser Tree.swift
[82/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[83/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[84/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[85/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[86/256] Compiling Algorithms Keyed.swift
[87/256] Compiling Algorithms MinMax.swift
[88/256] Compiling Algorithms Split.swift
[89/256] Compiling Algorithms Stride.swift
[90/256] Compiling Algorithms Suffix.swift
[91/256] Compiling Algorithms RandomSample.swift
[92/256] Compiling Algorithms Reductions.swift
[93/256] Compiling Algorithms Rotate.swift
[94/256] Compiling OrderedCollections OrderedSet+Initializers.swift
[95/256] Compiling OrderedCollections OrderedSet+Insertions.swift
[96/256] Compiling OrderedCollections OrderedSet+Invariants.swift
[97/256] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[98/256] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[99/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[100/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[101/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[102/256] Compiling Algorithms Chain.swift
[103/256] Compiling Algorithms Chunked.swift
[104/256] Compiling Algorithms Combinations.swift
[105/256] Compiling Algorithms FlattenCollection.swift
[106/256] Compiling Algorithms Grouped.swift
[107/256] Compiling Algorithms Indexed.swift
[108/256] Compiling Algorithms Intersperse.swift
[109/256] Compiling Algorithms Joined.swift
[136/259] Compiling Algorithms EitherSequence.swift
[137/259] Compiling Algorithms FirstNonNil.swift
[138/259] Compiling Algorithms AdjacentPairs.swift
[146/259] Emitting module OpenAPIKitCore
[147/259] Compiling Algorithms Partition.swift
[148/259] Compiling Algorithms Permutations.swift
[149/259] Compiling Algorithms Product.swift
[150/259] Compiling Algorithms Compacted.swift
[151/259] Compiling Algorithms Cycle.swift
[152/259] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/259] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/259] Compiling OrderedCollections OrderedSet+Testing.swift
[155/259] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/259] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/259] Compiling OrderedCollections OrderedSet.swift
[158/259] Compiling OrderedCollections _UnsafeBitset.swift
[159/259] Compiling Algorithms Trim.swift
[160/259] Compiling Algorithms Unique.swift
[161/259] Compiling Algorithms Windows.swift
[193/261] Compiling ArgumentParser CollectionExtensions.swift
[194/261] Compiling ArgumentParser Platform.swift
[197/261] Wrapping AST for Yams for debugging
[198/261] Wrapping AST for OpenAPIKitCore for debugging
[200/261] Emitting module OrderedCollections
[207/381] Compiling OpenAPIKit Document.swift
[208/381] Compiling OpenAPIKit DocumentInfo.swift
[209/381] Compiling OpenAPIKit ResolvedDocument.swift
[210/381] Compiling OpenAPIKit Either+Convenience.swift
[211/381] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[212/381] Compiling OpenAPIKit Either+Summarizable.swift
[213/381] Compiling OpenAPIKit Either+Validatable.swift
[214/381] Compiling OpenAPIKit ContentEncoding.swift
[215/381] Compiling OpenAPIKit DereferencedContent.swift
[216/381] Compiling OpenAPIKit DereferencedContentEncoding.swift
[217/381] Compiling OpenAPIKit DereferencedDocument.swift
[218/381] Compiling OpenAPIKit Components+JSONReference.swift
[219/381] Compiling OpenAPIKit Components+Locatable.swift
[220/381] Compiling OpenAPIKit Components.swift
[221/381] Compiling OpenAPIKit Content.swift
[222/381] Compiling OpenAPIKit AnyCodable+Validatable.swift
[223/381] Compiling OpenAPIKit Callbacks.swift
[224/381] Compiling OpenAPIKit CodableVendorExtendable.swift
[230/381] Compiling OpenAPIKit PathItem.swift
[231/381] Compiling OpenAPIKit ResolvedRoute.swift
[232/381] Compiling OpenAPIKit DereferencedRequest.swift
[233/381] Compiling OpenAPIKit Request.swift
[234/381] Compiling OpenAPIKit Link.swift
[235/381] Compiling OpenAPIKit OpenAPI.swift
[241/381] Compiling OpenAPIKit Header.swift
[242/381] Compiling OpenAPIKit JSONReference.swift
[243/381] Compiling OpenAPIKit Parameter.swift
[244/381] Compiling OpenAPIKit ParameterContext.swift
[245/381] Compiling OpenAPIKit ParameterSchemaContext.swift
[246/381] Compiling OpenAPIKit DereferencedPathItem.swift
[251/382] Wrapping AST for OrderedCollections for debugging
[253/382] Wrapping AST for ArgumentParser for debugging
[255/382] Emitting module Algorithms
[256/383] Wrapping AST for Algorithms for debugging
[258/383] Emitting module OpenAPIKit30
[268/391] Compiling OpenAPIKit DocumentDecodingError.swift
[269/391] Compiling OpenAPIKit OperationDecodingError.swift
[270/391] Compiling OpenAPIKit PathDecodingError.swift
[271/391] Compiling OpenAPIKit ResponseDecodingError.swift
[272/391] Compiling OpenAPIKit Example.swift
[273/391] Compiling OpenAPIKit ExternalDocumentation.swift
[274/391] Compiling OpenAPIKit DereferencedHeader.swift
[276/391] Emitting module OpenAPIKit
[286/399] Compiling OpenAPIKit JSONSchema.swift
[287/399] Compiling OpenAPIKit JSONSchemaContext.swift
[288/399] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[289/399] Compiling OpenAPIKit TypesAndFormats.swift
[290/399] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[291/399] Compiling OpenAPIKit SecurityScheme.swift
[292/399] Compiling OpenAPIKit Server.swift
[293/399] Compiling OpenAPIKit Tag.swift
[321/399] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[322/399] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[323/399] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[324/399] Compiling OpenAPIKit Validation+Builtins.swift
[325/399] Compiling OpenAPIKit Validation.swift
[326/399] Compiling OpenAPIKit Validator+Convenience.swift
[327/399] Compiling OpenAPIKit Validator.swift
[328/399] Compiling OpenAPIKit XML.swift
[329/399] Compiling OpenAPIKit DereferencedSchemaContext.swift
[330/399] Compiling OpenAPIKit DereferencedResponse.swift
[331/399] Compiling OpenAPIKit Response.swift
[332/399] Compiling OpenAPIKit RuntimeExpression.swift
[333/399] Compiling OpenAPIKit SchemaProtocols.swift
[334/399] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[335/399] Compiling OpenAPIKit DereferencedJSONSchema.swift
[336/399] Compiling OpenAPIKit JSONSchema+Combining.swift
[348/399] Compiling OpenAPIKit DereferencedOperation.swift
[349/399] Compiling OpenAPIKit Operation.swift
[350/399] Compiling OpenAPIKit ResolvedEndpoint.swift
[351/399] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[352/399] Compiling OpenAPIKit DereferencedParameter.swift
[393/400] Compiling OpenAPIKit _CoreReExport.swift
[393/401] Wrapping AST for OpenAPIKit30 for debugging
[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/487] Emitting module _OpenAPIGeneratorCore
[403/498] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[404/498] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[405/498] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[406/498] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[407/498] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[408/498] Compiling _OpenAPIGeneratorCore TypeName.swift
[409/498] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[410/498] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[411/498] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[412/498] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[413/498] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[414/498] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[415/498] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[416/498] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[417/498] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[418/498] Compiling _OpenAPIGeneratorCore translateResponse.swift
[419/498] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[420/498] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[421/498] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[422/498] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[423/498] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[424/498] Compiling _OpenAPIGeneratorCore Builtins.swift
[425/498] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[426/498] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[427/498] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[428/498] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[429/498] Compiling _OpenAPIGeneratorCore translateComponents.swift
[430/498] Compiling _OpenAPIGeneratorCore translateOperations.swift
[431/498] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[432/498] Compiling _OpenAPIGeneratorCore translateServers.swift
[433/498] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[434/498] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[435/498] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[436/498] Compiling _OpenAPIGeneratorCore Constants.swift
[437/498] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[438/498] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[439/498] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[440/498] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[441/498] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[442/498] Compiling _OpenAPIGeneratorCore ContentType.swift
[443/498] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[444/498] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[445/498] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[446/498] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[447/498] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[448/498] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[449/498] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[450/498] Compiling _OpenAPIGeneratorCore translateArray.swift
[451/498] Compiling _OpenAPIGeneratorCore translateCodable.swift
[452/498] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[453/498] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[454/498] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[455/498] Compiling _OpenAPIGeneratorCore translateSchema.swift
[456/498] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[457/498] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[458/498] Compiling _OpenAPIGeneratorCore Annotations.swift
[459/498] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[460/498] Compiling _OpenAPIGeneratorCore Config.swift
[461/498] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[462/498] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[463/498] Compiling _OpenAPIGeneratorCore Errors.swift
[464/498] Compiling _OpenAPIGeneratorCore Foundation.swift
[465/498] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[466/498] Compiling _OpenAPIGeneratorCore String.swift
[467/498] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[468/498] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[469/498] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[470/498] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[471/498] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[472/498] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[473/498] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[474/498] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[475/498] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[476/498] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[477/498] Compiling _OpenAPIGeneratorCore translateParameter.swift
[478/498] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[479/498] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[480/498] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[481/498] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[482/498] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[483/498] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[484/498] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[485/498] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[486/498] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[487/498] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[488/498] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[489/498] Compiling _OpenAPIGeneratorCore YamsParser.swift
[490/498] Compiling _OpenAPIGeneratorCore validateDoc.swift
[491/498] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[492/498] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[493/498] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[494/498] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[495/499] Wrapping AST for _OpenAPIGeneratorCore for debugging
[497/508] Compiling swift_openapi_generator PluginSource.swift
[498/509] Compiling swift_openapi_generator Tool.swift
[499/509] Compiling swift_openapi_generator UserConfig.swift
[500/509] Emitting module swift_openapi_generator
[501/509] Compiling swift_openapi_generator GenerateCommand.swift
[502/509] Compiling swift_openapi_generator Extensions.swift
[503/509] Compiling swift_openapi_generator FilterCommand.swift
[504/509] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[505/509] Compiling swift_openapi_generator GenerateOptions.swift
[506/509] Compiling swift_openapi_generator runGenerator.swift
[507/510] Wrapping AST for swift-openapi-generator for debugging
[508/510] Write Objects.LinkFileList
[509/510] Linking swift-openapi-generator-tool
[510/520] Write sources
[512/520] Write swift-version-24593BA9C3E375BF.txt
[513/520] Compiling CSystem shims.c
[515/546] Compiling SystemPackage Backcompat.swift
[516/546] Compiling SystemPackage CInterop.swift
[517/546] Compiling SystemPackage Constants.swift
[518/546] Compiling SystemPackage Exports.swift
[519/549] Compiling SystemPackage MachPort.swift
[520/549] Compiling SystemPackage PlatformString.swift
[521/549] Compiling SystemPackage SystemString.swift
[522/549] Compiling SystemPackage FilePathTempPosix.swift
[523/549] Compiling SystemPackage FilePathTempWindows.swift
[524/549] Compiling SystemPackage FilePathWindows.swift
[525/549] Compiling SystemPackage FilePermissions.swift
[526/549] Emitting module SystemPackage
[527/549] Compiling SystemPackage Errno.swift
[528/549] Compiling SystemPackage ErrnoWindows.swift
[529/549] Compiling SystemPackage FileDescriptor.swift
[530/549] Compiling SystemPackage FileHelpers.swift
[531/549] Compiling SystemPackage FileOperations.swift
[532/549] Compiling SystemPackage FilePath.swift
[533/549] Compiling SystemPackage FilePathComponentView.swift
[534/549] Compiling SystemPackage FilePathComponents.swift
[535/549] Compiling SystemPackage Util+StringArray.swift
[536/549] Compiling SystemPackage Util.swift
[537/549] Compiling SystemPackage UtilConsumers.swift
[538/549] Compiling SystemPackage Mocking.swift
[539/549] Compiling SystemPackage RawBuffer.swift
[540/549] Compiling SystemPackage Syscalls.swift
[541/549] Compiling SystemPackage WindowsSyscallAdapters.swift
[542/549] Compiling SystemPackage FilePathParsing.swift
[543/549] Compiling SystemPackage FilePathString.swift
[544/549] Compiling SystemPackage FilePathSyntax.swift
[545/549] Compiling SystemPackage FilePathTemp.swift
[546/550] Wrapping AST for SystemPackage for debugging
[548/552] Emitting module generate_command_models
[549/552] Compiling generate_command_models GenerateCommandModels.swift
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:73:13: warning: no 'async' operations occur within 'await' expression
 71 |         }
 72 |
 73 |         try await allCmds.write(to: URL(fileURLWithPath: self.outputFile), atomically: true, encoding: .utf8)
    |             `- warning: no 'async' operations occur within 'await' expression
 74 |     }
 75 |
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:184:70: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
183 |                 name = "-" + shortName
184 |             } else if let longNameWithSingleDash = arg.names?.filter { $0.kind == .longWithSingleDash }.first?.name {
    |                                                                      `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
185 |                 name = "-" + longNameWithSingleDash
186 |             }
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:182:57: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
180 |             if let longName = arg.names?.filter { $0.kind == .long }.first?.name {
181 |                 name = "--" + longName
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
    |                                                         `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
183 |                 name = "-" + shortName
184 |             } else if let longNameWithSingleDash = arg.names?.filter { $0.kind == .longWithSingleDash }.first?.name {
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:180:49: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
178 |             let flag = arg.kind == .flag
179 |             var name: String?
180 |             if let longName = arg.names?.filter { $0.kind == .long }.first?.name {
    |                                                 `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
181 |                 name = "--" + longName
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
[550/553] Wrapping AST for generate-command-models for debugging
[551/553] Write Objects.LinkFileList
[552/553] Linking generate-command-models-tool
warning: you may be able to install libarchive using your system-packager:
    apt-get install libarchive-dev
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tools/build-swiftly-release/musl-clang
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:8:52: warning: 'path' is deprecated: renamed to 'url'
 6 |         guard let target = target as? SourceModuleTarget else { return [] }
 7 |
 8 |         let jsonSources = target.sourceFiles.map(\.path).filter { $0.extension == "json" }
   |                                                    |- warning: 'path' is deprecated: renamed to 'url'
   |                                                    `- note: use 'url' instead
 9 |
10 |         guard jsonSources.count > 0 else { return [] }
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:8:70: warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
 6 |         guard let target = target as? SourceModuleTarget else { return [] }
 7 |
 8 |         let jsonSources = target.sourceFiles.map(\.path).filter { $0.extension == "json" }
   |                                                                      `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
 9 |
10 |         guard jsonSources.count > 0 else { return [] }
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:12:34: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
10 |         guard jsonSources.count > 0 else { return [] }
11 |
12 |         let outputPath = context.pluginWorkDirectory.appending("Commands.swift")
   |                                  |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                                  `- note: use 'pluginWorkDirectoryURL' instead
13 |
14 |         return [
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:12:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
10 |         guard jsonSources.count > 0 else { return [] }
11 |
12 |         let outputPath = context.pluginWorkDirectory.appending("Commands.swift")
   |                                                      `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
13 |
14 |         return [
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:15:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
13 |
14 |         return [
15 |             .buildCommand(
   |              `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
16 |                 displayName: "Generating Command Models from dumped JSON help",
17 |                 executable: try context.tool(named: "generate-command-models").path,
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:17:80: warning: 'path' is deprecated: renamed to 'url'
15 |             .buildCommand(
16 |                 displayName: "Generating Command Models from dumped JSON help",
17 |                 executable: try context.tool(named: "generate-command-models").path,
   |                                                                                |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                `- note: use 'url' instead
18 |                 arguments: ["--output-file", outputPath] + jsonSources,
19 |                 inputFiles: jsonSources,
[1/1] Compiling plugin GenerateCommandModels
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:10:85: warning: 'path' is deprecated: renamed to 'url'
 8 |     ) async throws {
 9 |         // Locate generation tool.
10 |         let generationToolFile = try context.tool(named: "generate-docs-reference").path
   |                                                                                     |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                     `- note: use 'url' instead
11 |
12 |         // Create an extractor to extract plugin-only arguments from the `arguments`
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:55:48: warning: 'path' is deprecated: renamed to 'url'
53 |
54 |             // Get the artifacts name.
55 |             let executableName = builtArtifact.path.lastComponent
   |                                                |- warning: 'path' is deprecated: renamed to 'url'
   |                                                `- note: use 'url' instead
56 |
57 |             print("Generating docs reference for \(executableName)...")
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:55:53: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
53 |
54 |             // Get the artifacts name.
55 |             let executableName = builtArtifact.path.lastComponent
   |                                                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
56 |
57 |             print("Generating docs reference for \(executableName)...")
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:59:46: warning: 'directory' is deprecated: renamed to 'directoryURL'
57 |             print("Generating docs reference for \(executableName)...")
58 |
59 |             let outputFile = context.package.directory
   |                                              |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                                              `- note: use 'directoryURL' instead
60 |                 .appending("Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md")
61 |
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:60:18: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
58 |
59 |             let outputFile = context.package.directory
60 |                 .appending("Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md")
   |                  `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
61 |
62 |             // Create generation tool arguments.
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:64:31: warning: 'path' is deprecated: renamed to 'url'
62 |             // Create generation tool arguments.
63 |             var generationToolArguments = [
64 |                 builtArtifact.path.string,
   |                               |- warning: 'path' is deprecated: renamed to 'url'
   |                               `- note: use 'url' instead
65 |                 "--output-file",
66 |                 outputFile.string,
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:64:36: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
62 |             // Create generation tool arguments.
63 |             var generationToolArguments = [
64 |                 builtArtifact.path.string,
   |                                    `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
65 |                 "--output-file",
66 |                 outputFile.string,
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:66:28: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
64 |                 builtArtifact.path.string,
65 |                 "--output-file",
66 |                 outputFile.string,
   |                            `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
67 |             ]
68 |             generationToolArguments.append(
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:73:50: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
71 |             // Spawn generation tool.
72 |             try generationToolFile.exec(arguments: generationToolArguments)
73 |             print("Generated docs reference in '\(outputFile)'")
   |                                                  `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
74 |         }
75 |     }
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReferenceError.swift:26:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
24 |         case let .subprocessFailedNonZeroExit(tool, exitCode):
25 |             return """
26 |             '\(tool.lastComponent)' invocation failed with a nonzero exit code: \
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
27 |             '\(exitCode)'.
28 |             """
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReferenceError.swift:31:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
29 |         case let .subprocessFailedError(tool, error):
30 |             return """
31 |             '\(tool.lastComponent)' invocation failed: \
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
32 |             '\(error.localizedDescription)'
33 |             """
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:32:30: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
30 |         do {
31 |             try FileManager.default.createDirectory(
32 |                 atPath: self.string,
   |                              `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
33 |                 withIntermediateDirectories: true
34 |             )
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:43:63: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
41 |         do {
42 |             let process = Process()
43 |             process.executableURL = URL(fileURLWithPath: self.string)
   |                                                               `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
44 |             process.arguments = arguments
45 |             try process.run()
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:66:38: warning: 'path' is deprecated: renamed to 'url'
64 |             .package
65 |             .products
66 |             .first { $0.name == self.path.lastComponent }
   |                                      |- warning: 'path' is deprecated: renamed to 'url'
   |                                      `- note: use 'url' instead
67 |     }
68 | }
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:66:43: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
64 |             .package
65 |             .products
66 |             .first { $0.name == self.path.lastComponent }
   |                                           `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
67 |     }
68 | }
[2/2] Compiling plugin GenerateDocsReference
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
[7/7] Compiling plugin GenerateManual
Building for debugging...
[7/567] Write sources
[21/567] Compiling _NumericsShims _NumericsShims.c
[22/567] Compiling writer.c
[23/567] Write sources
[28/567] Compiling _NumericsShims _NumericsShims.c
[28/567] Write sources
[31/567] Compiling reader.c
[32/567] Write sources
[33/567] Compiling CSystem shims.c
[34/567] Compiling _AtomicsShims.c
[35/567] Compiling TSCclibc process.c
[36/567] Write sources
[63/567] Compiling TSCclibc strerror.c
[64/567] Compiling TSCclibc libc.c
[64/567] Compiling parser.c
[66/567] Compiling CSystem shims.c
[67/567] Compiling CNIOWindows shim.c
[67/567] Compiling api.c
[69/567] Compiling CNIOWindows WSAStartup.c
[69/567] Compiling CNIOWASI CNIOWASI.c
[71/567] Compiling CNIOLinux shim.c
[71/567] Compiling CNIOLinux liburing_shims.c
[73/567] Compiling CNIOExtrasZlib empty.c
[74/567] Compiling CNIODarwin shim.c
[75/567] Compiling emitter.c
[76/567] Compiling CNIOLLHTTP c_nio_http.c
[77/567] Compiling scanner.c
[78/567] Compiling fiat_p256_adx_sqr.S
[79/567] Compiling fiat_curve25519_adx_square.S
[80/567] Compiling fiat_p256_adx_mul.S
[81/567] Compiling CNIOLLHTTP c_nio_api.c
[82/567] Write swift-version-24593BA9C3E375BF.txt
[83/567] Compiling fiat_curve25519_adx_mul.S
[84/571] Compiling CNIOBoringSSLShims shims.c
[85/573] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[86/573] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[86/573] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[86/573] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[86/573] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[86/573] Compiling tls13_enc.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: you may be able to install libarchive using your system-packager:
    apt-get install libarchive-dev
[0/23] Compiling writer.c
[1/23] Compiling reader.c
[2/23] Compiling api.c
[3/23] Compiling parser.c
[4/23] Compiling emitter.c
[5/23] Compiling scanner.c
[6/23] Compiling _NumericsShims _NumericsShims.c
[7/23] Write swift-version-24593BA9C3E375BF.txt
[9/102] Compiling OpenAPIKitCore Either+Codable.swift
[10/102] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[11/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/103] Compiling OpenAPIKitCore OpenAPIError.swift
[13/103] Compiling OpenAPIKitCore OpenAPIWarning.swift
[14/103] Compiling RealModule Real.swift
[15/104] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[16/104] Compiling OpenAPIKitCore DiggingError.swift
[17/104] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[18/104] Compiling OpenAPIKitCore InconsistencyError.swift
[19/104] Compiling RealModule Float80+Real.swift
[20/104] Compiling RealModule ElementaryFunctions.swift
[21/104] Compiling RealModule Float16+Real.swift
[22/104] Compiling RealModule Float+Real.swift
[23/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/104] Compiling RealModule RealFunctions.swift
[27/104] Emitting module RealModule
[28/105] Compiling OpenAPIKitCore CallbackURL.swift
[29/105] Compiling OpenAPIKitCore ComponentKey.swift
[31/106] Compiling OpenAPIKitCore RequestDecodingError.swift
[32/106] Compiling OpenAPIKitCore OpenAPIReference.swift
[35/106] Compiling OpenAPIKitCore Either.swift
[36/106] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[37/106] Compiling OpenAPIKitCore AnyCodable.swift
[43/110] Compiling OpenAPIKitCore ResponseStatusCode.swift
[44/110] Compiling OpenAPIKitCore SecurityScheme.swift
[45/110] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[46/110] Compiling OpenAPIKitCore URLTemplate.swift
[48/110] Compiling OpenAPIKitCore CodingPathError.swift
[49/110] Emitting module InternalCollectionsUtilities
[52/111] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[53/111] Compiling OpenAPIKitCore Optional+Zip.swift
[54/111] Compiling OpenAPIKitCore Result+Value.swift
[55/111] Compiling OpenAPIKitCore Validatable.swift
[56/123] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[57/123] Compiling OpenAPIKitCore Shared.swift
[60/123] Compiling Yams YamlError.swift
[61/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[62/136] Emitting module ArgumentParserToolInfo
[63/137] Compiling Algorithms Permutations.swift
[64/137] Compiling Algorithms Product.swift
[65/137] Compiling Algorithms Grouped.swift
[66/137] Compiling Algorithms Indexed.swift
[67/137] Compiling Algorithms Intersperse.swift
[68/137] Compiling Algorithms AdjacentPairs.swift
[69/137] Compiling Algorithms Chain.swift
[71/137] Emitting module OpenAPIKitCore
[73/135] Emitting module Yams
[75/135] Compiling Algorithms Split.swift
[76/135] Compiling Algorithms Stride.swift
[77/135] Compiling Algorithms Suffix.swift
[78/135] Compiling OpenAPIKitCore OAuthFlows.swift
[79/135] Compiling OpenAPIKitCore ParameterContextLocation.swift
[80/135] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[81/135] Compiling OpenAPIKitCore Path.swift
[83/135] Compiling Algorithms Chunked.swift
[84/135] Compiling Algorithms Combinations.swift
[87/135] Compiling Algorithms Joined.swift
[88/135] Compiling Algorithms Keyed.swift
[89/135] Compiling Algorithms MinMax.swift
[91/228] Compiling ArgumentParser CommandConfiguration.swift
[92/228] Compiling ArgumentParser CommandGroup.swift
[93/228] Compiling ArgumentParser EnumerableFlag.swift
[94/281] Compiling OpenAPIKit30 ResolvedDocument.swift
[95/281] Compiling OpenAPIKit30 Either+Convenience.swift
[96/281] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[97/350] Compiling OpenAPIKit Components+JSONReference.swift
[98/350] Compiling OpenAPIKit Components+Locatable.swift
[99/350] Compiling OpenAPIKit Components.swift
[100/350] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[101/350] Compiling OpenAPIKit DereferencedParameter.swift
[102/350] Compiling OpenAPIKit DereferencedSchemaContext.swift
[103/350] Compiling OpenAPIKit DereferencedResponse.swift
[104/350] Compiling OpenAPIKit Response.swift
[105/350] Compiling OpenAPIKit RuntimeExpression.swift
[106/350] Compiling OpenAPIKit SchemaProtocols.swift
[107/357] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[108/357] Compiling OpenAPIKit DereferencedJSONSchema.swift
[109/357] Compiling OpenAPIKit JSONSchema+Combining.swift
[110/357] Compiling OpenAPIKit JSONSchema.swift
[111/357] Compiling OpenAPIKit Parameter.swift
[112/357] Compiling OpenAPIKit ParameterContext.swift
[113/357] Compiling OpenAPIKit ParameterSchemaContext.swift
[114/357] Compiling OpenAPIKit ContentEncoding.swift
[115/357] Compiling OpenAPIKit DereferencedContent.swift
[116/357] Compiling OpenAPIKit DocumentDecodingError.swift
[117/357] Compiling OpenAPIKit OperationDecodingError.swift
[118/357] Compiling OpenAPIKit PathDecodingError.swift
[119/357] Compiling OpenAPIKit ResponseDecodingError.swift
[120/357] Compiling OpenAPIKit Example.swift
[121/357] Compiling OpenAPIKit ExternalDocumentation.swift
[122/357] Compiling OpenAPIKit DereferencedHeader.swift
[123/357] Compiling OpenAPIKit Header.swift
[124/357] Compiling OpenAPIKit JSONReference.swift
[125/357] Compiling OpenAPIKit Link.swift
[126/357] Compiling OpenAPIKit OpenAPI.swift
[127/357] Compiling OpenAPIKit DereferencedOperation.swift
[128/357] Compiling OpenAPIKit Operation.swift
[129/357] Compiling OpenAPIKit ResolvedEndpoint.swift
[130/357] Compiling OpenAPIKit DereferencedPathItem.swift
[131/357] Compiling OpenAPIKit PathItem.swift
[132/357] Compiling OpenAPIKit ResolvedRoute.swift
[133/357] Compiling OpenAPIKit DereferencedRequest.swift
[134/357] Compiling OpenAPIKit Request.swift
[135/357] Compiling OpenAPIKit JSONSchemaContext.swift
[136/357] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[137/357] Compiling OpenAPIKit TypesAndFormats.swift
[138/357] Compiling OpenAPIKit DereferencedContentEncoding.swift
[139/357] Compiling OpenAPIKit DereferencedDocument.swift
[140/357] Compiling OpenAPIKit Document.swift
[141/357] Compiling OpenAPIKit DocumentInfo.swift
[142/357] Compiling OpenAPIKit ResolvedDocument.swift
[143/357] Compiling OpenAPIKit Either+Convenience.swift
[144/357] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[145/357] Compiling OpenAPIKit Either+Summarizable.swift
[146/357] Compiling OpenAPIKit Either+Validatable.swift
[147/357] Compiling OpenAPIKit AnyCodable+Validatable.swift
[148/357] Compiling OpenAPIKit Callbacks.swift
[149/357] Compiling OpenAPIKit CodableVendorExtendable.swift
[153/357] Compiling OpenAPIKit Content.swift
[167/357] Emitting module Algorithms
[168/358] Emitting module OpenAPIKit
[176/366] Emitting module ArgumentParser
[198/370] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/370] Compiling OrderedCollections OrderedSet+SubSequence.swift
[200/370] Compiling OrderedCollections OrderedSet+Testing.swift
[201/370] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[202/370] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[203/370] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[204/370] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[213/370] Emitting module OpenAPIKit30
[256/378] Emitting module OrderedCollections
[293/379] Compiling ArgumentParser CollectionExtensions.swift
[294/379] Compiling ArgumentParser Platform.swift
[295/379] Compiling ArgumentParser SequenceExtensions.swift
[296/379] Compiling ArgumentParser StringExtensions.swift
[297/379] Compiling ArgumentParser Tree.swift
[332/378] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[333/378] Compiling OpenAPIKit30 Validation+Builtins.swift
[334/378] Compiling OpenAPIKit30 Validation.swift
[335/378] Compiling OpenAPIKit30 Validator+Convenience.swift
[336/378] Compiling OpenAPIKit30 Validator.swift
[337/378] Compiling OpenAPIKit30 XML.swift
[338/378] Compiling OpenAPIKit30 _CoreReExport.swift
[339/378] Compiling OpenAPIKit _CoreReExport.swift
[340/378] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[374/381] Compiling OpenAPIKitCompat Either+Map.swift
[375/381] Compiling OpenAPIKitCompat Compat30To31.swift
[376/381] Emitting module OpenAPIKitCompat
[378/463] Compiling _OpenAPIGeneratorCore Config.swift
[379/463] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[380/463] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[381/463] Compiling _OpenAPIGeneratorCore Errors.swift
[382/463] Compiling _OpenAPIGeneratorCore Foundation.swift
[383/463] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[384/463] Compiling _OpenAPIGeneratorCore String.swift
[385/463] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[386/463] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[387/463] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[388/463] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[389/463] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[390/474] Emitting module _OpenAPIGeneratorCore
[391/474] Compiling _OpenAPIGeneratorCore Constants.swift
[392/474] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[393/474] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[394/474] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[395/474] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[396/474] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[397/474] Compiling _OpenAPIGeneratorCore ContentType.swift
[398/474] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[399/474] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[400/474] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[401/474] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[402/474] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[403/474] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[404/474] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[405/474] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[406/474] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[407/474] Compiling _OpenAPIGeneratorCore translateResponse.swift
[408/474] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[409/474] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[410/474] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[411/474] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[412/474] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[413/474] Compiling _OpenAPIGeneratorCore Builtins.swift
[414/474] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[415/474] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[416/474] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[417/474] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[418/474] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[419/474] Compiling _OpenAPIGeneratorCore TypeName.swift
[420/474] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[421/474] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[422/474] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[423/474] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[424/474] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[425/474] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[426/474] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[427/474] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[428/474] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[429/474] Compiling _OpenAPIGeneratorCore translateComponents.swift
[430/474] Compiling _OpenAPIGeneratorCore translateOperations.swift
[431/474] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[432/474] Compiling _OpenAPIGeneratorCore translateServers.swift
[433/474] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[434/474] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[435/474] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[436/474] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[437/474] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[438/474] Compiling _OpenAPIGeneratorCore translateArray.swift
[439/474] Compiling _OpenAPIGeneratorCore translateCodable.swift
[440/474] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[441/474] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[442/474] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[443/474] Compiling _OpenAPIGeneratorCore translateSchema.swift
[444/474] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[445/474] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[446/474] Compiling _OpenAPIGeneratorCore Annotations.swift
[447/474] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[448/474] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[449/474] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[450/474] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[451/474] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[452/474] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[453/474] Compiling _OpenAPIGeneratorCore translateParameter.swift
[454/474] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[455/474] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[456/474] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[457/474] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[458/474] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[459/474] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[460/474] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[461/474] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[462/474] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[463/474] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[464/474] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[465/474] Compiling _OpenAPIGeneratorCore YamsParser.swift
[466/474] Compiling _OpenAPIGeneratorCore validateDoc.swift
[467/474] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[468/474] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[469/474] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[470/474] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[472/483] Compiling swift_openapi_generator PluginSource.swift
[473/484] Emitting module swift_openapi_generator
[474/484] Compiling swift_openapi_generator Tool.swift
[475/484] Compiling swift_openapi_generator UserConfig.swift
[476/484] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[477/484] Compiling swift_openapi_generator Extensions.swift
[478/484] Compiling swift_openapi_generator FilterCommand.swift
[479/484] Compiling swift_openapi_generator GenerateCommand.swift
[480/484] Compiling swift_openapi_generator GenerateOptions.swift
[481/484] Compiling swift_openapi_generator runGenerator.swift
[482/484] Write Objects.LinkFileList
[483/484] Linking swift-openapi-generator-tool
[484/492] Compiling CSystem shims.c
[484/492] Write swift-version-24593BA9C3E375BF.txt
[487/518] Compiling SystemPackage Backcompat.swift
[488/518] Compiling SystemPackage CInterop.swift
[489/518] Compiling SystemPackage Constants.swift
[490/518] Compiling SystemPackage Exports.swift
[491/518] Compiling SystemPackage MachPort.swift
[492/518] Compiling SystemPackage PlatformString.swift
[493/518] Compiling SystemPackage SystemString.swift
[494/521] Compiling SystemPackage Mocking.swift
[495/521] Compiling SystemPackage RawBuffer.swift
[496/521] Compiling SystemPackage Syscalls.swift
[497/521] Compiling SystemPackage WindowsSyscallAdapters.swift
[498/521] Compiling SystemPackage FilePathTempPosix.swift
[499/521] Compiling SystemPackage FilePathTempWindows.swift
[500/521] Compiling SystemPackage FilePathWindows.swift
[501/521] Compiling SystemPackage FilePermissions.swift
[502/521] Compiling SystemPackage Util+StringArray.swift
[503/521] Compiling SystemPackage Util.swift
[504/521] Compiling SystemPackage UtilConsumers.swift
[505/521] Compiling SystemPackage FilePathParsing.swift
[506/521] Compiling SystemPackage FilePathString.swift
[507/521] Compiling SystemPackage FilePathSyntax.swift
[508/521] Compiling SystemPackage FilePathTemp.swift
[509/521] Compiling SystemPackage Errno.swift
[510/521] Compiling SystemPackage ErrnoWindows.swift
[511/521] Compiling SystemPackage FileDescriptor.swift
[512/521] Compiling SystemPackage FileHelpers.swift
[513/521] Emitting module SystemPackage
[514/521] Compiling SystemPackage FileOperations.swift
[515/521] Compiling SystemPackage FilePath.swift
[516/521] Compiling SystemPackage FilePathComponentView.swift
[517/521] Compiling SystemPackage FilePathComponents.swift
[519/523] Compiling generate_command_models GenerateCommandModels.swift
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:73:13: warning: no 'async' operations occur within 'await' expression
 71 |         }
 72 |
 73 |         try await allCmds.write(to: URL(fileURLWithPath: self.outputFile), atomically: true, encoding: .utf8)
    |             `- warning: no 'async' operations occur within 'await' expression
 74 |     }
 75 |
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:184:70: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
183 |                 name = "-" + shortName
184 |             } else if let longNameWithSingleDash = arg.names?.filter { $0.kind == .longWithSingleDash }.first?.name {
    |                                                                      `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
185 |                 name = "-" + longNameWithSingleDash
186 |             }
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:182:57: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
180 |             if let longName = arg.names?.filter { $0.kind == .long }.first?.name {
181 |                 name = "--" + longName
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
    |                                                         `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
183 |                 name = "-" + shortName
184 |             } else if let longNameWithSingleDash = arg.names?.filter { $0.kind == .longWithSingleDash }.first?.name {
/host/spi-builder-workspace/Tools/generate-command-models/GenerateCommandModels.swift:180:49: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
178 |             let flag = arg.kind == .flag
179 |             var name: String?
180 |             if let longName = arg.names?.filter { $0.kind == .long }.first?.name {
    |                                                 `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
181 |                 name = "--" + longName
182 |             } else if let shortName = arg.names?.filter { $0.kind == .short }.first?.name {
[520/523] Emitting module generate_command_models
[521/523] Write Objects.LinkFileList
[522/523] Linking generate-command-models-tool
warning: you may be able to install libarchive using your system-packager:
    apt-get install libarchive-dev
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tools/build-swiftly-release/musl-clang
[0/1] Planning build
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:8:52: warning: 'path' is deprecated: renamed to 'url'
 6 |         guard let target = target as? SourceModuleTarget else { return [] }
 7 |
 8 |         let jsonSources = target.sourceFiles.map(\.path).filter { $0.extension == "json" }
   |                                                    |- warning: 'path' is deprecated: renamed to 'url'
   |                                                    `- note: use 'url' instead
 9 |
10 |         guard jsonSources.count > 0 else { return [] }
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:8:70: warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
 6 |         guard let target = target as? SourceModuleTarget else { return [] }
 7 |
 8 |         let jsonSources = target.sourceFiles.map(\.path).filter { $0.extension == "json" }
   |                                                                      `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
 9 |
10 |         guard jsonSources.count > 0 else { return [] }
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:12:34: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
10 |         guard jsonSources.count > 0 else { return [] }
11 |
12 |         let outputPath = context.pluginWorkDirectory.appending("Commands.swift")
   |                                  |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                                  `- note: use 'pluginWorkDirectoryURL' instead
13 |
14 |         return [
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:12:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
10 |         guard jsonSources.count > 0 else { return [] }
11 |
12 |         let outputPath = context.pluginWorkDirectory.appending("Commands.swift")
   |                                                      `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
13 |
14 |         return [
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:15:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
13 |
14 |         return [
15 |             .buildCommand(
   |              `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
16 |                 displayName: "Generating Command Models from dumped JSON help",
17 |                 executable: try context.tool(named: "generate-command-models").path,
/host/spi-builder-workspace/Plugins/GenerateCommandModels/plugin.swift:17:80: warning: 'path' is deprecated: renamed to 'url'
15 |             .buildCommand(
16 |                 displayName: "Generating Command Models from dumped JSON help",
17 |                 executable: try context.tool(named: "generate-command-models").path,
   |                                                                                |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                `- note: use 'url' instead
18 |                 arguments: ["--output-file", outputPath] + jsonSources,
19 |                 inputFiles: jsonSources,
[1/1] Compiling plugin GenerateCommandModels
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:10:85: warning: 'path' is deprecated: renamed to 'url'
 8 |     ) async throws {
 9 |         // Locate generation tool.
10 |         let generationToolFile = try context.tool(named: "generate-docs-reference").path
   |                                                                                     |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                     `- note: use 'url' instead
11 |
12 |         // Create an extractor to extract plugin-only arguments from the `arguments`
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:55:48: warning: 'path' is deprecated: renamed to 'url'
53 |
54 |             // Get the artifacts name.
55 |             let executableName = builtArtifact.path.lastComponent
   |                                                |- warning: 'path' is deprecated: renamed to 'url'
   |                                                `- note: use 'url' instead
56 |
57 |             print("Generating docs reference for \(executableName)...")
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:55:53: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
53 |
54 |             // Get the artifacts name.
55 |             let executableName = builtArtifact.path.lastComponent
   |                                                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
56 |
57 |             print("Generating docs reference for \(executableName)...")
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:59:46: warning: 'directory' is deprecated: renamed to 'directoryURL'
57 |             print("Generating docs reference for \(executableName)...")
58 |
59 |             let outputFile = context.package.directory
   |                                              |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                                              `- note: use 'directoryURL' instead
60 |                 .appending("Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md")
61 |
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:60:18: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
58 |
59 |             let outputFile = context.package.directory
60 |                 .appending("Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md")
   |                  `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
61 |
62 |             // Create generation tool arguments.
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:64:31: warning: 'path' is deprecated: renamed to 'url'
62 |             // Create generation tool arguments.
63 |             var generationToolArguments = [
64 |                 builtArtifact.path.string,
   |                               |- warning: 'path' is deprecated: renamed to 'url'
   |                               `- note: use 'url' instead
65 |                 "--output-file",
66 |                 outputFile.string,
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:64:36: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
62 |             // Create generation tool arguments.
63 |             var generationToolArguments = [
64 |                 builtArtifact.path.string,
   |                                    `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
65 |                 "--output-file",
66 |                 outputFile.string,
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:66:28: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
64 |                 builtArtifact.path.string,
65 |                 "--output-file",
66 |                 outputFile.string,
   |                            `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
67 |             ]
68 |             generationToolArguments.append(
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReference.swift:73:50: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
71 |             // Spawn generation tool.
72 |             try generationToolFile.exec(arguments: generationToolArguments)
73 |             print("Generated docs reference in '\(outputFile)'")
   |                                                  `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
74 |         }
75 |     }
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReferenceError.swift:26:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
24 |         case let .subprocessFailedNonZeroExit(tool, exitCode):
25 |             return """
26 |             '\(tool.lastComponent)' invocation failed with a nonzero exit code: \
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
27 |             '\(exitCode)'.
28 |             """
/host/spi-builder-workspace/Plugins/GenerateDocsReference/GenerateDocsReferenceError.swift:31:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
29 |         case let .subprocessFailedError(tool, error):
30 |             return """
31 |             '\(tool.lastComponent)' invocation failed: \
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
32 |             '\(error.localizedDescription)'
33 |             """
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:32:30: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
30 |         do {
31 |             try FileManager.default.createDirectory(
32 |                 atPath: self.string,
   |                              `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
33 |                 withIntermediateDirectories: true
34 |             )
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:43:63: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
41 |         do {
42 |             let process = Process()
43 |             process.executableURL = URL(fileURLWithPath: self.string)
   |                                                               `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
44 |             process.arguments = arguments
45 |             try process.run()
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:66:38: warning: 'path' is deprecated: renamed to 'url'
64 |             .package
65 |             .products
66 |             .first { $0.name == self.path.lastComponent }
   |                                      |- warning: 'path' is deprecated: renamed to 'url'
   |                                      `- note: use 'url' instead
67 |     }
68 | }
/host/spi-builder-workspace/Plugins/GenerateDocsReference/PackagePlugin+Helpers.swift:66:43: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
64 |             .package
65 |             .products
66 |             .first { $0.name == self.path.lastComponent }
   |                                           `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
67 |     }
68 | }
[2/2] Compiling plugin GenerateDocsReference
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
[7/7] Compiling plugin GenerateManual
Building for debugging...
[7/488] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[12/497] Compiling tls13_enc.cc
[12/497] Compiling t1_enc.cc
[12/497] Compiling tls13_both.cc
[12/497] Compiling ssl_x509.cc
[12/497] Compiling tls_method.cc
[12/497] Compiling tls_record.cc
[12/497] Compiling tls13_server.cc
[12/497] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm