Build Information
Successful build of Firework with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrsaruo/Firework.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/jrsaruo/Firework
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a9fd1b4 Merge pull request #42 from jrsaruo/release-3.0.2
Cloned https://github.com/jrsaruo/Firework.git
Revision (git rev-parse @):
a9fd1b49ebe41aa4a5dde44785796d8b258856ef
SUCCESS checkout https://github.com/jrsaruo/Firework.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/jrsaruo/Firework.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Alamofire/Alamofire.git
[1/28068] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.73s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.6.2 (0.47s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.6.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/36] Emitting module Alamofire
[5/40] Compiling Alamofire HTTPMethod.swift
[6/40] Compiling Alamofire MultipartFormData.swift
[7/40] Compiling Alamofire MultipartUpload.swift
[8/40] Compiling Alamofire NetworkReachabilityManager.swift
[9/40] Compiling Alamofire Notifications.swift
[10/40] Compiling Alamofire OperationQueue+Alamofire.swift
[11/40] Compiling Alamofire ParameterEncoder.swift
[12/40] Compiling Alamofire ParameterEncoding.swift
[13/40] Compiling Alamofire Protected.swift
[14/40] Compiling Alamofire RedirectHandler.swift
[15/40] Compiling Alamofire Session.swift
[16/40] Compiling Alamofire SessionDelegate.swift
[17/40] Compiling Alamofire StringEncoding+Alamofire.swift
[18/40] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[19/40] Compiling Alamofire Request.swift
[20/40] Compiling Alamofire RequestInterceptor.swift
[21/40] Compiling Alamofire RequestTaskMap.swift
[22/40] Compiling Alamofire Response.swift
[23/40] Compiling Alamofire URLEncodedFormEncoder.swift
[24/40] Compiling Alamofire URLRequest+Alamofire.swift
[25/40] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[26/40] Compiling Alamofire Validation.swift
[27/40] Compiling Alamofire AFError.swift
[28/40] Compiling Alamofire Alamofire.swift
[29/40] Compiling Alamofire AlamofireExtended.swift
[30/40] Compiling Alamofire AuthenticationInterceptor.swift
[31/40] Compiling Alamofire CachedResponseHandler.swift
[32/40] Compiling Alamofire ResponseSerialization.swift
[33/40] Compiling Alamofire Result+Alamofire.swift
[34/40] Compiling Alamofire RetryPolicy.swift
[35/40] Compiling Alamofire ServerTrustEvaluation.swift
[36/40] Compiling Alamofire Combine.swift
[37/40] Compiling Alamofire Concurrency.swift
[38/40] Compiling Alamofire DispatchQueue+Alamofire.swift
[39/40] Compiling Alamofire EventMonitor.swift
[40/40] Compiling Alamofire HTTPHeaders.swift
[42/45] Compiling Firework HTTPRequest.swift
[43/45] Compiling Firework Endpoint.swift
[44/45] Compiling Firework HTTPClient.swift
[45/45] Emitting module Firework
Build complete! (15.73s)
Build complete.
Done.