The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TestSpy 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/f-meloni/TestSpy.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/f-meloni/TestSpy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bf53adc Merge pull request #9 from f-meloni/dependabot/bundler/cocoapods-downloader-1.6.3
Cloned https://github.com/f-meloni/TestSpy.git
Revision (git rev-parse @):
bf53adc8423743f44922627c6ada4825cfee3627
SUCCESS checkout https://github.com/f-meloni/TestSpy.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/f-meloni/TestSpy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version--423B1241ED78D482.txt
[5/8] Compiling NimbleCwlMachBadInstructionHandler mach_excServer.c
[6/8] Compiling NimbleCwlCatchExceptionSupport CwlCatchException.m
[7/8] Compiling NimbleCwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[9/10] Emitting module NimbleCwlCatchException
[10/10] Compiling NimbleCwlCatchException CwlCatchException.swift
[11/14] Compiling NimbleCwlPreconditionTesting CwlDarwinDefinitions.swift
[12/14] Emitting module NimbleCwlPreconditionTesting
[13/14] Compiling NimbleCwlPreconditionTesting CwlCatchBadInstruction.swift
[14/14] Compiling NimbleCwlPreconditionTesting CwlBadInstructionException.swift
[15/61] Compiling Nimble AdapterProtocols.swift
[16/61] Compiling Nimble AssertionDispatcher.swift
[17/61] Compiling Nimble AssertionRecorder.swift
[18/61] Compiling Nimble NMBExpectation.swift
[19/61] Compiling Nimble NMBObjCMatcher.swift
[20/61] Compiling Nimble NimbleEnvironment.swift
[21/61] Compiling Nimble NimbleXCTestHandler.swift
[22/61] Emitting module Nimble
[23/67] Compiling Nimble BeginWith.swift
[24/67] Compiling Nimble Contain.swift
[25/67] Compiling Nimble ContainElementSatisfying.swift
[26/67] Compiling Nimble ElementsEqual.swift
[27/67] Compiling Nimble EndWith.swift
[28/67] Compiling Nimble Equal.swift
[29/67] Compiling Nimble BeGreaterThanOrEqualTo.swift
[30/67] Compiling Nimble BeIdenticalTo.swift
[31/67] Compiling Nimble BeLessThan.swift
[32/67] Compiling Nimble BeLessThanOrEqual.swift
[33/67] Compiling Nimble BeLogical.swift
[34/67] Compiling Nimble BeNil.swift
[35/67] Compiling Nimble BeVoid.swift
[36/67] Compiling Nimble HaveCount.swift
[37/67] Compiling Nimble Match.swift
[38/67] Compiling Nimble MatchError.swift
[39/67] Compiling Nimble MatcherFunc.swift
[40/67] Compiling Nimble MatcherProtocols.swift
[41/67] Compiling Nimble PostNotification.swift
[42/67] Compiling Nimble Predicate.swift
[43/67] Compiling Nimble RaisesException.swift
[44/67] Compiling Nimble SatisfyAllOf.swift
[45/67] Compiling Nimble SatisfyAnyOf.swift
[46/67] Compiling Nimble ThrowAssertion.swift
[47/67] Compiling Nimble ThrowError.swift
[48/67] Compiling Nimble AllPass.swift
[49/67] Compiling Nimble Async.swift
[50/67] Compiling Nimble BeAKindOf.swift
[51/67] Compiling Nimble BeAnInstanceOf.swift
[52/67] Compiling Nimble BeCloseTo.swift
[53/67] Compiling Nimble BeEmpty.swift
[54/67] Compiling Nimble BeGreaterThan.swift
[55/67] Compiling Nimble ExceptionCapture.swift
[56/67] Compiling Nimble DSL+Wait.swift
[57/67] Compiling Nimble DSL.swift
[58/67] Compiling Nimble Expectation.swift
[59/67] Compiling Nimble ExpectationMessage.swift
[60/67] Compiling Nimble Expression.swift
[61/67] Compiling Nimble FailureMessage.swift
[62/67] Compiling Nimble ToSucceed.swift
[63/67] Compiling Nimble Await.swift
[64/67] Compiling Nimble Errors.swift
[65/67] Compiling Nimble Functional.swift
[66/67] Compiling Nimble SourceLocation.swift
[67/67] Compiling Nimble Stringers.swift
[68/83] Compiling TestSpy ImmediatelyBeforeMatcher.swift
[69/83] Compiling TestSpy NeverMatcher.swift
[70/83] Compiling TestSpy CallstackMatcher.swift
[71/83] Compiling TestSpy CallstackPredicate.swift
[72/83] Compiling TestSpy AtleastMatcher.swift
[73/83] Compiling TestSpy BeforeMatcher.swift
[74/85] Compiling TestSpy CallstackPredicates.swift
[75/85] Compiling TestSpy ImmediatelyAfterMatcher.swift
[76/85] Compiling TestSpy OnlyMatcher.swift
[77/85] Compiling TestSpy TimesMatcher.swift
[78/85] Compiling TestSpy AfterMatcher.swift
[79/85] Compiling TestSpy AnyMatcher.swift
[80/85] Emitting module TestSpy
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                                 ^
[81/85] Compiling TestSpy TestSpy+Matchers.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                                 ^
[82/85] Compiling TestSpy CallstackContainer.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                                 ^
[83/85] Compiling TestSpy AnyCallstackPredicate.swift
/Users/builder/builds/UKfvDsi8u/1/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/UKfvDsi8u/1/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 {
                                 ^
[84/85] Compiling TestSpy CallstackVerifyer.swift
[85/85] Compiling TestSpy TestSpy.swift
Build complete! (13.40s)
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.24s)
Fetched https://github.com/Quick/Nimble from cache (0.24s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.0.0 (0.34s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.1 (0.38s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.00s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Quick-22a439cf is not valid git repository for 'https://github.com/Quick/Quick', will fetch again.
Fetching https://github.com/Quick/Quick from cache
Fetched https://github.com/Quick/Quick from cache (0.00s)
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
Build complete.
Done.

Build Machine: Mac 7