The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Acheron, reference master (982528), with Swift 6.2 for Linux on 29 Apr 2026 12:47:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /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
 * 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:         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-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/59] Compiling Acheron UIImageView+Acheron.swift
[4/59] Compiling Acheron UILabel+Acheron.swift
[5/59] Compiling Acheron UITextField+Acheron.swift
[6/59] Compiling Acheron UIView+Acheron.swift
[7/59] Compiling Acheron UIViewController+Acheron.swift
[8/59] Compiling Acheron AETableView.swift
[9/59] Compiling Acheron AEViewController.swift
[10/59] Compiling Acheron CellsView.swift
[11/66] Compiling Acheron NodeHeader.swift
[12/66] Compiling Acheron NodeView.swift
[13/66] Compiling Acheron Screen.swift
[14/66] Compiling Acheron SplitterView.swift
[15/66] Compiling Acheron TripWire.swift
[16/66] Compiling Acheron AEControl.swift
[17/66] Compiling Acheron AETableViewCell.swift
[18/66] Compiling Acheron AEView.swift
[19/66] 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 |     }
[20/66] 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 |     }
[21/66] 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 |     }
[22/66] 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 |     }
[23/66] Compiling Acheron AsyncMap.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 |     }
[24/66] Compiling Acheron CSV.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 |     }
[25/66] 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 |     }
[26/66] 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 |     }
[27/66] Emitting module Acheron
[28/66] Compiling Acheron Date+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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/66] 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 createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
/host/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift:53:63: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 51 |     func toInt8() -> UnsafeMutablePointer<Int8> { UnsafeMutablePointer<Int8>(mutating: (self as NSString).utf8String!) }
 52 |     func createInt8() -> UnsafeMutablePointer<Int8> {
 53 |         let cString: UnsafePointer<Int8> = (self as NSString).utf8String!
    |                                                               `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
 54 |         let n: Int = strlen(cString) + 1
 55 |         let buffer: UnsafeMutablePointer<Int8> = UnsafeMutablePointer<Int8>.allocate(capacity: n)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/66] Compiling Acheron Array+Acheron.swift
[37/66] Compiling Acheron CALayer+Acheron.swift
[38/66] Compiling Acheron CGPoint+Acheron.swift
[39/66] Compiling Acheron CGRect+Acheron.swift
[40/66] Compiling Acheron CGSize+Acheron.swift
[41/66] Compiling Acheron CaseIterable+Acheron.swift
[42/66] Compiling Acheron Codable+Acheron.swift
[43/66] Compiling Acheron Comparable+Acheron.swift
[44/66] Compiling Acheron CellsViewCell.swift
[45/66] Compiling Acheron ColorView.swift
[46/66] Compiling Acheron ExpandableCell.swift
[47/66] Compiling Acheron ExpandableTableView.swift
[48/66] Compiling Acheron Node.swift
[49/66] Compiling Acheron NodeCell.swift
[50/66] Compiling Acheron NodeColumn.swift
[51/66] Compiling Acheron NodeData.swift
[52/66] Compiling Acheron Anchor.swift
[53/66] Compiling Acheron Basket.swift
[54/66] Compiling Acheron Domain.swift
[55/66] Compiling Acheron Loom.swift
[56/66] Compiling Acheron Persist.swift
[57/66] Compiling Acheron SQLitePersist.swift
[58/66] Compiling Acheron Wrapper.swift
[59/66] Compiling Acheron BackgroundPond.swift
[60/66] Compiling Acheron Profiler.swift
[61/66] Compiling Acheron RGB.swift
[62/66] Compiling Acheron SafeMap.swift
[63/66] Compiling Acheron SafeSet.swift
[64/66] Compiling Acheron ScramMap.swift
[65/66] Compiling Acheron WeakSet.swift
[66/66] Compiling Acheron XMLtoAttributes.swift
Build complete! (9.82s)
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"
    },
    {
      "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"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.