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 ascii, reference main (2ba27c), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 08:42:32 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/swiftconsole/ascii.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftconsole/ascii
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ba27cf ci: update the license header template
Cloned https://github.com/swiftconsole/ascii.git
Revision (git rev-parse @):
2ba27cf34851352353b8963480eb5cf24d64bd25
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftconsole/ascii.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftconsole/ascii.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/17] Compiling ASCII ASCII+Int.swift
[4/18] Compiling ASCII ASCII+Hexadecimal.swift
[5/18] Compiling ASCII ASCII+Octal.swift
[6/18] Compiling ASCII ASCII+Decimal.swift
[7/18] Compiling ASCII ASCII+Escaped.swift
[8/18] Compiling ASCII ASCII+HtmlEntity.swift
[9/18] Compiling ASCII ASCII+Comparable+UInt8.swift
[10/18] Compiling ASCII ASCII+Comparable.swift
[11/18] Compiling ASCII ASCII.swift
[12/18] Compiling ASCII ASCII+Comparable+Int.swift
[13/18] Compiling ASCII ASCII+Binary.swift
[14/18] Compiling ASCII ASCII+ControlDescription.swift
[15/18] Emitting module ASCII
[16/18] Compiling ASCII ASCII+Convenience.swift
[17/18] Compiling ASCII ASCII+Initializers.swift
[18/18] Compiling ASCII ASCII+Unicode.swift
Build complete! (1.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ascii",
  "name" : "ascii",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ASCII",
      "targets" : [
        "ASCII"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASCIITests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIITests",
      "path" : "Tests/ASCIITests",
      "sources" : [
        "ASCII+ComparableTests.swift",
        "ASCIITests.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "ASCII"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCII",
      "module_type" : "SwiftTarget",
      "name" : "ASCII",
      "path" : "Sources/ASCII",
      "product_memberships" : [
        "ASCII"
      ],
      "sources" : [
        "ASCII+Convenience.swift",
        "ASCII+Initializers.swift",
        "ASCII.swift",
        "Comparable/ASCII+Comparable+Int.swift",
        "Comparable/ASCII+Comparable+UInt8.swift",
        "Comparable/ASCII+Comparable.swift",
        "Representations/ASCII+Binary.swift",
        "Representations/ASCII+ControlDescription.swift",
        "Representations/ASCII+Decimal.swift",
        "Representations/ASCII+Escaped.swift",
        "Representations/ASCII+Hexadecimal.swift",
        "Representations/ASCII+HtmlEntity.swift",
        "Representations/ASCII+Int.swift",
        "Representations/ASCII+Octal.swift",
        "Representations/ASCII+Unicode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.