Build Information
Failed to build TestSpy, reference 0.5.0 (63398d
), with Swift 6.2 (beta) for Android on 18 Jun 2025 16:40:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/f-meloni/TestSpy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
[1/14759] Fetching quick
[10038/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.11s)
Fetched https://github.com/Quick/Nimble from cache (1.86s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (2.52s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.65s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/50] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[5/50] Compiling Nimble Contain.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[6/50] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[7/50] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[8/50] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[9/50] Compiling Nimble Equal.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:29:54: error: value of type 'AnyObject' has no member 'isEqual'
27 | let collectionValue = collection.object(at: 0) as AnyObject
28 | #endif
29 | return PredicateStatus(bool: collectionValue.isEqual(startingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
30 | }
31 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:37:54: error: value of type 'AnyObject' has no member 'isEqual'
35 | #endif
36 |
37 | return PredicateStatus(bool: collectionValue.isEqual(endingElement))
| `- error: value of type 'AnyObject' has no member 'isEqual'
38 | }
39 | }
[10/56] Compiling Nimble BeGreaterThanOrEqualTo.swift
[11/56] Compiling Nimble BeIdenticalTo.swift
[12/56] Compiling Nimble BeLessThan.swift
[13/56] Compiling Nimble BeLessThanOrEqual.swift
[14/56] Compiling Nimble BeLogical.swift
[15/56] Compiling Nimble BeNil.swift
[16/56] Compiling Nimble BeVoid.swift
[17/56] Compiling Nimble Predicate.swift
[18/56] Compiling Nimble RaisesException.swift
[19/56] Compiling Nimble SatisfyAllOf.swift
[20/56] Compiling Nimble SatisfyAnyOf.swift
[21/56] Compiling Nimble ThrowAssertion.swift
[22/56] Compiling Nimble ThrowError.swift
[23/56] Compiling Nimble HaveCount.swift
[24/56] Compiling Nimble Match.swift
[25/56] Compiling Nimble MatchError.swift
[26/56] Compiling Nimble MatcherFunc.swift
[27/56] Compiling Nimble MatcherProtocols.swift
[28/56] Compiling Nimble PostNotification.swift
[29/56] Emitting module Nimble
[30/56] Compiling Nimble AdapterProtocols.swift
[31/56] Compiling Nimble AssertionDispatcher.swift
[32/56] Compiling Nimble AssertionRecorder.swift
[33/56] Compiling Nimble NMBExpectation.swift
[34/56] Compiling Nimble NMBObjCMatcher.swift
[35/56] Compiling Nimble NimbleEnvironment.swift
[36/56] Compiling Nimble NimbleXCTestHandler.swift
[37/56] Compiling Nimble AllPass.swift
[38/56] Compiling Nimble Async.swift
[39/56] Compiling Nimble BeAKindOf.swift
[40/56] Compiling Nimble BeAnInstanceOf.swift
[41/56] Compiling Nimble BeCloseTo.swift
[42/56] Compiling Nimble BeEmpty.swift
[43/56] Compiling Nimble BeGreaterThan.swift
[44/56] Compiling Nimble ExceptionCapture.swift
[45/56] Compiling Nimble DSL+Wait.swift
[46/56] Compiling Nimble DSL.swift
[47/56] Compiling Nimble Expectation.swift
[48/56] Compiling Nimble ExpectationMessage.swift
[49/56] Compiling Nimble Expression.swift
[50/56] Compiling Nimble FailureMessage.swift
[51/56] Compiling Nimble ToSucceed.swift
[52/56] Compiling Nimble Await.swift
[53/56] Compiling Nimble Errors.swift
[54/56] Compiling Nimble Functional.swift
[55/56] Compiling Nimble SourceLocation.swift
[56/56] Compiling Nimble Stringers.swift
BUILD FAILURE 6.2 android