The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwaggerParser with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:             5.8
Building package at path:  $workDir
https://github.com/knovichikhin/SwaggerParser.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/43] Emitting module SwaggerParser
[2/48] Compiling SwaggerParser ObjectMetadata.swift
[3/48] Compiling SwaggerParser ObjectSchema.swift
[4/48] Compiling SwaggerParser OneOfSchema.swift
[5/48] Compiling SwaggerParser OneOrMany.swift
[6/48] Compiling SwaggerParser Operation.swift
[7/48] Compiling SwaggerParser Parameter.swift
[8/48] Compiling SwaggerParser FixedParameterFields.swift
[9/48] Compiling SwaggerParser Information.swift
[10/48] Compiling SwaggerParser IntegerItem.swift
[11/48] Compiling SwaggerParser Items.swift
[12/48] Compiling SwaggerParser ItemsType.swift
[13/48] Compiling SwaggerParser KeyedDecodingContainer+Extensions.swift
[14/48] Compiling SwaggerParser APIKeySchema.swift
[15/48] Compiling SwaggerParser AllOfSchema.swift
[16/48] Compiling SwaggerParser ArrayItem.swift
[17/48] Compiling SwaggerParser ArrayMetadata.swift
[18/48] Compiling SwaggerParser ArraySchema.swift
[19/48] Compiling SwaggerParser Builder.swift
[20/48] Compiling SwaggerParser Schema.swift
[21/48] Compiling SwaggerParser SchemaType.swift
[22/48] Compiling SwaggerParser SecuritySchema.swift
[23/48] Compiling SwaggerParser StringFormat.swift
[24/48] Compiling SwaggerParser StringItem.swift
[25/48] Compiling SwaggerParser KeyedEncodingContainer+Extensions.swift
[26/48] Compiling SwaggerParser License.swift
[27/48] Compiling SwaggerParser Metadata.swift
[28/48] Compiling SwaggerParser NumberItem.swift
[29/48] Compiling SwaggerParser NumericMetadata.swift
[30/48] Compiling SwaggerParser Oauth2Schema.swift
[31/48] Compiling SwaggerParser StringMetadata.swift
[32/48] Compiling SwaggerParser Structure.swift
[33/48] Compiling SwaggerParser Swagger.swift
[34/48] Compiling SwaggerParser Tag.swift
[35/48] Compiling SwaggerParser Version.swift
[36/48] Compiling SwaggerParser Path.swift
[37/48] Compiling SwaggerParser Pointer.swift
[38/48] Compiling SwaggerParser Reference.swift
[39/48] Compiling SwaggerParser ReferenceResolver.swift
[40/48] Compiling SwaggerParser Response.swift
[41/48] Compiling SwaggerParser Contact.swift
[42/48] Compiling SwaggerParser Decodable+Extensions.swift
[43/48] Compiling SwaggerParser Either.swift
[44/48] Compiling SwaggerParser Enums.swift
[45/48] Compiling SwaggerParser Errors.swift
[46/48] Compiling SwaggerParser ExternalDocumentation.swift
[48/50] Wrapping AST for SwaggerParser for debugging
[49/50] Archiving libSwaggerParser.a
Build complete! (6.79s)
Build complete.
Done.