Build Information
Failed to build OpenAPIDiff, reference 0.12.0 (5904f0), with Swift 6.1 for Wasm on 20 Feb 2026 19:38:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIDiff.git
Reference: 0.12.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.12.0 -> FETCH_HEAD
HEAD is now at 5904f0d Merge pull request #12 from mattpolzin/release-bump
Cloned https://github.com/mattpolzin/OpenAPIDiff.git
Revision (git rev-parse @):
5904f0d7f8a3376cf07bbff71a830db51bf72f40
SUCCESS checkout https://github.com/mattpolzin/OpenAPIDiff.git at 0.12.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" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.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" : "13.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/17169] Fetching swift-argument-parser
[688/28672] Fetching swift-argument-parser, yams
[17581/151603] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (5.11s)
[127807/140100] Fetching swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser.git from cache (9.51s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (9.72s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (10.88s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 5.0.0 (3.15s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (1.06s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 5.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.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/29] Write sources
[11/29] Compiling writer.c
[12/29] Compiling reader.c
[13/29] Compiling parser.c
[14/29] Compiling api.c
[15/29] Compiling emitter.c
[16/29] Write swift-version-24593BA9C3E375BF.txt
[17/29] Compiling scanner.c
[19/83] Emitting module Yams
[20/85] Emitting module ArgumentParserToolInfo
[21/85] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/86] Emitting module OpenAPIKitCore
[23/86] Compiling OpenAPIKitCore OpenAPIWarning.swift
[24/86] Compiling OpenAPIKitCore RequestDecodingError.swift
[25/90] Wrapping AST for ArgumentParserToolInfo for debugging
[27/136] Compiling ArgumentParser Foundation.swift
[28/136] Compiling ArgumentParser Mutex.swift
[29/136] Compiling ArgumentParser Platform.swift
[30/136] Compiling ArgumentParser SequenceExtensions.swift
[31/136] Compiling ArgumentParser StringExtensions.swift
[32/136] Compiling ArgumentParser SwiftExtensions.swift
[33/142] Compiling ArgumentParser OptionGroup.swift
[34/142] Compiling ArgumentParser ParentCommand.swift
[35/142] Compiling ArgumentParser CommandGroup.swift
[36/142] Compiling ArgumentParser EnumerableFlag.swift
[37/142] Compiling ArgumentParser ExpressibleByArgument.swift
[38/142] Compiling ArgumentParser ParsableArguments.swift
[39/142] Compiling ArgumentParser Errors.swift
[40/142] Compiling ArgumentParser Flag.swift
[41/142] Compiling ArgumentParser NameSpecification.swift
[42/142] Compiling ArgumentParser Option.swift
[43/142] Compiling ArgumentParser CompletionKind.swift
[45/142] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[46/142] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[47/142] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[48/142] Compiling ArgumentParser HelpGenerator.swift
[49/142] Compiling ArgumentParser MessageInfo.swift
[50/142] Compiling ArgumentParser UsageGenerator.swift
[51/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/142] Compiling ArgumentParser Argument.swift
[53/142] Compiling ArgumentParser ArgumentDiscussion.swift
[56/142] Compiling ArgumentParser CollectionExtensions.swift
[57/142] Compiling ArgumentParser ArgumentVisibility.swift
[59/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/142] Compiling ArgumentParser CompletionsGenerator.swift
[61/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/142] Compiling ArgumentParser ParsableCommand.swift
[70/142] Compiling ArgumentParser ArgumentDecoder.swift
[71/142] Compiling ArgumentParser ArgumentDefinition.swift
[72/142] Compiling ArgumentParser ArgumentSet.swift
[75/142] Compiling ArgumentParser AsyncParsableCommand.swift
[76/142] Compiling ArgumentParser CommandConfiguration.swift
[77/142] Compiling ArgumentParser CommandParser.swift
[78/142] Compiling ArgumentParser InputKey.swift
[79/142] Compiling ArgumentParser InputOrigin.swift
[80/142] Compiling ArgumentParser Name.swift
[87/143] Emitting module ArgumentParser
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Write swift-version-24593BA9C3E375BF.txt
[4/68] Compiling Yams Tag.swift
[5/68] Compiling Yams YamlAnchorProviding.swift
[6/70] Emitting module OpenAPIKitCore
[7/74] Compiling Yams Resolver.swift
[8/74] Compiling Yams String+Yams.swift
[10/74] Compiling Yams YamlError.swift
[11/74] Compiling Yams YamlTagProviding.swift
[12/74] Compiling OpenAPIKitCore ResponseStatusCode.swift
[13/74] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[14/74] Compiling OpenAPIKitCore Optional+Zip.swift
[15/74] Compiling OpenAPIKitCore Result+Value.swift
[16/74] Compiling OpenAPIKitCore Validatable.swift
[19/74] Compiling Yams RedundancyAliasingStrategy.swift
[20/74] Compiling Yams Representer.swift
[21/74] Compiling Yams Mark.swift
[22/74] Compiling Yams Node.Alias.swift
[23/74] Compiling Yams Node.Mapping.swift
[27/74] Compiling Yams Node.swift
[28/74] Compiling Yams Decoder.swift
[29/74] Compiling Yams Emitter.swift
[30/74] Compiling Yams Encoder.swift
[31/74] Compiling Yams Parser.swift
[32/74] Compiling Yams AliasDereferencingStrategy.swift
[33/74] Compiling Yams Anchor.swift
[34/74] Compiling Yams Constructor.swift
[35/74] Compiling Yams Node.Scalar.swift
[36/74] Compiling Yams Node.Sequence.swift
[37/74] Emitting module Yams
[38/74] Compiling OpenAPIKitCore CodingPathError.swift
[39/74] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[40/74] Compiling OpenAPIKitCore DiggingError.swift
[41/74] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[42/74] Compiling OpenAPIKitCore GenericError.swift
[43/74] Compiling OpenAPIKitCore SecurityScheme.swift
[44/74] Compiling OpenAPIKitCore SharedOAuthFlows.swift
[45/74] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[46/74] Compiling OpenAPIKitCore URLTemplate.swift
[51/75] Emitting module ArgumentParserToolInfo
[52/75] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/76] Wrapping AST for OpenAPIKitCore for debugging
[58/258] Emitting module ArgumentParser
[59/264] Compiling ArgumentParser Option.swift
[60/264] Compiling ArgumentParser OptionGroup.swift
[61/264] Compiling ArgumentParser ParentCommand.swift
[62/264] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[63/264] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[64/264] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:338:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
336 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
337 | // it uses with `String(format:...)`
338 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
339 | // "%*.g" does not use scientific notation if the exponent is less than –4.
340 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[65/264] Compiling ArgumentParser ArgumentHelp.swift
[66/264] Compiling ArgumentParser ArgumentVisibility.swift
[67/264] Compiling ArgumentParser CompletionKind.swift
BUILD FAILURE 6.1 wasm