Build Information
Successful build of ATAT, reference main (8dfce0), with Swift 6.1 for macOS (SPM) on 13 Apr 2026 16:21:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild 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.1
Building package at path: $PWD
https://github.com/mattmassicotte/ATAT.git
https://github.com/mattmassicotte/ATAT.git
{
"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",
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/28] Compiling Lexicon Definition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/28] Emitting module Lexicon
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/28] Emitting module ATAT
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/30] Compiling ATAT com_atproto_repo_listRecords.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/30] Compiling ATAT com_atproto_repo_strongref.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/30] Compiling ATAT ATProtoTID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/30] Compiling ATAT Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/30] Compiling ATAT Lexicon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/30] Compiling ATAT app_bksy_actor_Profile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/30] Compiling ATAT app_bsky_actor_Defs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/30] Compiling ATAT app_bsky_actor_getProfiles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/30] Compiling ATAT app_bsky_feed_getFeed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/30] Compiling ATAT app_bsky_feed_getTimeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/30] Compiling ATAT app_bsky_embed_images.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/30] Compiling ATAT app_bsky_embed_recordWithMedia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/30] Compiling ATAT ATJSONDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/30] Compiling ATAT ATProto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/30] Compiling ATAT ATProtoCID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/30] Compiling ATAT app_bsky_embed_video.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/30] Compiling ATAT app_bsky_feed_Defs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/30] Compiling ATAT app_bsky_feed_post.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/30] Compiling ATAT app_bsky_graph_defs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/30] Compiling ATAT app_bsky_embed_Defs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/30] Compiling ATAT app_bsky_embed_external.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/30] Compiling ATAT Multihash+Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/30] Compiling ATAT RecordContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/30] Compiling ATAT UnknownRecord.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (16.30s)
Fetching https://github.com/swift-libp2p/swift-bases
Fetching https://github.com/apple/swift-crypto.git from cache
[1/302] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases from cache (0.78s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.34s)
Computing version for https://github.com/swift-libp2p/swift-bases
Computed https://github.com/swift-libp2p/swift-bases at 0.2.0 (1.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.52s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.02s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/swift-libp2p/swift-bases
Working copy of https://github.com/swift-libp2p/swift-bases resolved at 0.2.0
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",
"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"
}
Done.