Build Information
Successful build of Acheron, reference master (7841cb
), with Swift 6.0 for macOS (SPM) on 18 Jun 2025 03:19:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aepryus/Acheron.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aepryus/Acheron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7841cb0 CSV import
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
7841cb04066288bf717fbeced564a53e69f04404
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/58] Compiling Acheron NodeColumn.swift
[4/58] Compiling Acheron NodeData.swift
[5/58] Compiling Acheron NodeHeader.swift
[6/58] Compiling Acheron NodeView.swift
[7/58] Compiling Acheron Screen.swift
[8/58] Compiling Acheron SplitterView.swift
[9/58] Compiling Acheron UIViewController+Acheron.swift
[10/58] Compiling Acheron AEControl.swift
[11/58] Compiling Acheron AETableView.swift
[12/58] Compiling Acheron AEView.swift
[13/58] Compiling Acheron AEViewController.swift
[14/58] Compiling Acheron CellsView.swift
[15/64] Compiling Acheron UIColor+Acheron.swift
[16/64] Compiling Acheron UIControl+Acheron.swift
[17/64] Compiling Acheron UIImage+Acheron.swift
[18/64] Compiling Acheron UIImageView+Acheron.swift
[19/64] Compiling Acheron UILabel+Acheron.swift
[20/64] Compiling Acheron UIView+Acheron.swift
[21/64] Compiling Acheron CellsViewCell.swift
[22/64] Compiling Acheron ColorView.swift
[23/64] Compiling Acheron ExpandableCell.swift
[24/64] Compiling Acheron ExpandableTableView.swift
[25/64] Compiling Acheron Node.swift
[26/64] Compiling Acheron NodeCell.swift
[27/64] Emitting module Acheron
[28/64] Compiling Acheron Array+Acheron.swift
[29/64] Compiling Acheron CALayer+Acheron.swift
[30/64] Compiling Acheron CGPoint+Acheron.swift
[31/64] Compiling Acheron CGRect+Acheron.swift
[32/64] Compiling Acheron CGSize+Acheron.swift
[33/64] Compiling Acheron CaseIterable+Acheron.swift
[34/64] Compiling Acheron Codable+Acheron.swift
[35/64] Compiling Acheron RGB.swift
[36/64] Compiling Acheron SafeMap.swift
[37/64] Compiling Acheron SafeSet.swift
[38/64] Compiling Acheron ScramMap.swift
[39/64] Compiling Acheron WeakSet.swift
[40/64] Compiling Acheron XMLtoAttributes.swift
[41/64] Compiling Acheron AETimer.swift
[42/64] Compiling Acheron AsyncMap.swift
[43/64] Compiling Acheron CSV.swift
[44/64] Compiling Acheron Log.swift
[45/64] Compiling Acheron Pen.swift
[46/64] Compiling Acheron Profiler.swift
[47/64] Compiling Acheron SQLitePersist.swift
[48/64] Compiling Acheron Wrapper.swift
[49/64] Compiling Acheron BackgroundPond.swift
[50/64] Compiling Acheron Pebble.swift
[51/64] Compiling Acheron Pond.swift
[52/64] Compiling Acheron AESync.swift
[53/64] Compiling Acheron Comparable+Acheron.swift
[54/64] Compiling Acheron Date+Acheron.swift
[55/64] Compiling Acheron Dictionary+Acheron.swift
[56/64] Compiling Acheron NSMutableAttributedString+Acheron.swift
[57/64] Compiling Acheron String+Acheron.swift
[58/64] Compiling Acheron UIButton+Acheron.swift
[59/64] Compiling Acheron TripWire.swift
[60/64] Compiling Acheron Anchor.swift
[61/64] Compiling Acheron Basket.swift
[62/64] Compiling Acheron Domain.swift
[63/64] Compiling Acheron Loom.swift
[64/64] Compiling Acheron Persist.swift
Build complete! (4.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Acheron",
"name" : "Acheron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Acheron",
"targets" : [
"Acheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Acheron",
"module_type" : "SwiftTarget",
"name" : "Acheron",
"path" : "Sources/Acheron",
"product_memberships" : [
"Acheron"
],
"sources" : [
"Extensions/Array+Acheron.swift",
"Extensions/CALayer+Acheron.swift",
"Extensions/CGPoint+Acheron.swift",
"Extensions/CGRect+Acheron.swift",
"Extensions/CGSize+Acheron.swift",
"Extensions/CaseIterable+Acheron.swift",
"Extensions/Codable+Acheron.swift",
"Extensions/Comparable+Acheron.swift",
"Extensions/Date+Acheron.swift",
"Extensions/Dictionary+Acheron.swift",
"Extensions/NSMutableAttributedString+Acheron.swift",
"Extensions/String+Acheron.swift",
"Extensions/UIButton+Acheron.swift",
"Extensions/UIColor+Acheron.swift",
"Extensions/UIControl+Acheron.swift",
"Extensions/UIImage+Acheron.swift",
"Extensions/UIImageView+Acheron.swift",
"Extensions/UILabel+Acheron.swift",
"Extensions/UIView+Acheron.swift",
"Extensions/UIViewController+Acheron.swift",
"Interface/AEControl.swift",
"Interface/AETableView.swift",
"Interface/AEView.swift",
"Interface/AEViewController.swift",
"Interface/CellsView.swift",
"Interface/CellsViewCell.swift",
"Interface/ColorView.swift",
"Interface/ExpandableCell.swift",
"Interface/ExpandableTableView.swift",
"Interface/NodeView/Node.swift",
"Interface/NodeView/NodeCell.swift",
"Interface/NodeView/NodeColumn.swift",
"Interface/NodeView/NodeData.swift",
"Interface/NodeView/NodeHeader.swift",
"Interface/NodeView/NodeView.swift",
"Interface/Screen.swift",
"Interface/SplitterView.swift",
"Interface/TripWire.swift",
"Loom/Anchor.swift",
"Loom/Basket.swift",
"Loom/Domain.swift",
"Loom/Loom.swift",
"Loom/Persist.swift",
"Loom/Persists/SQLitePersist.swift",
"Network/Wrapper.swift",
"Pebbles/BackgroundPond.swift",
"Pebbles/Pebble.swift",
"Pebbles/Pond.swift",
"Utility/AESync.swift",
"Utility/AETimer.swift",
"Utility/AsyncMap.swift",
"Utility/CSV.swift",
"Utility/Log.swift",
"Utility/Pen.swift",
"Utility/Profiler.swift",
"Utility/RGB.swift",
"Utility/SafeMap.swift",
"Utility/SafeSet.swift",
"Utility/ScramMap.swift",
"Utility/WeakSet.swift",
"Utility/XMLtoAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.