The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Acheron, reference master (982528), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 12:55:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 9825284 Domain.allDomainChildren: guard responds-to like unload() does
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
9825284bdc34b7e7d866952816ceffbffdb22b3b
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aepryus/Acheron.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/60] Compiling Acheron NodeView.swift
[4/60] Compiling Acheron Screen.swift
[5/60] Compiling Acheron SplitterView.swift
[6/60] Compiling Acheron TripWire.swift
[7/60] Compiling Acheron AEControl.swift
[8/60] Compiling Acheron AETableViewCell.swift
[9/66] Compiling Acheron RGB.swift
[10/66] Compiling Acheron SafeMap.swift
[11/66] Compiling Acheron SafeSet.swift
[12/66] Compiling Acheron ScramMap.swift
[13/66] Compiling Acheron WeakSet.swift
[14/66] Compiling Acheron XMLtoAttributes.swift
[15/66] Compiling Acheron AETimer.swift
[16/66] Compiling Acheron AsyncMap.swift
[17/66] Compiling Acheron CSV.swift
[18/66] Compiling Acheron Log.swift
[19/66] Compiling Acheron Pen.swift
[20/66] Compiling Acheron Profiler.swift
[21/66] Compiling Acheron Comparable+Acheron.swift
[22/66] Compiling Acheron Date+Acheron.swift
[23/66] Compiling Acheron Dictionary+Acheron.swift
[24/66] Compiling Acheron NSMutableAttributedString+Acheron.swift
[25/66] Compiling Acheron String+Acheron.swift
[26/66] Compiling Acheron UIButton+Acheron.swift
[27/66] Compiling Acheron UIColor+Acheron.swift
[28/66] Compiling Acheron ExpandableTableView.swift
[29/66] Compiling Acheron Node.swift
[30/66] Compiling Acheron NodeCell.swift
[31/66] Compiling Acheron NodeColumn.swift
[32/66] Compiling Acheron NodeData.swift
[33/66] Compiling Acheron NodeHeader.swift
[34/66] Compiling Acheron AETableView.swift
[35/66] Compiling Acheron AEViewController.swift
[36/66] Compiling Acheron CellsView.swift
[37/66] Compiling Acheron CellsViewCell.swift
[38/66] Compiling Acheron ColorView.swift
[39/66] Compiling Acheron ExpandableCell.swift
[40/66] Compiling Acheron Array+Acheron.swift
[41/66] Compiling Acheron CALayer+Acheron.swift
[42/66] Compiling Acheron CGPoint+Acheron.swift
[43/66] Compiling Acheron CGRect+Acheron.swift
[44/66] Compiling Acheron CGSize+Acheron.swift
[45/66] Compiling Acheron CaseIterable+Acheron.swift
[46/66] Compiling Acheron Codable+Acheron.swift
[47/66] Emitting module Acheron
[48/66] Compiling Acheron UIControl+Acheron.swift
[49/66] Compiling Acheron UIImage+Acheron.swift
[50/66] Compiling Acheron UIImageView+Acheron.swift
[51/66] Compiling Acheron UILabel+Acheron.swift
[52/66] Compiling Acheron UITextField+Acheron.swift
[53/66] Compiling Acheron UIView+Acheron.swift
[54/66] Compiling Acheron UIViewController+Acheron.swift
[55/66] Compiling Acheron AEView.swift
[56/66] Compiling Acheron Anchor.swift
[57/66] Compiling Acheron Basket.swift
[58/66] Compiling Acheron Domain.swift
[59/66] Compiling Acheron Loom.swift
[60/66] Compiling Acheron Persist.swift
[61/66] Compiling Acheron SQLitePersist.swift
[62/66] Compiling Acheron Wrapper.swift
[63/66] Compiling Acheron BackgroundPond.swift
[64/66] Compiling Acheron Pebble.swift
[65/66] Compiling Acheron Pond.swift
[66/66] Compiling Acheron AESync.swift
Build complete! (3.70s)
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/UITextField+Acheron.swift",
        "Extensions/UIView+Acheron.swift",
        "Extensions/UIViewController+Acheron.swift",
        "Interface/AETableView.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",
        "Interface/UIKit/AEControl.swift",
        "Interface/UIKit/AETableViewCell.swift",
        "Interface/UIKit/AEView.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.