The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build OCMockito, reference main (9a136d), with Swift 6.1 for Linux on 22 Nov 2025 00:29:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonreid/OCMockito.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/jonreid/OCMockito
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9a136d6 . e Update action to merge dependabot PRs
Cloned https://github.com/jonreid/OCMockito.git
Revision (git rev-parse @):
9a136d6dbd61dfc5220663e716a2d3b80324f1bb
SUCCESS checkout https://github.com/jonreid/OCMockito.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jonreid/OCMockito.git
https://github.com/jonreid/OCMockito.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ochamcrest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.1",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hamcrest/OCHamcrest"
    }
  ],
  "manifest_display_name" : "OCMockito",
  "name" : "OCMockito",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OCMockito",
      "targets" : [
        "OCMockito"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCMockitoTests",
      "module_type" : "ClangTarget",
      "name" : "OCMockitoTests",
      "path" : "Tests/OCMockitoTests",
      "product_dependencies" : [
        "OCHamcrest"
      ],
      "sources" : [
        "ArgumentCaptorTests.m",
        "BlockMatchingTests.m",
        "DummyObject.m",
        "FakeLocation.m",
        "MKTAtLeastNumberOfInvocationsCheckerTests.m",
        "MKTAtMostNumberOfInvocationsCheckerTests.m",
        "MKTClassObjectMockTests.m",
        "MKTFilterCallStackTests.m",
        "MKTInvocationMatcherTests.m",
        "MKTInvocationsFinderTests.m",
        "MKTMissingInvocationCheckerTests.m",
        "MKTMockingProgressTests.m",
        "MKTNumberOfInvocationsCheckerTests.m",
        "MKTObjectAndProtocolMockTests.m",
        "MKTObjectMockTests.m",
        "MKTParseCallStackTests.m",
        "MKTPrinterTests.m",
        "MKTProtocolMockTests.m",
        "MockInvocationsFinder.m",
        "MockTestCase.m",
        "NSInvocation+OCMockitoTests.m",
        "StopMockingTests.m",
        "StubClassTests.m",
        "StubObjectTests.m",
        "StubProtocolTests.m",
        "StubSingletonProgrammerErrorTests.m",
        "StubSingletonTests.m",
        "StubbingCopyTests.m",
        "VerifyAndStubTests.m",
        "VerifyClassObjectTests.m",
        "VerifyCountAtLeastTimesTests.m",
        "VerifyCountAtMostTimesTests.m",
        "VerifyCountNeverTests.m",
        "VerifyCountTimesTests.m",
        "VerifyObjectAndProtocolTests.m",
        "VerifyObjectTests.m",
        "VerifyProgrammerErrorTests.m",
        "VerifyProtocolTests.m"
      ],
      "target_dependencies" : [
        "OCMockito"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCMockito",
      "module_type" : "ClangTarget",
      "name" : "OCMockito",
      "path" : "Sources/OCMockito",
      "product_dependencies" : [
        "OCHamcrest"
      ],
      "product_memberships" : [
        "OCMockito"
      ],
      "sources" : [
        "Core/MKTMockingProgress.m",
        "Core/MKTMockitoCore.m",
        "Core/MKTTestLocation.m",
        "Core/OCMockito.m",
        "Helpers/ArgumentGetters/MKTArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTArgumentGetterChain.m",
        "Helpers/ArgumentGetters/MKTBoolArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTCharArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTClassArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTDoubleArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTFloatArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTIntArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTLongArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTLongLongArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTObjectArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTPointerArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTSelectorArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTShortArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTStructArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTUnsignedCharArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTUnsignedIntArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTUnsignedLongArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTUnsignedLongLongArgumentGetter.m",
        "Helpers/ArgumentGetters/MKTUnsignedShortArgumentGetter.m",
        "Helpers/ReturnValueSetters/MKTBoolReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTCharReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTClassReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTDoubleReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTFloatReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTIntReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTLongLongReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTLongReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTObjectReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTReturnValueSetter.m",
        "Helpers/ReturnValueSetters/MKTReturnValueSetterChain.m",
        "Helpers/ReturnValueSetters/MKTShortReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTStructReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTUnsignedCharReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTUnsignedIntReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTUnsignedLongLongReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTUnsignedLongReturnSetter.m",
        "Helpers/ReturnValueSetters/MKTUnsignedShortReturnSetter.m",
        "Invocation/MKTCallStackElement.m",
        "Invocation/MKTFilterCallStack.m",
        "Invocation/MKTInvocation.m",
        "Invocation/MKTInvocationMatcher.m",
        "Invocation/MKTLocation.m",
        "Invocation/MKTMatchingInvocationsFinder.m",
        "Invocation/MKTParseCallStack.m",
        "Invocation/MKTPrinter.m",
        "Invocation/MKT_TPDWeakProxy.m",
        "Invocation/NSInvocation+OCMockito.m",
        "Mocking/MKTBaseMockObject.m",
        "Mocking/MKTClassObjectMock.m",
        "Mocking/MKTDynamicProperties.m",
        "Mocking/MKTObjectAndProtocolMock.m",
        "Mocking/MKTObjectMock.m",
        "Mocking/MKTProtocolMock.m",
        "Mocking/MKTSingletonSwizzler.m",
        "Stubbing/MKTExecutesBlock.m",
        "Stubbing/MKTInvocationContainer.m",
        "Stubbing/MKTOngoingStubbing.m",
        "Stubbing/MKTReturnsValue.m",
        "Stubbing/MKTStubbedInvocationMatcher.m",
        "Stubbing/MKTThrowsException.m",
        "Verifying/MKTAtLeastNumberOfInvocationsChecker.m",
        "Verifying/MKTAtLeastTimes.m",
        "Verifying/MKTAtMostNumberOfInvocationsChecker.m",
        "Verifying/MKTAtMostTimes.m",
        "Verifying/MKTExactTimes.m",
        "Verifying/MKTInvocationsChecker.m",
        "Verifying/MKTMissingInvocationChecker.m",
        "Verifying/MKTNumberOfInvocationsChecker.m",
        "Verifying/MKTVerificationData.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': ignoring target 'OCMockitoTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hamcrest/OCHamcrest
[1/20478] Fetching ochamcrest
Fetched https://github.com/hamcrest/OCHamcrest from cache (1.17s)
Computing version for https://github.com/hamcrest/OCHamcrest
Computed https://github.com/hamcrest/OCHamcrest at 9.1.1 (1.91s)
Creating working copy for https://github.com/hamcrest/OCHamcrest
Working copy of https://github.com/hamcrest/OCHamcrest resolved at 9.1.1
warning: 'spi-builder-workspace': ignoring target 'OCMockitoTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTExactTimes.m:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTExactTimes.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Sources/OCMockito/Invocation/MKTLocation.m:5:
/host/spi-builder-workspace/Sources/OCMockito/Invocation/MKTLocation.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTLocation.m
[0/74] Compiling MKTExactTimes.m
[0/74] Compiling MKTInvocationsChecker.m
[0/74] Compiling MKTMatchingInvocationsFinder.m
[0/74] Compiling MKTMissingInvocationChecker.m
[0/74] Compiling MKTVerificationData.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Invocation/MKTParseCallStack.m:5:
/host/spi-builder-workspace/Sources/OCMockito/Invocation/MKTParseCallStack.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTParseCallStack.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTNumberOfInvocationsChecker.m:5:
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTNumberOfInvocationsChecker.h:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/74] Compiling MKTNumberOfInvocationsChecker.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'OCMockitoTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTNumberOfInvocationsChecker.m:5:
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTNumberOfInvocationsChecker.h:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTNumberOfInvocationsChecker.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTMissingInvocationChecker.m:5:
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTMissingInvocationChecker.h:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTMissingInvocationChecker.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTAtMostNumberOfInvocationsChecker.m:5:
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTAtMostNumberOfInvocationsChecker.h:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTAtMostNumberOfInvocationsChecker.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTAtMostTimes.m:6:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTAtMostTimes.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTAtMostTimes.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.m:5:
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTNumberOfInvocationsChecker.h:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTInvocationsChecker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTInvocationsChecker.m
In file included from /host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTVerificationData.m:5:
/host/spi-builder-workspace/Sources/OCMockito/Verifying/MKTVerificationData.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/74] Compiling MKTVerificationData.m
[0/74] Compiling MKTAtLeastTimes.m
[0/74] Compiling MKTExactTimes.m
BUILD FAILURE 6.1 linux