The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Acheron, reference v1.1.0 (ce2f7b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:07:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aepryus/Acheron
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at ce2f7b1 AETimer moved to main thread because of new XCode 14 warning about priority inversion
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
ce2f7b103e908aaf7f14a6e57a929ddca65aa14d
SUCCESS checkout https://github.com/aepryus/Acheron.git at v1.1.0
========================================
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/51] Emitting module Acheron
[4/56] Compiling Acheron AETableView.swift
[5/56] Compiling Acheron AEViewController.swift
[6/56] Compiling Acheron CellsView.swift
[7/56] Compiling Acheron CellsViewCell.swift
[8/56] Compiling Acheron ColorView.swift
[9/56] Compiling Acheron UIControl+Acheron.swift
[10/56] Compiling Acheron UIImage+Acheron.swift
[11/56] Compiling Acheron UIImageView+Acheron.swift
[12/56] Compiling Acheron UILabel+Acheron.swift
[13/56] Compiling Acheron UIView+Acheron.swift
[14/56] Compiling Acheron UIViewController+Acheron.swift
[15/56] Compiling Acheron NodeData.swift
[16/56] Compiling Acheron NodeHeader.swift
[17/56] Compiling Acheron NodeView.swift
[18/56] Compiling Acheron Screen.swift
[19/56] Compiling Acheron SplitterView.swift
[20/56] Compiling Acheron RGB.swift
[21/56] Compiling Acheron SafeMap.swift
[22/56] Compiling Acheron SafeSet.swift
[23/56] Compiling Acheron WeakSet.swift
[24/56] Compiling Acheron XMLtoAttributes.swift
[25/56] Compiling Acheron Date+Acheron.swift
[26/56] Compiling Acheron Dictionary+Acheron.swift
[27/56] Compiling Acheron NSMutableAttributedString+Acheron.swift
[28/56] Compiling Acheron String+Acheron.swift
[29/56] Compiling Acheron UIButton+Acheron.swift
[30/56] Compiling Acheron UIColor+Acheron.swift
[31/56] Compiling Acheron AESync.swift
[32/56] Compiling Acheron AETimer.swift
[33/56] Compiling Acheron Log.swift
[34/56] Compiling Acheron Pen.swift
[35/56] Compiling Acheron Profiler.swift
[36/56] Compiling Acheron Array+Acheron.swift
[37/56] Compiling Acheron CALayer+Acheron.swift
[38/56] Compiling Acheron CGPoint+Acheron.swift
[39/56] Compiling Acheron CaseIterable+Acheron.swift
[40/56] Compiling Acheron Codable+Acheron.swift
[41/56] Compiling Acheron Comparable+Acheron.swift
[42/56] Compiling Acheron Persist.swift
[43/56] Compiling Acheron SQLitePersist.swift
[44/56] Compiling Acheron BackgroundPond.swift
[45/56] Compiling Acheron Pebble.swift
[46/56] Compiling Acheron Pond.swift
[47/56] Compiling Acheron ExpandableCell.swift
[48/56] Compiling Acheron ExpandableTableView.swift
[49/56] Compiling Acheron Node.swift
[50/56] Compiling Acheron NodeCell.swift
[51/56] Compiling Acheron NodeColumn.swift
[52/56] Compiling Acheron TripWire.swift
[53/56] Compiling Acheron Anchor.swift
[54/56] Compiling Acheron Basket.swift
[55/56] Compiling Acheron Domain.swift
[56/56] Compiling Acheron Loom.swift
Build complete! (4.17s)
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"
    }
  ],
  "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/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/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",
        "Loom/Anchor.swift",
        "Loom/Basket.swift",
        "Loom/Domain.swift",
        "Loom/Loom.swift",
        "Loom/Persist.swift",
        "Loom/Persists/SQLitePersist.swift",
        "Pebbles/BackgroundPond.swift",
        "Pebbles/Pebble.swift",
        "Pebbles/Pond.swift",
        "Utility/AESync.swift",
        "Utility/AETimer.swift",
        "Utility/Log.swift",
        "Utility/Pen.swift",
        "Utility/Profiler.swift",
        "Utility/RGB.swift",
        "Utility/SafeMap.swift",
        "Utility/SafeSet.swift",
        "Utility/WeakSet.swift",
        "Utility/XMLtoAttributes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.