Build Information
Successful build of Sh1Password, reference 1.0.6 (eebb86
), with Swift 6.0 for macOS (SPM) on 3 Dec 2024 04:20:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/Sh1Password.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/Sh1Password
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at eebb867 Pass --reveal to reveal sensitive info
Cloned https://github.com/danielsincere/Sh1Password.git
Revision (git rev-parse @):
eebb867619c314b06aa5d185339c3dd67d0e2549
SUCCESS checkout https://github.com/danielsincere/Sh1Password.git at 1.0.6
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/DanielSincere/Sh.git
[1/1126] Fetching rainbow
[159/1985] Fetching rainbow, sh
Fetched https://github.com/onevcat/Rainbow from cache (0.94s)
Fetched https://github.com/DanielSincere/Sh.git from cache (0.94s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.45s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (2.93s)
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sh1password",
"name": "Sh1Password",
"url": "https://github.com/danielsincere/Sh1Password.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sh1Password",
"dependencies": [
{
"identity": "sh",
"name": "Sh",
"url": "https://github.com/DanielSincere/Sh.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sh",
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/onevcat/Rainbow",
"version": "4.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/danielsincere/Sh1Password.git
[1/60] Fetching sh1password
Fetched https://github.com/danielsincere/Sh1Password.git from cache (0.66s)
Fetching https://github.com/DanielSincere/Sh.git from cache
Fetched https://github.com/DanielSincere/Sh.git from cache (0.47s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.02s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.49s)
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/danielsincere/Sh1Password.git
Working copy of https://github.com/danielsincere/Sh1Password.git resolved at 1.0.6 (eebb867)
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
warning: '.resolve-product-dependencies': dependency 'sh1password' is not used by any target
Found 1 product dependencies
- Sh
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/danielsincere/Sh1Password.git
{
"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" : "Sh1Password",
"name" : "Sh1Password",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Sh1Password",
"targets" : [
"Sh1Password"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Sh1Password",
"module_type" : "SwiftTarget",
"name" : "Sh1Password",
"path" : "Sources/Sh1Password",
"product_dependencies" : [
"Sh"
],
"product_memberships" : [
"Sh1Password"
],
"sources" : [
"OP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/15] Compiling Rainbow OutputTarget.swift
[6/16] Compiling Rainbow ModesExtractor.swift
[7/16] Compiling Rainbow Color.swift
[8/16] Compiling Rainbow String+Rainbow.swift
[9/16] Compiling Rainbow ColorApproximation.swift
[10/16] Compiling Rainbow StringGenerator.swift
[11/16] Emitting module Rainbow
[12/16] Compiling Rainbow Rainbow.swift
[13/16] Compiling Rainbow ControlCode.swift
[14/16] Compiling Rainbow BackgroundColor.swift
[15/16] Compiling Rainbow CodesParser.swift
[16/16] Compiling Rainbow Style.swift
[17/30] Compiling Sh Sink.swift
[18/30] Compiling Sh sh.swift
[19/30] Compiling Sh String.asTrimmedLines.swift
[20/30] Compiling Sh Process.terminationError.swift
[21/30] Compiling Sh Process.runReturningAllOutput.swift
[22/30] Compiling Sh Process.runReturningData.swift
[23/30] Compiling Sh Process.init.swift
[24/30] Compiling Sh Process.runRedirectingAllOutput.swift
[25/30] Compiling Sh Data.asJSON.swift
[26/30] Compiling Sh Data.asTrimmedString.swift
[27/30] Emitting module Sh
[28/30] Compiling Sh PipeBuffer.swift
[29/30] Compiling Sh Errors.swift
[30/30] Compiling Sh Process.runReturningTrimmedString.swift
[31/31] Compiling Sh shq.swift
[32/33] Compiling Sh1Password OP.swift
[33/33] Emitting module Sh1Password
Build complete! (14.41s)
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" : "Sh1Password",
"name" : "Sh1Password",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Sh1Password",
"targets" : [
"Sh1Password"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Sh1Password",
"module_type" : "SwiftTarget",
"name" : "Sh1Password",
"path" : "Sources/Sh1Password",
"product_dependencies" : [
"Sh"
],
"product_memberships" : [
"Sh1Password"
],
"sources" : [
"OP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.