Build Information
Failed to build NimbleMockSix, reference v0.2.0 (278f7e
), with Swift 6.2 (beta) for Android on 18 Jun 2025 01:36:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/lvsti/NimbleMockSix.git
Reference: v0.2.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/lvsti/NimbleMockSix
* tag v0.2.0 -> FETCH_HEAD
HEAD is now at 278f7e6 Bumped versions
Cloned https://github.com/lvsti/NimbleMockSix.git
Revision (git rev-parse @):
278f7e64db710488b5b6d61c47fa9bbb5004877d
SUCCESS checkout https://github.com/lvsti/NimbleMockSix.git at v0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/lvsti/NimbleMockSix.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.git
Fetching https://github.com/lvsti/MockSix.git
[1/384] Fetching mocksix
Fetched https://github.com/lvsti/MockSix.git from cache (0.18s)
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.77s)
Computing version for https://github.com/lvsti/MockSix.git
Computed https://github.com/lvsti/MockSix.git at 0.2.0 (2.46s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (3.85s)
Creating working copy for https://github.com/lvsti/MockSix.git
Working copy of https://github.com/lvsti/MockSix.git resolved at 0.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/54] Emitting module Nimble
[6/60] Compiling MockSix MockSix.swift
[7/60] Emitting module MockSix
[8/60] Compiling MockSix MockSixInternal.swift
[10/61] 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 | }
[11/61] 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 | }
[12/61] 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 | }
[13/61] 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 | }
[14/61] 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 | }
[15/61] 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 | }
[16/61] Compiling Nimble ToSucceed.swift
[17/61] Compiling Nimble Await.swift
[18/61] Compiling Nimble Errors.swift
[19/61] Compiling Nimble Functional.swift
[20/61] Compiling Nimble SourceLocation.swift
[21/61] Compiling Nimble Stringers.swift
[22/61] Compiling Nimble AdapterProtocols.swift
[23/61] Compiling Nimble AssertionDispatcher.swift
[24/61] Compiling Nimble AssertionRecorder.swift
[25/61] Compiling Nimble NMBExpectation.swift
[26/61] Compiling Nimble NMBObjCMatcher.swift
[27/61] Compiling Nimble NimbleEnvironment.swift
[28/61] Compiling Nimble NimbleXCTestHandler.swift
[29/61] Compiling Nimble Predicate.swift
[30/61] Compiling Nimble RaisesException.swift
[31/61] Compiling Nimble SatisfyAllOf.swift
[32/61] Compiling Nimble SatisfyAnyOf.swift
[33/61] Compiling Nimble ThrowAssertion.swift
[34/61] Compiling Nimble ThrowError.swift
[35/61] Compiling Nimble BeGreaterThanOrEqualTo.swift
[36/61] Compiling Nimble BeIdenticalTo.swift
[37/61] Compiling Nimble BeLessThan.swift
[38/61] Compiling Nimble BeLessThanOrEqual.swift
[39/61] Compiling Nimble BeLogical.swift
[40/61] Compiling Nimble BeNil.swift
[41/61] Compiling Nimble BeVoid.swift
[42/61] Compiling Nimble HaveCount.swift
[43/61] Compiling Nimble Match.swift
[44/61] Compiling Nimble MatchError.swift
[45/61] Compiling Nimble MatcherFunc.swift
[46/61] Compiling Nimble MatcherProtocols.swift
[47/61] Compiling Nimble PostNotification.swift
[48/61] Compiling Nimble ExceptionCapture.swift
[49/61] Compiling Nimble DSL+Wait.swift
[50/61] Compiling Nimble DSL.swift
[51/61] Compiling Nimble Expectation.swift
[52/61] Compiling Nimble ExpectationMessage.swift
[53/61] Compiling Nimble Expression.swift
[54/61] Compiling Nimble FailureMessage.swift
[55/61] Compiling Nimble AllPass.swift
[56/61] Compiling Nimble Async.swift
[57/61] Compiling Nimble BeAKindOf.swift
[58/61] Compiling Nimble BeAnInstanceOf.swift
[59/61] Compiling Nimble BeCloseTo.swift
[60/61] Compiling Nimble BeEmpty.swift
[61/61] Compiling Nimble BeGreaterThan.swift
BUILD FAILURE 6.2 android