Build Information
Successful build of Acheron, reference master (9f4c26
), with Swift 5.9 for macOS (SPM) on 25 Feb 2025 19:19:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 9f4c26b Merge pull request #2 from aepryus/v31
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
9f4c26b774086872be5d1fe30ceeb5fa5ff27ac7
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/55] Compiling Acheron UIButton+Acheron.swift
[2/55] Compiling Acheron UIColor+Acheron.swift
[3/55] Compiling Acheron UIControl+Acheron.swift
[4/55] Compiling Acheron UIImage+Acheron.swift
[5/55] Compiling Acheron UIImageView+Acheron.swift
[6/55] Compiling Acheron UILabel+Acheron.swift
[7/55] Compiling Acheron CellsView.swift
[8/55] Compiling Acheron CellsViewCell.swift
[9/55] Compiling Acheron ColorView.swift
[10/55] Compiling Acheron ExpandableCell.swift
[11/55] Compiling Acheron ExpandableTableView.swift
[12/55] Compiling Acheron Node.swift
[13/61] Emitting module Acheron
[14/61] Compiling Acheron UIView+Acheron.swift
[15/61] Compiling Acheron UIViewController+Acheron.swift
[16/61] Compiling Acheron AEControl.swift
[17/61] Compiling Acheron AETableView.swift
[18/61] Compiling Acheron AEView.swift
[19/61] Compiling Acheron AEViewController.swift
[20/61] Compiling Acheron RGB.swift
[21/61] Compiling Acheron SafeMap.swift
[22/61] Compiling Acheron SafeSet.swift
[23/61] Compiling Acheron ScramMap.swift
[24/61] Compiling Acheron WeakSet.swift
[25/61] Compiling Acheron XMLtoAttributes.swift
[26/61] Compiling Acheron Array+Acheron.swift
[27/61] Compiling Acheron CALayer+Acheron.swift
[28/61] Compiling Acheron CGPoint+Acheron.swift
[29/61] Compiling Acheron CGRect+Acheron.swift
[30/61] Compiling Acheron CGSize+Acheron.swift
[31/61] Compiling Acheron CaseIterable+Acheron.swift
[32/61] Compiling Acheron AESync.swift
[33/61] Compiling Acheron AETimer.swift
[34/61] Compiling Acheron AsyncMap.swift
[35/61] Compiling Acheron Log.swift
[36/61] Compiling Acheron Pen.swift
[37/61] Compiling Acheron Profiler.swift
[38/61] Compiling Acheron Codable+Acheron.swift
[39/61] Compiling Acheron Comparable+Acheron.swift
[40/61] Compiling Acheron Date+Acheron.swift
[41/61] Compiling Acheron Dictionary+Acheron.swift
[42/61] Compiling Acheron NSMutableAttributedString+Acheron.swift
[43/61] Compiling Acheron String+Acheron.swift
[44/61] Compiling Acheron NodeCell.swift
[45/61] Compiling Acheron NodeColumn.swift
[46/61] Compiling Acheron NodeData.swift
[47/61] Compiling Acheron NodeHeader.swift
[48/61] Compiling Acheron NodeView.swift
[49/61] Compiling Acheron Screen.swift
[50/61] Compiling Acheron Persist.swift
[51/61] Compiling Acheron SQLitePersist.swift
[52/61] Compiling Acheron Wrapper.swift
[53/61] Compiling Acheron BackgroundPond.swift
[54/61] Compiling Acheron Pebble.swift
[55/61] Compiling Acheron Pond.swift
[56/61] Compiling Acheron SplitterView.swift
[57/61] Compiling Acheron TripWire.swift
[58/61] Compiling Acheron Anchor.swift
[59/61] Compiling Acheron Basket.swift
[60/61] Compiling Acheron Domain.swift
[61/61] Compiling Acheron Loom.swift
Build complete! (7.03s)
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/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.