The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /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/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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattmassicotte/ATAT.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--11D90AFD9DD3AB2.txt
[4/27] Emitting module Lexicon
[5/27] Compiling Lexicon Definition.swift
[7/28] Compiling ATAT app_bsky_feed_getFeed.swift
[8/28] Compiling ATAT app_bsky_feed_getTimeline.swift
[9/28] Compiling ATAT app_bsky_feed_post.swift
[10/31] Compiling ATAT app_bksy_actor_Profile.swift
[11/31] Compiling ATAT app_bsky_actor_Defs.swift
[12/31] Compiling ATAT app_bsky_actor_getProfiles.swift
[13/31] Emitting module ATAT
[14/31] Compiling ATAT app_bsky_embed_Defs.swift
[15/31] Compiling ATAT app_bsky_embed_external.swift
[16/31] Compiling ATAT app_bsky_embed_images.swift
[17/31] Compiling ATAT app_bsky_embed_recordWithMedia.swift
[18/31] Compiling ATAT app_bsky_embed_video.swift
[19/31] Compiling ATAT app_bsky_feed_Defs.swift
[20/31] Compiling ATAT ATJSONDecoder.swift
[21/31] Compiling ATAT ATProto.swift
[22/31] Compiling ATAT ATProtoCID.swift
[23/31] Compiling ATAT ATProtoTID.swift
[24/31] Compiling ATAT Extensions.swift
[25/31] Compiling ATAT Lexicon.swift
[26/31] Compiling ATAT Multihash+Crypto.swift
[27/31] Compiling ATAT RecordContainer.swift
[28/31] Compiling ATAT UnknownRecord.swift
[29/31] Compiling ATAT app_bsky_graph_defs.swift
[30/31] Compiling ATAT com_atproto_repo_listRecords.swift
[31/31] Compiling ATAT com_atproto_repo_strongref.swift
Build complete! (25.15s)
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" : "/host/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",
      "product_dependencies" : [
        "BaseX"
      ],
      "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_dependencies" : [
        "Base32",
        "Crypto"
      ],
      "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"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.