Build Information
Successful build of ShGit with Swift 5.9 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/ShGit.git
Reference: 1.2.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/ShGit
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at b994d87 GitHub Actions
Cloned https://github.com/danielsincere/ShGit.git
Revision (git rev-parse @):
b994d87e6d62650151e49f64076387bddc130428
SUCCESS checkout https://github.com/danielsincere/ShGit.git at 1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/danielsincere/ShGit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling Rainbow OutputTarget.swift
[2/11] Compiling Rainbow ControlCode.swift
[3/11] Compiling Rainbow ModesExtractor.swift
[4/11] Compiling Rainbow Color.swift
[5/11] Compiling Rainbow ColorApproximation.swift
[6/11] Compiling Rainbow StringGenerator.swift
[7/11] Compiling Rainbow String+Rainbow.swift
[8/11] Compiling Rainbow BackgroundColor.swift
[9/11] Compiling Rainbow CodesParser.swift
[10/11] Compiling Rainbow Rainbow.swift
[11/11] Emitting module Rainbow
[12/12] Compiling Rainbow Style.swift
[13/26] Compiling Sh Sink.swift
[14/26] Compiling Sh String.asTrimmedLines.swift
[15/26] Compiling Sh Data.asJSON.swift
[16/26] Compiling Sh Data.asTrimmedString.swift
[17/26] Compiling Sh Process.init.swift
[18/26] Compiling Sh Process.runRedirectingAllOutput.swift
[19/26] Compiling Sh sh.swift
[20/27] Compiling Sh shq.swift
[21/27] Compiling Sh Process.runReturningAllOutput.swift
[22/27] Compiling Sh Process.runReturningData.swift
[23/27] Compiling Sh Process.runReturningTrimmedString.swift
[24/27] Compiling Sh Process.terminationError.swift
[25/27] Emitting module Sh
[26/27] Compiling Sh PipeBuffer.swift
[27/27] Compiling Sh Errors.swift
[28/31] Compiling ShGit Git.swift
[29/31] Compiling ShGit Git.root.swift
[30/31] Compiling ShGit Git.isClean.swift
[31/31] Emitting module ShGit
Build complete! (8.22s)
Fetching https://github.com/DanielSincere/Sh.git from cache
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/DanielSincere/Sh.git (0.16s)
Computing version for https://github.com/DanielSincere/Sh.git
Fetched https://github.com/onevcat/Rainbow (0.18s)
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.24s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (0.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "sh",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DanielSincere/Sh.git"
}
],
"manifest_display_name" : "ShGit",
"name" : "ShGit",
"path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ShGit",
"targets" : [
"ShGit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShGitTests",
"module_type" : "SwiftTarget",
"name" : "ShGitTests",
"path" : "Tests/ShGitTests",
"product_dependencies" : [
"Sh"
],
"sources" : [
"IsCleanTests.swift",
"RootTests.swift"
],
"target_dependencies" : [
"ShGit"
],
"type" : "test"
},
{
"c99name" : "ShGit",
"module_type" : "SwiftTarget",
"name" : "ShGit",
"path" : "Sources/ShGit",
"product_dependencies" : [
"Sh"
],
"product_memberships" : [
"ShGit"
],
"sources" : [
"Git.isClean.swift",
"Git.root.swift",
"Git.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.