The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Acheron, reference v1.1.0 (ce2f7b), with Swift 6.2 for Linux on 18 Jun 2025 04:15:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aepryus/Acheron.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/50] Emitting module Acheron
[4/56] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[5/56] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[6/56] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[7/56] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[8/56] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[9/56] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:17:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
15 |         url = URL(fileURLWithPath: path)
16 |         if !FileManager.default.fileExists(atPath: url!.path) {
17 |             FileManager.default.createFile(atPath: url!.path, contents: nil, attributes: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
18 |         }
19 |     }
[10/56] Compiling Acheron Basket.swift
[11/56] Compiling Acheron Domain.swift
[12/56] Compiling Acheron Loom.swift
[13/56] Compiling Acheron Persist.swift
[14/56] Compiling Acheron SQLitePersist.swift
[15/56] Compiling Acheron BackgroundPond.swift
[16/56] Compiling Acheron CellsViewCell.swift
[17/56] Compiling Acheron ColorView.swift
[18/56] Compiling Acheron ExpandableCell.swift
[19/56] Compiling Acheron ExpandableTableView.swift
[20/56] Compiling Acheron Node.swift
[21/56] Compiling Acheron NodeCell.swift
[22/56] Compiling Acheron NodeColumn.swift
[23/56] Compiling Acheron Dictionary+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/56] Compiling Acheron NSMutableAttributedString+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/56] Compiling Acheron String+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/56] Compiling Acheron UIButton+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/56] Compiling Acheron UIColor+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/56] Compiling Acheron UIControl+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/56] Compiling Acheron UIImage+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:51:107: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 49 |
 50 |     var localized: String { NSLocalizedString(self, comment: "") }
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
    |                                                                                                           `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 52 |     func toCString() -> [CChar]? { cString(using: .utf8) }
 53 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/56] Compiling Acheron UIImageView+Acheron.swift
[31/56] Compiling Acheron UILabel+Acheron.swift
[32/56] Compiling Acheron UIView+Acheron.swift
[33/56] Compiling Acheron UIViewController+Acheron.swift
[34/56] Compiling Acheron AETableView.swift
[35/56] Compiling Acheron AEViewController.swift
[36/56] Compiling Acheron CellsView.swift
[37/56] Compiling Acheron NodeData.swift
[38/56] Compiling Acheron NodeHeader.swift
[39/56] Compiling Acheron NodeView.swift
[40/56] Compiling Acheron Screen.swift
[41/56] Compiling Acheron SplitterView.swift
[42/56] Compiling Acheron TripWire.swift
[43/56] Compiling Acheron Anchor.swift
[44/56] Compiling Acheron Profiler.swift
[45/56] Compiling Acheron RGB.swift
[46/56] Compiling Acheron SafeMap.swift
[47/56] Compiling Acheron SafeSet.swift
[48/56] Compiling Acheron WeakSet.swift
[49/56] Compiling Acheron XMLtoAttributes.swift
[50/56] Compiling Acheron Array+Acheron.swift
[51/56] Compiling Acheron CALayer+Acheron.swift
[52/56] Compiling Acheron CGPoint+Acheron.swift
[53/56] Compiling Acheron CaseIterable+Acheron.swift
[54/56] Compiling Acheron Codable+Acheron.swift
[55/56] Compiling Acheron Comparable+Acheron.swift
[56/56] Compiling Acheron Date+Acheron.swift
Build complete! (12.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Acheron",
  "name" : "Acheron",
  "path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.