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 APIWrapper with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RakuyoKit/RaAPIWrapper.git
Reference: main
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/RakuyoKit/RaAPIWrapper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e26989e feat: Use Rake to execute release
Cloned https://github.com/RakuyoKit/RaAPIWrapper.git
Revision (git rev-parse @):
e26989e8cd1d38d6fc9728530c844eb8d69f5a5d
SUCCESS checkout https://github.com/RakuyoKit/RaAPIWrapper.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/RakuyoKit/RaAPIWrapper.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/RakuyoKit/swift.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/2055] Fetching swift
[2056/30835] Fetching swift, alamofire
[4934/42509] Fetching swift, alamofire, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.05s)
[18460/30835] Fetching swift, alamofire
Fetched https://github.com/RakuyoKit/swift.git (2.41s)
Fetched https://github.com/Alamofire/Alamofire.git (2.47s)
Computing version for https://github.com/RakuyoKit/swift.git
Computed https://github.com/RakuyoKit/swift.git at 1.1.3 (0.36s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.1 (0.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (0.31s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.1
Creating working copy for https://github.com/RakuyoKit/swift.git
Working copy of https://github.com/RakuyoKit/swift.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.1
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.8/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip
[1369/22680145] Downloading https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.8/SwiftFormat.artifactbundle.zip
[22701217/32916072] Downloading https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.8/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip (1.43s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.8/SwiftFormat.artifactbundle.zip (1.91s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:49:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = launchPath
                ^
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:49:17: note: use 'executableURL' instead
        process.launchPath = launchPath
                ^~~~~~~~~~
                executableURL
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/4] Copying PrivacyInfo.xcprivacy
[5/63] Emitting module Alamofire
[6/68] Emitting module APIWrapper
[7/68] Compiling Alamofire Alamofire.swift
[8/68] Compiling Alamofire AFError.swift
[9/68] Compiling Alamofire DataRequest.swift
[10/70] Compiling APIWrapper APIRequestInfo.swift
[11/70] Compiling APIWrapper APIRequestUserInfo.swift
[12/70] Compiling APIWrapper AnyAPIHashable.swift
[13/70] Compiling APIWrapper AnyAPIHashableParameter.swift
[14/70] Compiling APIWrapper API.swift
[15/70] Compiling APIWrapper APIParameterBuilder.swift
[16/70] Compiling APIWrapper PATCH.swift
[17/70] Compiling APIWrapper POST.swift
[18/70] Compiling APIWrapper PUT.swift
[19/70] Compiling APIWrapper QUERY.swift
[20/70] Compiling Alamofire RetryPolicy.swift
[21/70] Compiling Alamofire ServerTrustEvaluation.swift
[22/70] Compiling Alamofire URLEncodedFormEncoder.swift
[23/70] Compiling Alamofire Validation.swift
[24/70] Compiling Alamofire resource_bundle_accessor.swift
[25/70] Compiling Alamofire Combine.swift
[26/70] Compiling Alamofire Concurrency.swift
[27/70] Compiling Alamofire EventMonitor.swift
[28/70] Compiling Alamofire MultipartFormData.swift
[29/70] Compiling Alamofire MultipartUpload.swift
[30/70] Compiling Alamofire NetworkReachabilityManager.swift
[31/70] Compiling Alamofire RedirectHandler.swift
[32/70] Compiling Alamofire RequestCompression.swift
[33/70] Compiling Alamofire RequestInterceptor.swift
[34/70] Compiling Alamofire ResponseSerialization.swift
[35/70] Compiling APIWrapper CONNECT.swift
[36/70] Compiling APIWrapper DELETE.swift
[37/70] Compiling APIWrapper GET.swift
[38/70] Compiling APIWrapper HEAD.swift
[39/70] Compiling APIWrapper OPTIONS.swift
[40/70] Compiling APIWrapper TRACE.swift
[41/70] Compiling APIWrapper resource_bundle_accessor.swift
[45/70] Compiling APIWrapper APIParameterConvertible.swift
[55/72] Compiling Alamofire RequestTaskMap.swift
[56/72] Compiling Alamofire Response.swift
[57/72] Compiling Alamofire Session.swift
[58/72] Compiling Alamofire SessionDelegate.swift
[59/72] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[60/72] Compiling Alamofire UploadRequest.swift
[65/72] Compiling Alamofire StringEncoding+Alamofire.swift
[75/78] Compiling AFAPIWrapper APIRequestInfo+AF.swift
[76/78] Compiling AFAPIWrapper API+AF.swift
[77/78] Emitting module AFAPIWrapper
[78/78] Compiling AFAPIWrapper AnyAPIHashableParameterEncoding.swift
Build complete! (22.51s)
Build complete.
Done.