Build Information
Successful build of Bariloche, reference master (bb2856), with Swift 6.0 for macOS (SPM) on 25 Sep 2025 07:46:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/subito-it/bariloche.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write BarilocheExample-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/19] Compiling Rainbow StringGenerator.swift
[7/20] Compiling Rainbow ControlCode.swift
[8/20] Emitting module Rainbow
[9/20] Compiling Rainbow BackgroundColor.swift
[10/20] Compiling Rainbow CodesParser.swift
[11/20] Compiling Rainbow Color.swift
[12/20] Compiling Rainbow XcodeColorsSupport.swift
[13/20] Compiling Rainbow ModesExtractor.swift
[14/20] Compiling Rainbow OutputTarget.swift
[15/20] Compiling Rainbow String+Rainbow.swift
[16/20] Compiling Rainbow Style.swift
[17/20] Compiling Rainbow Rainbow.swift
[18/34] Emitting module Bariloche
[19/35] Compiling Bariloche StringTypeConverter.swift
[20/35] Compiling Bariloche Parser.swift
[21/35] Compiling Bariloche Process+Shell.swift
[22/35] Compiling Bariloche Argument.swift
[23/35] Compiling Bariloche Autocomplete.swift
[24/35] Compiling Bariloche Command+Mirror.swift
[25/35] Compiling Bariloche Command.swift
[26/35] Compiling Bariloche Flag.swift
[27/35] Compiling Bariloche OutputStreamer.swift
[28/35] Compiling Bariloche Bariloche.swift
[29/35] Compiling Bariloche BaseArgument.swift
[30/35] Compiling Bariloche AutocompleteWriter.swift
[31/35] Compiling Bariloche Command+Assertions.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 SearchCommand.swift
[37/44] Compiling BarilocheExample CatCommand.swift
[38/44] Compiling BarilocheExample CacheCommand.swift
[39/44] Compiling BarilocheExample TestCommand.swift
[40/44] Emitting module BarilocheExample
[41/44] Compiling BarilocheExample CocoaPodsCommand.swift
[41/44] Write Objects.LinkFileList
[42/44] Linking BarilocheExample
[43/44] Applying BarilocheExample
Build complete! (13.76s)
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.83s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.49s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
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.