The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TestSpy, reference master (bf53ad), with Swift 6.1 for Android on 27 May 2025 19:57:59 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/f-meloni/TestSpy.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bf53adc Merge pull request #9 from f-meloni/dependabot/bundler/cocoapods-downloader-1.6.3
Cloned https://github.com/f-meloni/TestSpy.git
Revision (git rev-parse @):
bf53adc8423743f44922627c6ada4825cfee3627
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/f-meloni/TestSpy.git
https://github.com/f-meloni/TestSpy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.1.1",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "TestSpy",
  "name" : "TestSpy",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TestSpy",
      "targets" : [
        "TestSpy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestSpyTests",
      "module_type" : "SwiftTarget",
      "name" : "TestSpyTests",
      "path" : "Tests/TestSpyTests",
      "product_dependencies" : [
        "Quick"
      ],
      "sources" : [
        "CallStackContainerSpec.swift",
        "CallstackMatcherSpec.swift",
        "CallstackMatchers+NimbleSpec.swift",
        "Test Classes/FakeCallstackPredicate.swift",
        "Test Classes/TestMethod.swift",
        "Test Classes/TestSpyObject.swift",
        "TestSpy+MatchersSpec.swift",
        "TestSpySpec.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TestSpy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TestSpy",
      "module_type" : "SwiftTarget",
      "name" : "TestSpy",
      "path" : "Sources/TestSpy",
      "product_dependencies" : [
        "Nimble"
      ],
      "product_memberships" : [
        "TestSpy"
      ],
      "sources" : [
        "Nimble Matchers/TestSpy+Matchers.swift",
        "TestSpy/CallstackContainer.swift",
        "TestSpy/Predicates/AnyCallstackPredicate.swift",
        "TestSpy/Predicates/CallStackMatcher/AfterMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/AnyMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/AtleastMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/BeforeMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/CallstackPredicates.swift",
        "TestSpy/Predicates/CallStackMatcher/ImmediatelyAfterMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/ImmediatelyBeforeMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/NeverMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/OnlyMatcher.swift",
        "TestSpy/Predicates/CallStackMatcher/TimesMatcher.swift",
        "TestSpy/Predicates/CallstackMatcher.swift",
        "TestSpy/Predicates/CallstackPredicate.swift",
        "TestSpy/Predicates/CallstackVerifyer.swift",
        "TestSpy/TestSpy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
[1477/34339] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (0.69s)
[16647/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.32s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.93s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (0.60s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/50] Emitting module Nimble
[5/56] Compiling Nimble ExceptionCapture.swift
[6/56] Compiling Nimble DSL+Wait.swift
[7/56] Compiling Nimble DSL.swift
[8/56] Compiling Nimble Expectation.swift
[9/56] Compiling Nimble ExpectationMessage.swift
[10/56] Compiling Nimble Expression.swift
[11/56] Compiling Nimble FailureMessage.swift
[12/56] Compiling Nimble BeGreaterThanOrEqualTo.swift
[13/56] Compiling Nimble BeIdenticalTo.swift
[14/56] Compiling Nimble BeLessThan.swift
[15/56] Compiling Nimble BeLessThanOrEqual.swift
[16/56] Compiling Nimble BeLogical.swift
[17/56] Compiling Nimble BeNil.swift
[18/56] Compiling Nimble BeVoid.swift
[19/56] Compiling Nimble ToSucceed.swift
[20/56] Compiling Nimble Await.swift
[21/56] Compiling Nimble Errors.swift
[22/56] Compiling Nimble Functional.swift
[23/56] Compiling Nimble SourceLocation.swift
[24/56] Compiling Nimble Stringers.swift
[25/56] Compiling Nimble AllPass.swift
[26/56] Compiling Nimble Async.swift
[27/56] Compiling Nimble BeAKindOf.swift
[28/56] Compiling Nimble BeAnInstanceOf.swift
[29/56] Compiling Nimble BeCloseTo.swift
[30/56] Compiling Nimble BeEmpty.swift
[31/56] Compiling Nimble BeGreaterThan.swift
[32/56] Compiling Nimble Predicate.swift
[33/56] Compiling Nimble RaisesException.swift
[34/56] Compiling Nimble SatisfyAllOf.swift
[35/56] Compiling Nimble SatisfyAnyOf.swift
[36/56] Compiling Nimble ThrowAssertion.swift
[37/56] Compiling Nimble ThrowError.swift
[38/56] Compiling Nimble HaveCount.swift
[39/56] Compiling Nimble Match.swift
[40/56] Compiling Nimble MatchError.swift
[41/56] Compiling Nimble MatcherFunc.swift
[42/56] Compiling Nimble MatcherProtocols.swift
[43/56] Compiling Nimble PostNotification.swift
[44/56] 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 | }
[45/56] 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 | }
[46/56] 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 | }
[47/56] 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 | }
[48/56] 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 | }
[49/56] 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 | }
[50/56] Compiling Nimble AdapterProtocols.swift
[51/56] Compiling Nimble AssertionDispatcher.swift
[52/56] Compiling Nimble AssertionRecorder.swift
[53/56] Compiling Nimble NMBExpectation.swift
[54/56] Compiling Nimble NMBObjCMatcher.swift
[55/56] Compiling Nimble NimbleEnvironment.swift
[56/56] Compiling Nimble NimbleXCTestHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/48] Emitting module Nimble
[3/54] Compiling Nimble BeGreaterThanOrEqualTo.swift
[4/54] Compiling Nimble BeIdenticalTo.swift
[5/54] Compiling Nimble BeLessThan.swift
[6/54] Compiling Nimble BeLessThanOrEqual.swift
[7/54] Compiling Nimble BeLogical.swift
[8/54] Compiling Nimble BeNil.swift
[9/54] Compiling Nimble BeVoid.swift
[10/54] Compiling Nimble AllPass.swift
[11/54] Compiling Nimble Async.swift
[12/54] Compiling Nimble BeAKindOf.swift
[13/54] Compiling Nimble BeAnInstanceOf.swift
[14/54] Compiling Nimble BeCloseTo.swift
[15/54] Compiling Nimble BeEmpty.swift
[16/54] Compiling Nimble BeGreaterThan.swift
[17/54] 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 | }
[18/54] 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 | }
[19/54] 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 | }
[20/54] 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 | }
[21/54] 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 | }
[22/54] 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 | }
[23/54] Compiling Nimble AdapterProtocols.swift
[24/54] Compiling Nimble AssertionDispatcher.swift
[25/54] Compiling Nimble AssertionRecorder.swift
[26/54] Compiling Nimble NMBExpectation.swift
[27/54] Compiling Nimble NMBObjCMatcher.swift
[28/54] Compiling Nimble NimbleEnvironment.swift
[29/54] Compiling Nimble NimbleXCTestHandler.swift
[30/54] Compiling Nimble Predicate.swift
[31/54] Compiling Nimble RaisesException.swift
[32/54] Compiling Nimble SatisfyAllOf.swift
[33/54] Compiling Nimble SatisfyAnyOf.swift
[34/54] Compiling Nimble ThrowAssertion.swift
[35/54] Compiling Nimble ThrowError.swift
[36/54] Compiling Nimble ExceptionCapture.swift
[37/54] Compiling Nimble DSL+Wait.swift
[38/54] Compiling Nimble DSL.swift
[39/54] Compiling Nimble Expectation.swift
[40/54] Compiling Nimble ExpectationMessage.swift
[41/54] Compiling Nimble Expression.swift
[42/54] Compiling Nimble FailureMessage.swift
[43/54] Compiling Nimble HaveCount.swift
[44/54] Compiling Nimble Match.swift
[45/54] Compiling Nimble MatchError.swift
[46/54] Compiling Nimble MatcherFunc.swift
[47/54] Compiling Nimble MatcherProtocols.swift
[48/54] Compiling Nimble PostNotification.swift
[49/54] Compiling Nimble ToSucceed.swift
[50/54] Compiling Nimble Await.swift
[51/54] Compiling Nimble Errors.swift
[52/54] Compiling Nimble Functional.swift
[53/54] Compiling Nimble SourceLocation.swift
[54/54] Compiling Nimble Stringers.swift
BUILD FAILURE 6.1 android