Build Information
Successful build of Nimble with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Nimble.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Nimble
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f76b83c Merge branch 'main' into main
Cloned https://github.com/danielsaidi/Nimble.git
Revision (git rev-parse @):
f76b83c051fb3e6c120a33ebac200efba883065a
SUCCESS checkout https://github.com/danielsaidi/Nimble.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/danielsaidi/Nimble.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version--423B1241ED78D482.txt
[4/7] Compiling CwlMachBadInstructionHandler mach_excServer.c
[5/7] Compiling CwlCatchExceptionSupport CwlCatchException.m
[6/9] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[8/9] Emitting module CwlCatchException
[9/9] Compiling CwlCatchException CwlCatchException.swift
[10/13] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[11/13] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[12/13] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[13/13] Emitting module CwlPreconditionTesting
[14/62] Compiling Nimble DSL+Wait.swift
[15/62] Compiling Nimble DSL.swift
[16/62] Compiling Nimble Expectation.swift
[17/62] Compiling Nimble ExpectationMessage.swift
[18/62] Compiling Nimble Expression.swift
[19/62] Compiling Nimble FailureMessage.swift
[20/62] Compiling Nimble AllPass.swift
[21/62] Compiling Nimble BeIdenticalTo.swift
[22/62] Compiling Nimble BeLessThan.swift
[23/62] Compiling Nimble BeLessThanOrEqual.swift
[24/62] Compiling Nimble BeLogical.swift
[25/62] Compiling Nimble BeNil.swift
[26/62] Compiling Nimble BeResult.swift
[27/62] Compiling Nimble BeVoid.swift
[28/68] Compiling Nimble BeWithin.swift
[29/68] Compiling Nimble BeginWith.swift
[30/68] Compiling Nimble BeginWithPrefix.swift
[31/68] Compiling Nimble Contain.swift
[32/68] Compiling Nimble ContainElementSatisfying.swift
[33/68] Compiling Nimble ElementsEqual.swift
[34/68] Compiling Nimble EndWith.swift
[35/68] Emitting module Nimble
[36/68] Compiling Nimble Async.swift
[37/68] Compiling Nimble BeAKindOf.swift
[38/68] Compiling Nimble BeAnInstanceOf.swift
[39/68] Compiling Nimble BeCloseTo.swift
[40/68] Compiling Nimble BeEmpty.swift
[41/68] Compiling Nimble BeGreaterThan.swift
[42/68] Compiling Nimble BeGreaterThanOrEqualTo.swift
[43/68] Compiling Nimble Predicate.swift
[44/68] Compiling Nimble RaisesException.swift
[45/68] Compiling Nimble SatisfyAllOf.swift
[46/68] Compiling Nimble SatisfyAnyOf.swift
[47/68] Compiling Nimble ThrowAssertion.swift
[48/68] Compiling Nimble ThrowError.swift
[49/68] Compiling Nimble AdapterProtocols.swift
[50/68] Compiling Nimble AssertionDispatcher.swift
[51/68] Compiling Nimble AssertionRecorder.swift
[52/68] Compiling Nimble NMBExpectation.swift
[53/68] Compiling Nimble NimbleEnvironment.swift
[54/68] Compiling Nimble NimbleXCTestHandler.swift
[55/68] Compiling Nimble ExceptionCapture.swift
[56/68] Compiling Nimble Equal+Tuple.swift
[57/68] Compiling Nimble Equal.swift
[58/68] Compiling Nimble HaveCount.swift
[59/68] Compiling Nimble Match.swift
[60/68] Compiling Nimble MatchError.swift
[61/68] Compiling Nimble MatcherProtocols.swift
[62/68] Compiling Nimble PostNotification.swift
[63/68] Compiling Nimble ToSucceed.swift
[64/68] Compiling Nimble Await.swift
[65/68] Compiling Nimble DispatchTimeInterval.swift
[66/68] Compiling Nimble Errors.swift
[67/68] Compiling Nimble SourceLocation.swift
[68/68] Compiling Nimble Stringers.swift
Build complete! (9.54s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.17s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.17s)
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.02s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.02s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Build complete.
Done.