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 SwiftASCII, reference main (643274), with Swift 5.10 for macOS (SPM) on 12 Jun 2025 02:05:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/SwiftASCII.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/SwiftASCII
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6432745 Updated README
Cloned https://github.com/orchetect/SwiftASCII.git
Revision (git rev-parse @):
6432745c21b7018234d499a1c65a89e87aec70d1
SUCCESS checkout https://github.com/orchetect/SwiftASCII.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/orchetect/SwiftASCII.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling SwiftASCII CharacterSet.swift
[4/7] Compiling SwiftASCII String.swift
[5/7] Compiling SwiftASCII ASCIIString.swift
[6/7] Compiling SwiftASCII ASCIICharacter.swift
[7/7] Emitting module SwiftASCII
Build complete! (5.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftASCII",
  "name" : "SwiftASCII",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftASCII",
      "targets" : [
        "SwiftASCII"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftASCIITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASCIITests",
      "path" : "Tests/SwiftASCIITests",
      "sources" : [
        "ASCIICharacter Tests.swift",
        "ASCIIString Tests.swift",
        "String Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftASCII"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftASCII",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASCII",
      "path" : "Sources/SwiftASCII",
      "product_memberships" : [
        "SwiftASCII"
      ],
      "sources" : [
        "ASCIICharacter.swift",
        "ASCIIString.swift",
        "CharacterSet.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.