The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ATAT, reference main (8dfce0), with Swift 6.2 for macOS (SPM) on 13 Apr 2026 16:21:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 8dfce0f Try a more specific OS for iOS CI
Cloned https://github.com/mattmassicotte/ATAT.git
Revision (git rev-parse @):
8dfce0f2d13596a30575129748a00b21af608348
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mattmassicotte/ATAT.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattmassicotte/ATAT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/28] Compiling Lexicon Definition.swift
[5/28] Emitting module Lexicon
[6/28] Emitting module ATAT
[7/30] Compiling ATAT app_bsky_embed_Defs.swift
[8/30] Compiling ATAT app_bsky_embed_external.swift
[9/30] Compiling ATAT com_atproto_repo_listRecords.swift
[10/30] Compiling ATAT com_atproto_repo_strongref.swift
[11/30] Compiling ATAT app_bsky_feed_post.swift
[12/30] Compiling ATAT app_bsky_graph_defs.swift
[13/30] Compiling ATAT app_bsky_feed_getFeed.swift
[14/30] Compiling ATAT app_bsky_feed_getTimeline.swift
[15/30] Compiling ATAT ATJSONDecoder.swift
[16/30] Compiling ATAT ATProto.swift
[17/30] Compiling ATAT ATProtoCID.swift
[18/30] Compiling ATAT ATProtoTID.swift
[19/30] Compiling ATAT Extensions.swift
[20/30] Compiling ATAT Lexicon.swift
[21/30] Compiling ATAT app_bksy_actor_Profile.swift
[22/30] Compiling ATAT app_bsky_actor_Defs.swift
[23/30] Compiling ATAT app_bsky_actor_getProfiles.swift
[24/30] Compiling ATAT app_bsky_embed_video.swift
[25/30] Compiling ATAT app_bsky_feed_Defs.swift
[26/30] Compiling ATAT app_bsky_embed_images.swift
[27/30] Compiling ATAT app_bsky_embed_recordWithMedia.swift
[28/30] Compiling ATAT Multihash+Crypto.swift
[29/30] Compiling ATAT RecordContainer.swift
[30/30] Compiling ATAT UnknownRecord.swift
Build complete! (4.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-bases",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-bases"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ATAT",
  "name" : "ATAT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ATAT",
      "targets" : [
        "ATAT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LexiconTests",
      "module_type" : "SwiftTarget",
      "name" : "LexiconTests",
      "path" : "Tests/LexiconTests",
      "sources" : [
        "DefinitionTests.swift"
      ],
      "target_dependencies" : [
        "Lexicon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lexicon",
      "module_type" : "SwiftTarget",
      "name" : "Lexicon",
      "path" : "Sources/Lexicon",
      "sources" : [
        "Definition.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATATTests",
      "module_type" : "SwiftTarget",
      "name" : "ATATTests",
      "path" : "Tests/ATATTests",
      "sources" : [
        "ATATTests.swift",
        "ATProtoCIDTests.swift",
        "ATProtoTIDTests.swift",
        "ActorTests.swift",
        "EmbedTests.swift",
        "PostTests.swift",
        "RepoTests.swift"
      ],
      "target_dependencies" : [
        "ATAT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATAT",
      "module_type" : "SwiftTarget",
      "name" : "ATAT",
      "path" : "Sources/ATAT",
      "product_memberships" : [
        "ATAT"
      ],
      "sources" : [
        "ATJSONDecoder.swift",
        "ATProto.swift",
        "ATProtoCID.swift",
        "ATProtoTID.swift",
        "Extensions.swift",
        "Lexicon.swift",
        "Multihash+Crypto.swift",
        "RecordContainer.swift",
        "UnknownRecord.swift",
        "app_bksy_actor_Profile.swift",
        "app_bsky_actor_Defs.swift",
        "app_bsky_actor_getProfiles.swift",
        "app_bsky_embed_Defs.swift",
        "app_bsky_embed_external.swift",
        "app_bsky_embed_images.swift",
        "app_bsky_embed_recordWithMedia.swift",
        "app_bsky_embed_video.swift",
        "app_bsky_feed_Defs.swift",
        "app_bsky_feed_getFeed.swift",
        "app_bsky_feed_getTimeline.swift",
        "app_bsky_feed_post.swift",
        "app_bsky_graph_defs.swift",
        "com_atproto_repo_listRecords.swift",
        "com_atproto_repo_strongref.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.