Build Information
Successful build of Quick with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Quick.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Quick
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1efe955 Use feature branch that compiles for watchOS
Submodule path 'Externals/Nimble': checked out 'd258c638d9ef214723a857a23f4113773aad28fb'
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Externals/Nimble'
Cloning into '/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Externals/Nimble'...
Cloned https://github.com/danielsaidi/Quick.git
Revision (git rev-parse @):
1efe9551db0ad6a6e979f33366969750123d14d9
SUCCESS checkout https://github.com/danielsaidi/Quick.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/danielsaidi/Quick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling QuickObjCRuntime QuickSpecBase.m
[2/23] Emitting module Quick
[3/26] Compiling Quick ExampleHooks.swift
[4/26] Compiling Quick HooksPhase.swift
[5/26] Compiling Quick SuiteHooks.swift
[6/26] Compiling Quick NSBundle+CurrentTestBundle.swift
[7/26] Compiling Quick QuickMain.swift
[8/26] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[9/26] Compiling Quick Behavior.swift
[10/26] Compiling Quick Callsite.swift
[11/26] Compiling Quick Configuration.swift
[12/26] Compiling Quick String+C99ExtendedIdentifier.swift
[13/26] Compiling Quick URL+FileName.swift
[14/26] Compiling Quick World.swift
[15/26] Compiling Quick QuickConfiguration.swift
[16/26] Compiling Quick DSL.swift
[17/26] Compiling Quick World+DSL.swift
[18/26] Compiling Quick ExampleMetadata.swift
[19/26] Compiling Quick Filter.swift
[20/26] Compiling Quick Closures.swift
[21/26] Compiling Quick ErrorUtility.swift
[22/26] Compiling Quick Example.swift
[23/26] Compiling Quick ExampleGroup.swift
[24/26] Compiling Quick QuickSpec.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
super.recordFailure(
^
[25/26] Compiling Quick QuickTestObservation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
super.recordFailure(
^
[26/26] Compiling Quick QuickTestSuite.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Quick/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
super.recordFailure(
^
Build complete! (17.10s)
Fetching https://github.com/danielsaidi/Nimble.git from cache
Fetched https://github.com/danielsaidi/Nimble.git (0.15s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.19s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.21s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
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.1.1 (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.1.1
Creating working copy for https://github.com/danielsaidi/Nimble.git
Working copy of https://github.com/danielsaidi/Nimble.git resolved at main
Build complete.
Done.