Build Information
Successful build of testify with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binarybirds/testify.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/binarybirds/testify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d6de543 Merge pull request #7 from Wei18/patch-1
Cloned https://github.com/binarybirds/testify.git
Revision (git rev-parse @):
d6de5439d10fe9d85f7b733929e2f0d943253fd1
SUCCESS checkout https://github.com/binarybirds/testify.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "testify",
"name": "testify",
"url": "https://github.com/binarybirds/testify.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/testify",
"dependencies": [
]
}
]
}
Fetching https://github.com/binarybirds/testify.git
[1/203] Fetching testify
Fetched https://github.com/binarybirds/testify.git (0.31s)
Creating working copy for https://github.com/binarybirds/testify.git
Working copy of https://github.com/binarybirds/testify.git resolved at main
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/binarybirds/testify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling TestifySDK RawTestResultDecoder.swift
[2/12] Compiling TestifySDK TestResultCodable.swift
[3/12] Compiling TestifySDK TestResultGitHubFlavoredMarkdownEncoder.swift
[4/12] Compiling TestifySDK TestResultJSONEncoder.swift
[5/13] Compiling TestifySDK TestResultJunitEncoder.swift
[6/13] Compiling TestifySDK TestResultMarkdownEncoder.swift
[7/13] Compiling TestifySDK OutputFormat.swift
[8/13] Compiling TestifySDK TestCase.swift
[9/13] Compiling TestifySDK Outcome.swift
[10/13] Emitting module TestifySDK
[11/13] Compiling TestifySDK FailureInfo.swift
[12/13] Compiling TestifySDK TestSuite.swift
[13/15] Compiling testify main.swift
[14/15] Emitting module testify
[14/15] Linking testify
Build complete! (4.82s)
Build complete.
Done.