The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TestSpy with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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/f-meloni/TestSpy.git
Reference: 0.5.0
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/f-meloni/TestSpy
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 63398d1 Merge branch 'master' of github.com:f-meloni/TestSpy
Cloned https://github.com/f-meloni/TestSpy.git
Revision (git rev-parse @):
63398d17c70ba7419cec78834f22be86b850643b
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/f-meloni/TestSpy.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14209] Fetching quick
[14210/31500] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.53s)
Fetched https://github.com/Quick/Nimble from cache (1.54s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.0.0 (0.48s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.1 (0.47s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/50] Emitting module Nimble
[5/56] Compiling Nimble ToSucceed.swift
[6/56] Compiling Nimble Await.swift
[7/56] Compiling Nimble Errors.swift
[8/56] Compiling Nimble Functional.swift
[9/56] Compiling Nimble SourceLocation.swift
[10/56] Compiling Nimble Stringers.swift
[11/56] Compiling Nimble Predicate.swift
[12/56] Compiling Nimble RaisesException.swift
[13/56] Compiling Nimble SatisfyAllOf.swift
[14/56] Compiling Nimble SatisfyAnyOf.swift
[15/56] Compiling Nimble ThrowAssertion.swift
[16/56] Compiling Nimble ThrowError.swift
[17/56] Compiling Nimble AdapterProtocols.swift
[18/56] Compiling Nimble AssertionDispatcher.swift
[19/56] Compiling Nimble AssertionRecorder.swift
[20/56] Compiling Nimble NMBExpectation.swift
[21/56] Compiling Nimble NMBObjCMatcher.swift
[22/56] Compiling Nimble NimbleEnvironment.swift
[23/56] Compiling Nimble NimbleXCTestHandler.swift
[24/56] Compiling Nimble ExceptionCapture.swift
[25/56] Compiling Nimble DSL+Wait.swift
[26/56] Compiling Nimble DSL.swift
[27/56] Compiling Nimble Expectation.swift
[28/56] Compiling Nimble ExpectationMessage.swift
[29/56] Compiling Nimble Expression.swift
[30/56] Compiling Nimble FailureMessage.swift
[31/56] Compiling Nimble BeGreaterThanOrEqualTo.swift
[32/56] Compiling Nimble BeIdenticalTo.swift
[33/56] Compiling Nimble BeLessThan.swift
[34/56] Compiling Nimble BeLessThanOrEqual.swift
[35/56] Compiling Nimble BeLogical.swift
[36/56] Compiling Nimble BeNil.swift
[37/56] Compiling Nimble BeVoid.swift
[38/56] Compiling Nimble AllPass.swift
[39/56] Compiling Nimble Async.swift
[40/56] Compiling Nimble BeAKindOf.swift
[41/56] Compiling Nimble BeAnInstanceOf.swift
[42/56] Compiling Nimble BeCloseTo.swift
[43/56] Compiling Nimble BeEmpty.swift
[44/56] Compiling Nimble BeGreaterThan.swift
[45/56] Compiling Nimble HaveCount.swift
[46/56] Compiling Nimble Match.swift
[47/56] Compiling Nimble MatchError.swift
[48/56] Compiling Nimble MatcherFunc.swift
[49/56] Compiling Nimble MatcherProtocols.swift
[50/56] Compiling Nimble PostNotification.swift
[51/56] Compiling Nimble BeginWith.swift
[52/56] Compiling Nimble Contain.swift
[53/56] Compiling Nimble ContainElementSatisfying.swift
[54/56] Compiling Nimble ElementsEqual.swift
[55/56] Compiling Nimble EndWith.swift
[56/56] Compiling Nimble Equal.swift
[58/63] Emitting module TestSpy
/host/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:30:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<T>(lhs: CallstackContainer<T>, rhs: CallstackContainer<T>) -> Bool {
                          ^
/host/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:9:34: note: 'T' previously declared here
public struct CallstackContainer<T: Equatable>: Equatable, CustomStringConvertible {
                                 ^
[59/63] Compiling TestSpy TestSpy+Matchers.swift
[60/63] Compiling TestSpy TestSpy.swift
[61/63] Compiling TestSpy CallstackMatcher.swift
[62/63] Compiling TestSpy CallstackPredicate.swift
[63/63] Compiling TestSpy CallstackContainer.swift
/host/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:30:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<T>(lhs: CallstackContainer<T>, rhs: CallstackContainer<T>) -> Bool {
                          ^
/host/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:9:34: note: 'T' previously declared here
public struct CallstackContainer<T: Equatable>: Equatable, CustomStringConvertible {
                                 ^
Build complete! (15.96s)
Build complete.
Done.

Build Machine: Linux 2