Build Information
Successful build of Quick 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/danielsaidi/Quick.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/danielsaidi/Quick
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1efe955 Use feature branch that compiles for watchOS
Submodule path 'Externals/Nimble': checked out 'd258c638d9ef214723a857a23f4113773aad28fb'
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Externals/Nimble'
Cloning into '/host/spi-builder-workspace/Externals/Nimble'...
Cloned https://github.com/danielsaidi/Quick.git
Revision (git rev-parse @):
1efe9551db0ad6a6e979f33366969750123d14d9
SUCCESS checkout https://github.com/danielsaidi/Quick.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/danielsaidi/Quick.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/danielsaidi/Nimble.git
[1/12007] Fetching nimble
Fetched https://github.com/danielsaidi/Nimble.git from cache (0.52s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/1236] Fetching cwlpreconditiontesting
[166/1668] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.43s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.42s)
Creating working copy for https://github.com/danielsaidi/Nimble.git
Working copy of https://github.com/danielsaidi/Nimble.git resolved at main (1ca9fa3)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Quick/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module Quick
[4/27] Compiling Quick QuickConfiguration.swift
[5/27] Compiling Quick DSL.swift
[6/27] Compiling Quick World+DSL.swift
[7/27] Compiling Quick String+C99ExtendedIdentifier.swift
[8/27] Compiling Quick URL+FileName.swift
[9/27] Compiling Quick World.swift
[10/27] Compiling Quick Behavior.swift
[11/27] Compiling Quick Callsite.swift
[12/27] Compiling Quick Configuration.swift
[13/27] Compiling Quick QuickSpec.swift
[14/27] Compiling Quick QuickTestObservation.swift
[15/27] Compiling Quick QuickTestSuite.swift
[16/27] Compiling Quick NSBundle+CurrentTestBundle.swift
[17/27] Compiling Quick QuickMain.swift
[18/27] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[19/27] Compiling Quick ErrorUtility.swift
[20/27] Compiling Quick Example.swift
[21/27] Compiling Quick ExampleGroup.swift
[22/27] Compiling Quick ExampleMetadata.swift
[23/27] Compiling Quick Filter.swift
[24/27] Compiling Quick Closures.swift
[25/27] Compiling Quick ExampleHooks.swift
[26/27] Compiling Quick HooksPhase.swift
[27/27] Compiling Quick SuiteHooks.swift
Build complete! (15.26s)
Build complete.
Done.