The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TestSpy with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/f-meloni/TestSpy.git
Reference: 0.5.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/f-meloni/TestSpy
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 63398d1 Merge branch 'master' of github.com:f-meloni/TestSpy
Cloned https://github.com/f-meloni/TestSpy.git into spi-builder-workspace
63398d17c70ba7419cec78834f22be86b850643b
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Nimble (0.45s)
Fetched https://github.com/Quick/Quick (0.45s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.0.0 (0.42s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.1 (0.03s)
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.0.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.1
Building for debugging...
[0/3] Compiling NimbleCwlMachBadInstructionHandler mach_excServer.c
[1/3] Compiling NimbleCwlCatchExceptionSupport CwlCatchException.m
[2/5] Compiling NimbleCwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[4/5] Emitting module NimbleCwlCatchException
[5/5] Compiling NimbleCwlCatchException CwlCatchException.swift
[6/9] Compiling NimbleCwlPreconditionTesting CwlDarwinDefinitions.swift
[7/9] Compiling NimbleCwlPreconditionTesting CwlBadInstructionException.swift
[8/9] Emitting module NimbleCwlPreconditionTesting
[9/9] Compiling NimbleCwlPreconditionTesting CwlCatchBadInstruction.swift
[10/56] Compiling Nimble Predicate.swift
[11/56] Compiling Nimble RaisesException.swift
[12/56] Compiling Nimble SatisfyAllOf.swift
[13/56] Compiling Nimble SatisfyAnyOf.swift
[14/56] Compiling Nimble ThrowAssertion.swift
[15/56] Compiling Nimble ThrowError.swift
[16/62] Compiling Nimble ExceptionCapture.swift
[17/62] Compiling Nimble DSL+Wait.swift
[18/62] Compiling Nimble DSL.swift
[19/62] Compiling Nimble Expectation.swift
[20/62] Compiling Nimble ExpectationMessage.swift
[21/62] Compiling Nimble Expression.swift
[22/62] Compiling Nimble FailureMessage.swift
[23/62] Emitting module Nimble
[24/62] Compiling Nimble HaveCount.swift
[25/62] Compiling Nimble Match.swift
[26/62] Compiling Nimble MatchError.swift
[27/62] Compiling Nimble MatcherFunc.swift
[28/62] Compiling Nimble MatcherProtocols.swift
[29/62] Compiling Nimble PostNotification.swift
[30/62] Compiling Nimble BeGreaterThanOrEqualTo.swift
[31/62] Compiling Nimble BeIdenticalTo.swift
[32/62] Compiling Nimble BeLessThan.swift
[33/62] Compiling Nimble BeLessThanOrEqual.swift
[34/62] Compiling Nimble BeLogical.swift
[35/62] Compiling Nimble BeNil.swift
[36/62] Compiling Nimble BeVoid.swift
[37/62] Compiling Nimble BeginWith.swift
[38/62] Compiling Nimble Contain.swift
[39/62] Compiling Nimble ContainElementSatisfying.swift
[40/62] Compiling Nimble ElementsEqual.swift
[41/62] Compiling Nimble EndWith.swift
[42/62] Compiling Nimble Equal.swift
[43/62] Compiling Nimble AllPass.swift
[44/62] Compiling Nimble Async.swift
[45/62] Compiling Nimble BeAKindOf.swift
[46/62] Compiling Nimble BeAnInstanceOf.swift
[47/62] Compiling Nimble BeCloseTo.swift
[48/62] Compiling Nimble BeEmpty.swift
[49/62] Compiling Nimble BeGreaterThan.swift
[50/62] Compiling Nimble AdapterProtocols.swift
[51/62] Compiling Nimble AssertionDispatcher.swift
[52/62] Compiling Nimble AssertionRecorder.swift
[53/62] Compiling Nimble NMBExpectation.swift
[54/62] Compiling Nimble NMBObjCMatcher.swift
[55/62] Compiling Nimble NimbleEnvironment.swift
[56/62] Compiling Nimble NimbleXCTestHandler.swift
[57/62] Compiling Nimble ToSucceed.swift
[58/62] Compiling Nimble Await.swift
[59/62] Compiling Nimble Errors.swift
[60/62] Compiling Nimble Functional.swift
[61/62] Compiling Nimble SourceLocation.swift
[62/62] Compiling Nimble Stringers.swift
[63/68] Compiling TestSpy TestSpy.swift
[64/68] Compiling TestSpy TestSpy+Matchers.swift
[65/68] Compiling TestSpy CallstackPredicate.swift
[66/68] Emitting module TestSpy
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:30:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<T>(lhs: CallstackContainer<T>, rhs: CallstackContainer<T>) -> Bool {
                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:9:34: note: 'T' previously declared here
public struct CallstackContainer<T: Equatable>: Equatable, CustomStringConvertible {
                                 ^
[67/68] Compiling TestSpy CallstackContainer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:30:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<T>(lhs: CallstackContainer<T>, rhs: CallstackContainer<T>) -> Bool {
                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TestSpy/TestSpy/CallstackContainer.swift:9:34: note: 'T' previously declared here
public struct CallstackContainer<T: Equatable>: Equatable, CustomStringConvertible {
                                 ^
[68/68] Compiling TestSpy CallstackMatcher.swift
Build complete! (14.19s)
Build complete.
Done.