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 OpenAPIDiff, reference 0.9.0 (e9eed4), with Swift 6.1 for Wasm on 11 Jun 2025 02:22:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIDiff.git
Reference: 0.9.0
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/mattpolzin/OpenAPIDiff
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at e9eed42 Merge pull request #9 from mattpolzin/update-deps
Cloned https://github.com/mattpolzin/OpenAPIDiff.git
Revision (git rev-parse @):
e9eed4234895a859e9a3c61086d4bf9117ea1505
SUCCESS checkout https://github.com/mattpolzin/OpenAPIDiff.git at 0.9.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIDiff.git
https://github.com/mattpolzin/OpenAPIDiff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-rc.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "OpenAPIDiff",
  "name" : "OpenAPIDiff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIDiff",
      "targets" : [
        "OpenAPIDiff"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "openapi-diff",
      "targets" : [
        "openapi-diff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "openapi_diff",
      "module_type" : "SwiftTarget",
      "name" : "openapi-diff",
      "path" : "Sources/openapi-diff",
      "product_dependencies" : [
        "OpenAPIKitCompat",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "openapi-diff"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OpenAPIDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiffTests",
      "path" : "Tests/OpenAPIDiffTests",
      "sources" : [
        "OpenAPIDiffTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIDiff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIDiff",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIDiff",
      "path" : "Sources/OpenAPIDiff",
      "product_dependencies" : [
        "OpenAPIKit",
        "Yams"
      ],
      "product_memberships" : [
        "OpenAPIDiff",
        "openapi-diff"
      ],
      "sources" : [
        "ApiComparable.swift",
        "ApiContext.swift",
        "ApiDiff.swift",
        "Comparable Conformances/Either+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/JSONSChema+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPI+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/OpenAPIReference+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/Parameter+ApiComparable.swift",
        "Comparable Conformances/OpenAPI Comparables/SecurityScheme+ApiComparable.swift",
        "Comparable Conformances/OrderedDictionary+ApiComparable.swift",
        "Comparable Conformances/Swift+ApiComparable.swift",
        "Exports.swift",
        "Identifiable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
f4e258bad158: Pulling fs layer
f4e258bad158: Verifying Checksum
f4e258bad158: Download complete
f4e258bad158: Pull complete
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/10737] Fetching yams
[1183/26117] Fetching yams, swift-argument-parser
[8467/115862] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.03s)
[52020/100482] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (2.09s)
[43976/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (7.20s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (8.82s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.78s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.0-rc.4 (0.98s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.0-rc.4
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling writer.c
[11/28] Compiling reader.c
[12/28] Compiling parser.c
[13/28] Compiling api.c
[14/28] Write swift-version-24593BA9C3E375BF.txt
[15/28] Compiling emitter.c
[16/28] Compiling scanner.c
[18/83] Emitting module OpenAPIKitCore
[19/87] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/87] Emitting module ArgumentParserToolInfo
[21/88] Compiling Yams Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/88] Compiling Yams YamlAnchorProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/90] Wrapping AST for ArgumentParserToolInfo for debugging
[25/128] Emitting module ArgumentParser
[26/133] Compiling ArgumentParser Name.swift
[27/133] Compiling ArgumentParser Parsed.swift
[28/133] Compiling ArgumentParser ParsedValues.swift
[29/133] Compiling ArgumentParser ParserError.swift
[30/133] Compiling ArgumentParser HelpGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/133] Compiling ArgumentParser MessageInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/133] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/133] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/133] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/133] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/133] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/133] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/133] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/133] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[41/133] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[42/133] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[43/133] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/133] Compiling ArgumentParser ParsableCommand.swift
[45/133] Compiling ArgumentParser ArgumentDecoder.swift
[46/133] Compiling ArgumentParser ArgumentDefinition.swift
[47/133] Compiling ArgumentParser ArgumentSet.swift
[48/133] Compiling ArgumentParser CommandParser.swift
[49/133] Compiling ArgumentParser InputKey.swift
[50/133] Compiling ArgumentParser InputOrigin.swift
[52/133] Compiling ArgumentParser UsageGenerator.swift
[53/133] Compiling ArgumentParser ExpressibleByArgument.swift
[54/133] Compiling ArgumentParser ParsableArguments.swift
[55/133] Compiling ArgumentParser NameSpecification.swift
[56/133] Compiling ArgumentParser Option.swift
[57/133] Compiling ArgumentParser DumpHelpGenerator.swift
[58/133] Compiling ArgumentParser HelpCommand.swift
[64/133] Compiling ArgumentParser Flag.swift
[70/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/133] Compiling ArgumentParser CompletionsGenerator.swift
[72/133] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/134] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/134] Wrapping AST for OpenAPIKitCore for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
[3/68] Compiling OpenAPIKitCore CallbackURL.swift
[4/68] Compiling OpenAPIKitCore ComponentKey.swift
[5/70] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[6/70] Compiling OpenAPIKitCore DiggingError.swift
[7/70] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[8/70] Compiling OpenAPIKitCore GenericError.swift
[9/70] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[10/74] Emitting module ArgumentParserToolInfo
[11/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/75] Compiling OpenAPIKitCore RequestDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[13/75] Compiling OpenAPIKitCore OpenAPIReference.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[14/75] Compiling OpenAPIKitCore OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[16/74] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[17/74] Compiling OpenAPIKitCore Optional+Zip.swift
[18/74] Compiling OpenAPIKitCore Result+Value.swift
[19/74] Compiling OpenAPIKitCore Validatable.swift
[20/74] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[21/74] Compiling OpenAPIKitCore Shared.swift
[22/74] Compiling OpenAPIKitCore ResponseStatusCode.swift
[23/74] Compiling OpenAPIKitCore SecurityScheme.swift
[24/74] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[25/74] Compiling OpenAPIKitCore URLTemplate.swift
[26/74] Compiling Yams YamlError.swift
[27/74] Compiling Yams YamlTagProviding.swift
[33/112] Compiling ArgumentParser Argument.swift
[34/112] Compiling ArgumentParser ArgumentHelp.swift
[35/112] Compiling ArgumentParser OptionGroup.swift
[36/112] Compiling ArgumentParser AsyncParsableCommand.swift
[37/112] Compiling ArgumentParser CommandConfiguration.swift
[38/112] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/112] Compiling ArgumentParser CompletionsGenerator.swift
[40/112] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/112] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/112] Emitting module OpenAPIKitCore
[45/112] Compiling ArgumentParser ArgumentVisibility.swift
[46/112] Compiling ArgumentParser CompletionKind.swift
[47/112] Compiling ArgumentParser Errors.swift
[48/112] Compiling ArgumentParser Flag.swift
[49/112] Compiling ArgumentParser NameSpecification.swift
[53/112] Compiling ArgumentParser ParsableCommand.swift
[54/112] Compiling ArgumentParser ArgumentDecoder.swift
[55/112] Compiling ArgumentParser ArgumentDefinition.swift
[56/112] Compiling ArgumentParser ArgumentSet.swift
[57/112] Compiling ArgumentParser CommandParser.swift
[58/112] Compiling ArgumentParser InputKey.swift
[59/112] Compiling ArgumentParser InputOrigin.swift
[60/112] Compiling ArgumentParser Name.swift
[61/113] Wrapping AST for OpenAPIKitCore for debugging
[65/113] Compiling ArgumentParser Option.swift
[66/113] Emitting module Yams
[67/182] Emitting module ArgumentParser
BUILD FAILURE 6.1 wasm