Build Information
Successful build of OCMock, reference master (7f6e9e
), with Swift 5.10 for macOS (SPM) on 30 Jun 2024 17:04:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/erikdoe/ocmock.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/erikdoe/ocmock
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7f6e9e9 Move code signing info to env variable. See #518.
Cloned https://github.com/erikdoe/ocmock.git
Revision (git rev-parse @):
7f6e9e9b6c9ffa19a9040860da9f7a1f202b9f4d
SUCCESS checkout https://github.com/erikdoe/ocmock.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ocmock",
"name": "OCMock",
"url": "https://github.com/erikdoe/ocmock.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ocmock",
"dependencies": [
]
}
]
}
Fetching https://github.com/erikdoe/ocmock.git from cache
Fetched https://github.com/erikdoe/ocmock.git from cache (0.36s)
Creating working copy for https://github.com/erikdoe/ocmock.git
Working copy of https://github.com/erikdoe/ocmock.git resolved at master (7f6e9e9)
warning: '.resolve-product-dependencies': dependency 'ocmock' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/erikdoe/ocmock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/35] Compiling OCMNotificationPoster.m
[1/35] Compiling OCMRealObjectForwarder.m
[2/35] Compiling OCMRecorder.m
[3/35] Compiling OCMPassByRefSetter.m
[4/35] Compiling OCMQuantifier.m
[5/35] Compiling OCMObjectReturnValueProvider.m
[6/35] Compiling OCMObserverRecorder.m
[7/35] Compiling OCMNonRetainingObjectReturnValueProvider.m
[8/35] Compiling OCMMacroState.m
[9/35] Compiling OCMockObject.m
[10/35] Compiling OCPartialMockObject.m
[11/35] Compiling OCObserverMockObject.m
[12/35] Compiling OCMVerifier.m
[13/35] Compiling OCProtocolMockObject.m
[14/35] Compiling OCMLocation.m
[15/35] Compiling OCMInvocationMatcher.m
[16/35] Compiling OCMInvocationStub.m
[17/35] Compiling OCMInvocationExpectation.m
[18/35] Compiling OCMIndirectReturnValueProvider.m
[19/35] Compiling OCMExpectationRecorder.m
[20/35] Compiling OCMExceptionReturnValueProvider.m
[21/35] Compiling OCMConstraint.m
[22/35] Compiling OCMBoxedReturnValueProvider.m
[23/35] Compiling OCMBlockCaller.m
[24/35] Compiling OCMBlockArgCaller.m
[25/35] Compiling OCMArgAction.m
[26/35] Compiling NSValue+OCMAdditions.m
[27/35] Compiling OCClassMockObject.m
[28/35] Compiling OCMArg.m
[29/35] Compiling NSObject+OCMAdditions.m
[30/35] Compiling NSNotificationCenter+OCMAdditions.m
[31/35] Compiling NSMethodSignature+OCMAdditions.m
[32/35] Compiling NSInvocation+OCMAdditions.m
[33/35] Compiling OCMStubRecorder.m
[34/35] Compiling OCMFunctions.m
Build complete! (3.83s)
Build complete.
Done.