The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwaggerParser, reference mainline (c0eb70), with Swift 6.3 for Linux on 21 Apr 2026 16:30:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/knovichikhin/SwaggerParser.git
Reference: mainline
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
 * branch            mainline   -> FETCH_HEAD
 * [new branch]      mainline   -> origin/mainline
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 mainline
========================================
Build
========================================
Selected platform:         linux
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-4609320-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 Path.swift
[5/51] Compiling SwaggerParser Pointer.swift
[6/51] Compiling SwaggerParser Reference.swift
[7/51] Compiling SwaggerParser ReferenceResolver.swift
[8/51] Compiling SwaggerParser Response.swift
[9/51] Compiling SwaggerParser APIKeySchema.swift
[10/51] Compiling SwaggerParser AllOfSchema.swift
[11/51] Compiling SwaggerParser ArrayItem.swift
[12/51] Compiling SwaggerParser ArrayMetadata.swift
[13/51] Compiling SwaggerParser ArraySchema.swift
[14/51] Compiling SwaggerParser Builder.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! (10.78s)
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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.