Build Information
Successful build of SwaggerParser, reference 0.6.4 (c0eb70), with Swift 6.3 for Wasm on 14 Apr 2026 15:22:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/knovichikhin/SwaggerParser.git
Reference: 0.6.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/knovichikhin/SwaggerParser
* tag 0.6.4 -> FETCH_HEAD
HEAD is now at c0eb704 Fix version decoding for Swift 5.2.
Cloned https://github.com/knovichikhin/SwaggerParser.git
Revision (git rev-parse @):
c0eb70485c59a9d7dd6765dcd303b49fdb3040ee
SUCCESS checkout https://github.com/knovichikhin/SwaggerParser.git at 0.6.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/knovichikhin/SwaggerParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/46] Emitting module SwaggerParser
[4/51] Compiling SwaggerParser APIKeySchema.swift
[5/51] Compiling SwaggerParser AllOfSchema.swift
[6/51] Compiling SwaggerParser ArrayItem.swift
[7/51] Compiling SwaggerParser ArrayMetadata.swift
[8/51] Compiling SwaggerParser ArraySchema.swift
[9/51] Compiling SwaggerParser Builder.swift
[10/51] Compiling SwaggerParser Path.swift
[11/51] Compiling SwaggerParser Pointer.swift
[12/51] Compiling SwaggerParser Reference.swift
[13/51] Compiling SwaggerParser ReferenceResolver.swift
[14/51] Compiling SwaggerParser Response.swift
[15/51] Compiling SwaggerParser Schema.swift
[16/51] Compiling SwaggerParser SchemaType.swift
[17/51] Compiling SwaggerParser SecuritySchema.swift
[18/51] Compiling SwaggerParser StringFormat.swift
[19/51] Compiling SwaggerParser StringItem.swift
[20/51] Compiling SwaggerParser FixedParameterFields.swift
[21/51] Compiling SwaggerParser Information.swift
[22/51] Compiling SwaggerParser IntegerItem.swift
[23/51] Compiling SwaggerParser Items.swift
[24/51] Compiling SwaggerParser ItemsType.swift
[25/51] Compiling SwaggerParser KeyedDecodingContainer+Extensions.swift
[26/51] Compiling SwaggerParser ObjectMetadata.swift
[27/51] Compiling SwaggerParser ObjectSchema.swift
[28/51] Compiling SwaggerParser OneOfSchema.swift
[29/51] Compiling SwaggerParser OneOrMany.swift
[30/51] Compiling SwaggerParser Operation.swift
[31/51] Compiling SwaggerParser Parameter.swift
[32/51] Compiling SwaggerParser Contact.swift
[33/51] Compiling SwaggerParser Decodable+Extensions.swift
[34/51] Compiling SwaggerParser Either.swift
[35/51] Compiling SwaggerParser Enums.swift
[36/51] Compiling SwaggerParser Errors.swift
[37/51] Compiling SwaggerParser ExternalDocumentation.swift
[38/51] Compiling SwaggerParser KeyedEncodingContainer+Extensions.swift
[39/51] Compiling SwaggerParser License.swift
[40/51] Compiling SwaggerParser Metadata.swift
[41/51] Compiling SwaggerParser NumberItem.swift
[42/51] Compiling SwaggerParser NumericMetadata.swift
[43/51] Compiling SwaggerParser Oauth2Schema.swift
[44/51] Compiling SwaggerParser StringMetadata.swift
[45/51] Compiling SwaggerParser Structure.swift
[46/51] Compiling SwaggerParser Swagger.swift
[47/51] Compiling SwaggerParser Tag.swift
[48/51] Compiling SwaggerParser Version.swift
[49/52] Wrapping AST for SwaggerParser for debugging
[50/52] Write Objects.LinkFileList
[51/52] Archiving libSwaggerParser.a
Build complete! (17.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwaggerParser",
"name" : "SwaggerParser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwaggerParser",
"targets" : [
"SwaggerParser"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "SwaggerParserTests",
"module_type" : "SwiftTarget",
"name" : "SwaggerParserTests",
"path" : "Tests",
"sources" : [
"AbstractTests.swift",
"AllOfTests.swift",
"BasicTests.swift",
"ChainedReferenceTests.swift",
"CrossReferenceTests.swift",
"ExampleTests.swift",
"LinuxMain.swift",
"NullableTests.swift",
"OneOfTests.swift",
"StructureSchemaTests.swift",
"TestHelpers.swift",
"VersionTests.swift"
],
"type" : "test"
},
{
"c99name" : "SwaggerParser",
"module_type" : "SwiftTarget",
"name" : "SwaggerParser",
"path" : "Sources",
"product_memberships" : [
"SwaggerParser"
],
"sources" : [
"APIKeySchema.swift",
"AllOfSchema.swift",
"ArrayItem.swift",
"ArrayMetadata.swift",
"ArraySchema.swift",
"Builder.swift",
"Contact.swift",
"Decodable+Extensions.swift",
"Either.swift",
"Enums.swift",
"Errors.swift",
"ExternalDocumentation.swift",
"FixedParameterFields.swift",
"Information.swift",
"IntegerItem.swift",
"Items.swift",
"ItemsType.swift",
"KeyedDecodingContainer+Extensions.swift",
"KeyedEncodingContainer+Extensions.swift",
"License.swift",
"Metadata.swift",
"NumberItem.swift",
"NumericMetadata.swift",
"Oauth2Schema.swift",
"ObjectMetadata.swift",
"ObjectSchema.swift",
"OneOfSchema.swift",
"OneOrMany.swift",
"Operation.swift",
"Parameter.swift",
"Path.swift",
"Pointer.swift",
"Reference.swift",
"ReferenceResolver.swift",
"Response.swift",
"Schema.swift",
"SchemaType.swift",
"SecuritySchema.swift",
"StringFormat.swift",
"StringItem.swift",
"StringMetadata.swift",
"Structure.swift",
"Swagger.swift",
"Tag.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.