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 ATAT, reference main (3ca524), with Swift 6.0 for macOS (SPM) on 13 Aug 2025 23:11:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/ATAT.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/ATAT
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3ca524f Helper function to parse URI into components (#5)
Cloned https://github.com/mattmassicotte/ATAT.git
Revision (git rev-parse @):
3ca524fda5bdecfdf0ad6981869a1fab59d2aca5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/ATAT.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattmassicotte/ATAT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling ATAT GenericRecord.swift
[4/11] Compiling ATAT Feed+Extensions.swift
[5/11] Compiling ATAT Repo.swift
[6/11] Compiling ATAT Feed.swift
[7/11] Compiling ATAT Actor.swift
[8/11] Emitting module ATAT
[9/11] Compiling ATAT ATJSONDecoder.swift
[10/11] Compiling ATAT Bsky.swift
[11/11] Compiling ATAT Embed.swift
Build complete! (5.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ATAT",
  "name" : "ATAT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ATAT",
      "targets" : [
        "ATAT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATATTests",
      "module_type" : "SwiftTarget",
      "name" : "ATATTests",
      "path" : "Tests/ATATTests",
      "sources" : [
        "ATATTests.swift",
        "PostTests.swift"
      ],
      "target_dependencies" : [
        "ATAT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATAT",
      "module_type" : "SwiftTarget",
      "name" : "ATAT",
      "path" : "Sources/ATAT",
      "product_memberships" : [
        "ATAT"
      ],
      "sources" : [
        "ATJSONDecoder.swift",
        "Actor.swift",
        "Bsky.swift",
        "Embed.swift",
        "Feed+Extensions.swift",
        "Feed.swift",
        "GenericRecord.swift",
        "Repo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.