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.10 for Linux.

Build Command

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