Build Information
Successful build of CommandLineKit, reference master (513a95
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 23:46:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-commandlinekit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-commandlinekit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 513a953 Migrate to Xcode 15. Simplify implementation of CommandLineKitDemo.
Cloned https://github.com/objecthub/swift-commandlinekit.git
Revision (git rev-parse @):
513a953b4483fd0bb686e06eabd076a8e72625da
SUCCESS checkout https://github.com/objecthub/swift-commandlinekit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/objecthub/swift-commandlinekit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write CommandLineKitDemo-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/24] Emitting module CommandLineKit
[6/24] Compiling CommandLineKit FlagWrapper.swift
[7/24] Compiling CommandLineKit Flags.swift
[8/24] Compiling CommandLineKit ConvertibleFromString.swift
[9/24] Compiling CommandLineKit EditState.swift
[10/24] Compiling CommandLineKit Command.swift
[11/24] Compiling CommandLineKit ControlCharacters.swift
[12/24] Compiling CommandLineKit AnsiCodes.swift
[13/24] Compiling CommandLineKit BackgroundColor.swift
[14/25] Compiling CommandLineKit LineReader.swift
[15/25] Compiling CommandLineKit LineReaderError.swift
[16/25] Compiling CommandLineKit Flag.swift
[17/25] Compiling CommandLineKit FlagError.swift
[18/25] Compiling CommandLineKit LineReaderHistory.swift
[19/25] Compiling CommandLineKit Terminal.swift
[20/25] Compiling CommandLineKit TextColor.swift
[21/25] Compiling CommandLineKit TextProperties.swift
[22/25] Compiling CommandLineKit TextStyle.swift
[23/28] Compiling CommandLineKitDemo main.swift
[24/28] Compiling CommandLineKitDemo LinuxMain.swift
[25/28] Emitting module CommandLineKitDemo
[25/28] Write Objects.LinkFileList
[26/28] Linking CommandLineKitDemo
[27/28] Applying CommandLineKitDemo
Build complete! (5.33s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/CommandLineKitDemo/Info.plist
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CommandLineKit",
"name" : "CommandLineKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CommandLineKit",
"targets" : [
"CommandLineKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommandLineKitDemo",
"targets" : [
"CommandLineKitDemo"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CommandLineKitTests",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitTests",
"path" : "Tests/CommandLineKitTests",
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"FlagTests.swift",
"LineReaderHistoryTests.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "test"
},
{
"c99name" : "CommandLineKitDemo",
"module_type" : "SwiftTarget",
"name" : "CommandLineKitDemo",
"path" : "Sources/CommandLineKitDemo",
"product_memberships" : [
"CommandLineKitDemo"
],
"sources" : [
"LinuxMain.swift",
"main.swift"
],
"target_dependencies" : [
"CommandLineKit"
],
"type" : "executable"
},
{
"c99name" : "CommandLineKit",
"module_type" : "SwiftTarget",
"name" : "CommandLineKit",
"path" : "Sources/CommandLineKit",
"product_memberships" : [
"CommandLineKit",
"CommandLineKitDemo"
],
"sources" : [
"AnsiCodes.swift",
"BackgroundColor.swift",
"Command.swift",
"ControlCharacters.swift",
"ConvertibleFromString.swift",
"EditState.swift",
"Flag.swift",
"FlagError.swift",
"FlagWrapper.swift",
"Flags.swift",
"LineReader.swift",
"LineReaderError.swift",
"LineReaderHistory.swift",
"Terminal.swift",
"TextColor.swift",
"TextProperties.swift",
"TextStyle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.