Build Information
Failed to build Bariloche, reference 1.0.4 (507f41), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 17:24:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/subito-it/bariloche.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/subito-it/bariloche
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 507f412 Show help when needed #2
Cloned https://github.com/subito-it/bariloche.git
Revision (git rev-parse @):
507f4121d2a7479522908dabf83aed78a6e5e268
SUCCESS checkout https://github.com/subito-it/bariloche.git at 1.0.4
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write BarilocheExample-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/19] Compiling Rainbow Style.swift
[7/20] Compiling Rainbow StringGenerator.swift
[8/20] Compiling Rainbow String+Rainbow.swift
[9/20] Compiling Rainbow XcodeColorsSupport.swift
[10/20] Compiling Rainbow ModesExtractor.swift
[11/20] Emitting module Rainbow
[12/20] Compiling Rainbow BackgroundColor.swift
[13/20] Compiling Rainbow CodesParser.swift
[14/20] Compiling Rainbow ControlCode.swift
[15/20] Compiling Rainbow Color.swift
[16/20] Compiling Rainbow OutputTarget.swift
[17/20] Compiling Rainbow Rainbow.swift
[18/34] Compiling Bariloche Command+Mirror.swift
[19/34] Compiling Bariloche Command.swift
[20/34] Compiling Bariloche Flag.swift
[21/35] Compiling Bariloche Process+Shell.swift
[22/35] Compiling Bariloche OutputStreamer.swift
[23/35] Compiling Bariloche StringTypeConverter.swift
[24/35] Compiling Bariloche Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bariloche/Internal/Parser.swift:120:71: error: generic parameter 'Value' could not be inferred
118 | return argument
119 | case .variadic where !lineArguments[0].hasPrefix("-"):
120 | argument.stringValue = (argument.stringValue ?? "") + Argument.Kind.variadicSeparator + (lineArguments.first ?? "")
| |- error: generic parameter 'Value' could not be inferred
| `- note: explicitly specify the generic arguments to fix this issue
121 | return argument
122 | default:
/Users/admin/builder/spi-builder-workspace/Sources/Bariloche/Argument.swift:10:23: note: 'Value' declared as parameter to type 'Argument'
8 | import Foundation
9 |
10 | public class Argument<Value>: BaseArgument {
| `- note: 'Value' declared as parameter to type 'Argument'
11 | public var value: Value? {
12 | guard let stringValue = stringValue else { return nil }
[25/35] Compiling Bariloche Bariloche.swift
[26/35] Compiling Bariloche BaseArgument.swift
[27/35] Compiling Bariloche Argument.swift
[28/35] Compiling Bariloche Autocomplete.swift
[29/35] Emitting module Bariloche
[30/35] Compiling Bariloche AutocompleteWriter.swift
[31/35] Compiling Bariloche Command+Assertions.swift
[32/35] Compiling Bariloche UsagePrinter.swift
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.84s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.78s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
BUILD FAILURE 6.2 macosSpm