The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwaggerParser, reference 0.6.4 (c0eb70), with Swift 6.2 for Linux on 21 Jun 2025 14:50:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/knovichikhin/SwaggerParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/46] Compiling SwaggerParser APIKeySchema.swift
[4/46] Compiling SwaggerParser AllOfSchema.swift
[5/46] Compiling SwaggerParser ArrayItem.swift
[6/46] Compiling SwaggerParser ArrayMetadata.swift
[7/46] Compiling SwaggerParser ArraySchema.swift
[8/46] Compiling SwaggerParser Builder.swift
[9/51] Compiling SwaggerParser Schema.swift
[10/51] Compiling SwaggerParser SchemaType.swift
[11/51] Compiling SwaggerParser SecuritySchema.swift
[12/51] Compiling SwaggerParser StringFormat.swift
[13/51] Compiling SwaggerParser StringItem.swift
[14/51] Compiling SwaggerParser Path.swift
[15/51] Compiling SwaggerParser Pointer.swift
[16/51] Compiling SwaggerParser Reference.swift
[17/51] Compiling SwaggerParser ReferenceResolver.swift
[18/51] Compiling SwaggerParser Response.swift
[19/51] Compiling SwaggerParser ObjectMetadata.swift
[20/51] Compiling SwaggerParser ObjectSchema.swift
[21/51] Compiling SwaggerParser OneOfSchema.swift
[22/51] Compiling SwaggerParser OneOrMany.swift
[23/51] Compiling SwaggerParser Operation.swift
[24/51] Compiling SwaggerParser Parameter.swift
[25/51] Emitting module SwaggerParser
[26/51] Compiling SwaggerParser KeyedEncodingContainer+Extensions.swift
[27/51] Compiling SwaggerParser License.swift
[28/51] Compiling SwaggerParser Metadata.swift
[29/51] Compiling SwaggerParser NumberItem.swift
[30/51] Compiling SwaggerParser NumericMetadata.swift
[31/51] Compiling SwaggerParser Oauth2Schema.swift
[32/51] Compiling SwaggerParser FixedParameterFields.swift
[33/51] Compiling SwaggerParser Information.swift
[34/51] Compiling SwaggerParser IntegerItem.swift
[35/51] Compiling SwaggerParser Items.swift
[36/51] Compiling SwaggerParser ItemsType.swift
[37/51] Compiling SwaggerParser KeyedDecodingContainer+Extensions.swift
[38/51] Compiling SwaggerParser Contact.swift
[39/51] Compiling SwaggerParser Decodable+Extensions.swift
[40/51] Compiling SwaggerParser Either.swift
[41/51] Compiling SwaggerParser Enums.swift
[42/51] Compiling SwaggerParser Errors.swift
[43/51] Compiling SwaggerParser ExternalDocumentation.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! (11.08s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.