Build Information
Successful build of LineNoise with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andybest/linenoise-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andybest/linenoise-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cbf0a35 Detect when we're running from within Xcode and mark terminal type as unsupported (#17)
Cloned https://github.com/andybest/linenoise-swift.git
Revision (git rev-parse @):
cbf0a35c6e159e4fe6a03f76c8a17ef08e907b0e
SUCCESS checkout https://github.com/andybest/linenoise-swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/andybest/linenoise-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[2/7] Write linenoiseDemo-entitlement.plist
[3/7] Write swift-version-6F35C1178C84523A.txt
[5/15] Compiling LineNoise History.swift
[6/15] Compiling LineNoise ControlCharacters.swift
[7/15] Compiling LineNoise linenoise.swift
[8/15] Compiling LineNoise AnsiCodes.swift
[9/15] Compiling LineNoise EditState.swift
[10/15] Emitting module LineNoise
[11/15] Compiling LineNoise Terminal.swift
[12/15] Compiling LineNoise Errors.swift
[13/17] Emitting module linenoiseDemo
[14/17] Compiling linenoiseDemo main.swift
[14/17] Write Objects.LinkFileList
[15/17] Linking linenoiseDemo
[16/17] Applying linenoiseDemo
Build complete! (26.18s)
Fetching https://github.com/Quick/Nimble.git
[1/18640] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.42s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.81s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "LineNoise",
"name" : "LineNoise",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LineNoise",
"targets" : [
"LineNoise"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "linenoiseDemo",
"targets" : [
"linenoiseDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "linenoiseTests",
"module_type" : "SwiftTarget",
"name" : "linenoiseTests",
"path" : "Tests/linenoiseTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"AnsiCodesTests.swift",
"EditStateTests.swift",
"HistoryTests.swift"
],
"target_dependencies" : [
"LineNoise"
],
"type" : "test"
},
{
"c99name" : "linenoiseDemo",
"module_type" : "SwiftTarget",
"name" : "linenoiseDemo",
"path" : "Sources/linenoiseDemo",
"product_memberships" : [
"linenoiseDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LineNoise"
],
"type" : "executable"
},
{
"c99name" : "LineNoise",
"module_type" : "SwiftTarget",
"name" : "LineNoise",
"path" : "Sources/linenoise",
"product_memberships" : [
"LineNoise",
"linenoiseDemo"
],
"sources" : [
"AnsiCodes.swift",
"ControlCharacters.swift",
"EditState.swift",
"Errors.swift",
"History.swift",
"Terminal.swift",
"linenoise.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.