Build Information
Successful build of sort-swift-imports, reference v1.1.1-29 (2b616a
), with Swift 5.10 for macOS (SPM) on 27 Dec 2024 23:42:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/sort-swift-imports.git
Reference: v1.1.1-29
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/sort-swift-imports
* tag v1.1.1-29 -> FETCH_HEAD
HEAD is now at 2b616ac Adjust swift settings
Cloned https://github.com/darrarski/sort-swift-imports.git
Revision (git rev-parse @):
2b616ac6efc4000aa36390a3227f42fced845246
SUCCESS checkout https://github.com/darrarski/sort-swift-imports.git at v1.1.1-29
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/darrarski/sort-swift-imports.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling SortSwiftImports SortSwiftImports.swift
[4/5] Emitting module SortSwiftImports
[5/5] Compiling SortSwiftImports SortSelectedLines.swift
Build complete! (4.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sort-swift-imports",
"name" : "sort-swift-imports",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SortSwiftImports",
"targets" : [
"SortSwiftImports"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SortSwiftImportsTests",
"module_type" : "SwiftTarget",
"name" : "SortSwiftImportsTests",
"path" : "Tests/SortSwiftImportsTests",
"sources" : [
"SortSelectedLinesTests.swift",
"SortSwiftImportsTests.swift"
],
"target_dependencies" : [
"SortSwiftImports"
],
"type" : "test"
},
{
"c99name" : "SortSwiftImports",
"module_type" : "SwiftTarget",
"name" : "SortSwiftImports",
"path" : "Sources/SortSwiftImports",
"product_memberships" : [
"SortSwiftImports"
],
"sources" : [
"SortSelectedLines.swift",
"SortSwiftImports.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.