Build Information
Successful build of Bariloche, reference master (bb2856), with Swift 6.2 for macOS (SPM) on 27 Sep 2025 20:41:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/subito-it/bariloche.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/subito-it/bariloche
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bb2856b Add support for multiple arguments
Cloned https://github.com/subito-it/bariloche.git
Revision (git rev-parse @):
bb2856b0eb513b8ee7d98e4d774ee55eef62d103
SUCCESS checkout https://github.com/subito-it/bariloche.git at master
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.96s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.1.4 (3.26s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.1.4
========================================
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": "bariloche",
"name": "Bariloche",
"url": "https://github.com/subito-it/bariloche.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bariloche",
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/onevcat/Rainbow",
"version": "3.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/subito-it/bariloche.git
[1/201] Fetching bariloche
Fetched https://github.com/subito-it/bariloche.git from cache (0.79s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.47s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.53s)
Creating working copy for https://github.com/subito-it/bariloche.git
Working copy of https://github.com/subito-it/bariloche.git resolved at master (bb2856b)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
warning: '.resolve-product-dependencies': dependency 'bariloche' is not used by any target
Found 1 product dependencies
- Rainbow
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/subito-it/bariloche.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write BarilocheExample-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/19] Compiling Rainbow StringGenerator.swift
[7/19] Compiling Rainbow Style.swift
[8/20] Compiling Rainbow XcodeColorsSupport.swift
[9/20] Compiling Rainbow String+Rainbow.swift
[10/20] Compiling Rainbow BackgroundColor.swift
[11/20] Compiling Rainbow CodesParser.swift
[12/20] Compiling Rainbow ControlCode.swift
[13/20] Compiling Rainbow ModesExtractor.swift
[14/20] Compiling Rainbow Color.swift
[15/20] Emitting module Rainbow
[16/20] Compiling Rainbow OutputTarget.swift
[17/20] Compiling Rainbow Rainbow.swift
[18/34] Compiling Bariloche Command.swift
[19/34] Compiling Bariloche Flag.swift
[20/34] Compiling Bariloche Bariloche.swift
[21/34] Compiling Bariloche BaseArgument.swift
[22/34] Compiling Bariloche OutputStreamer.swift
[23/34] Compiling Bariloche AutocompleteWriter.swift
[24/34] Compiling Bariloche Command+Assertions.swift
[25/34] Compiling Bariloche Parser.swift
[26/34] Emitting module Bariloche
[27/34] Compiling Bariloche Argument.swift
[28/34] Compiling Bariloche Autocomplete.swift
[29/34] Compiling Bariloche StringTypeConverter.swift
[30/34] Compiling Bariloche Command+Mirror.swift
[31/34] Compiling Bariloche Process+Shell.swift
[32/35] Compiling Bariloche UsagePrinter.swift
[33/44] Compiling BarilocheExample main.swift
[34/44] Compiling BarilocheExample TestSub2Command.swift
[35/44] Compiling BarilocheExample TestSub1Command.swift
[36/44] Compiling BarilocheExample TestCommand.swift
[37/44] Compiling BarilocheExample CacheCommand.swift
[38/44] Emitting module BarilocheExample
[39/44] Compiling BarilocheExample SearchCommand.swift
[40/44] Compiling BarilocheExample CocoaPodsCommand.swift
[41/44] Compiling BarilocheExample CatCommand.swift
[41/44] Write Objects.LinkFileList
[42/44] Linking BarilocheExample
[43/44] Applying BarilocheExample
Build complete! (8.35s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "Bariloche",
"name" : "Bariloche",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Bariloche",
"targets" : [
"Bariloche"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BarilocheExample",
"targets" : [
"BarilocheExample"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "BarilocheTests",
"module_type" : "SwiftTarget",
"name" : "BarilocheTests",
"path" : "Tests/BarilocheTests",
"sources" : [
"CommandUtilitiesTests.swift",
"ParserTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Bariloche"
],
"type" : "test"
},
{
"c99name" : "BarilocheExample",
"module_type" : "SwiftTarget",
"name" : "BarilocheExample",
"path" : "Sources/BarilocheExample",
"product_memberships" : [
"BarilocheExample"
],
"sources" : [
"Cat-Like/CatCommand.swift",
"CocoaPods-Like/CacheCommand.swift",
"CocoaPods-Like/CocoaPodsCommand.swift",
"CocoaPods-Like/SearchCommand.swift",
"CocoaPods-Like/TestCommand.swift",
"CocoaPods-Like/TestSub1Command.swift",
"CocoaPods-Like/TestSub2Command.swift",
"main.swift"
],
"target_dependencies" : [
"Bariloche"
],
"type" : "executable"
},
{
"c99name" : "Bariloche",
"module_type" : "SwiftTarget",
"name" : "Bariloche",
"path" : "Sources/Bariloche",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"Bariloche",
"BarilocheExample"
],
"sources" : [
"Argument.swift",
"Autocomplete.swift",
"Bariloche.swift",
"BaseArgument.swift",
"Command.swift",
"Flag.swift",
"Internal/AutocompleteWriter.swift",
"Internal/Command+Assertions.swift",
"Internal/Command+Mirror.swift",
"Internal/OutputStreamer.swift",
"Internal/Parser.swift",
"Internal/Process+Shell.swift",
"Internal/StringTypeConverter.swift",
"Internal/UsagePrinter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.