Build Information
Successful build of AsyncSwiftGit, reference 0.5.0 (2ced14), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 10:59:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdewey/AsyncSwiftGit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdewey/AsyncSwiftGit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 2ced14c [BREAKING] Compile with Swift strict concurrency checking (#4)
Cloned https://github.com/bdewey/AsyncSwiftGit.git
Revision (git rev-parse @):
2ced14cdf816cea694a0faae4c54f80da2a70eda
SUCCESS checkout https://github.com/bdewey/AsyncSwiftGit.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bdewey/AsyncSwiftGit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying libgit2_all.a
[0/6] Write sources
[4/6] Write swift-version-1EA4D86E10B52AF.txt
[6/13] Emitting module Logging
[7/13] Compiling Logging Locks.swift
[8/13] Compiling Logging MetadataProvider.swift
[9/13] Compiling Logging LogHandler.swift
[10/13] Compiling Logging Logging.swift
[11/13] Compiling LinkerConfigurator Dummy.swift
[12/13] Emitting module LinkerConfigurator
[12/13] Compiling Initializer git_initialize.m
[14/37] Emitting module AsyncSwiftGit
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
7 |
8 | extension git_checkout_strategy_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | /// Factory methods to create `git_checkout_options`
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
4 | import Foundation
5 |
6 | extension git_merge_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | extension git_merge_file_flag_t: OptionSet {}
8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 |
6 | extension git_merge_flag_t: OptionSet {}
7 | extension git_merge_file_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | struct MergeOptions {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 | import Logging
6 |
7 | extension git_merge_analysis_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | extension git_merge_preference_t: OptionSet {}
9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 |
7 | extension git_merge_analysis_t: OptionSet {}
8 | extension git_merge_preference_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | private extension Logger {
[15/37] Compiling AsyncSwiftGit Commit.swift
[16/37] Compiling AsyncSwiftGit ConflictError.swift
[17/37] Compiling AsyncSwiftGit Credentials.swift
[18/39] Compiling AsyncSwiftGit BranchType.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
7 |
8 | extension git_checkout_strategy_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | /// Factory methods to create `git_checkout_options`
[19/39] Compiling AsyncSwiftGit CheckoutOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
7 |
8 | extension git_checkout_strategy_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | /// Factory methods to create `git_checkout_options`
[20/39] Compiling AsyncSwiftGit CloneOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/CheckoutOptions.swift:8:1: warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 | // public typealias ProgressCallback = (String, Int, Int) -> Void
7 |
8 | extension git_checkout_strategy_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_checkout_strategy_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | /// Factory methods to create `git_checkout_options`
[21/39] Compiling AsyncSwiftGit Reference.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 | import Logging
6 |
7 | extension git_merge_analysis_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | extension git_merge_preference_t: OptionSet {}
9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 |
7 | extension git_merge_analysis_t: OptionSet {}
8 | extension git_merge_preference_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | private extension Logger {
[22/39] Compiling AsyncSwiftGit Repository.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 | import Logging
6 |
7 | extension git_merge_analysis_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_analysis_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | extension git_merge_preference_t: OptionSet {}
9 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/Repository.swift:8:1: warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
6 |
7 | extension git_merge_analysis_t: OptionSet {}
8 | extension git_merge_preference_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_preference_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | private extension Logger {
[23/39] Compiling AsyncSwiftGit Tree.swift
[24/39] Compiling AsyncSwiftGit TreeEntry.swift
[25/39] Compiling AsyncSwiftGit Diff.swift
[26/39] Compiling AsyncSwiftGit FetchOptions.swift
[27/39] Compiling AsyncSwiftGit GitConnectionSettings.swift
[28/39] Compiling AsyncSwiftGit StatusEntry.swift
[29/39] Compiling AsyncSwiftGit SyncSettingsForm.swift
[30/39] Compiling AsyncSwiftGit SerializedGitConnectionSettings.swift
[31/39] Compiling AsyncSwiftGit Signature.swift
[32/39] Compiling AsyncSwiftGit ObjectType.swift
[33/39] Compiling AsyncSwiftGit PushOptions.swift
[34/39] Compiling AsyncSwiftGit Index.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
4 | import Foundation
5 |
6 | extension git_merge_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | extension git_merge_file_flag_t: OptionSet {}
8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 |
6 | extension git_merge_flag_t: OptionSet {}
7 | extension git_merge_file_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | struct MergeOptions {
[35/39] Compiling AsyncSwiftGit MergeOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
4 | import Foundation
5 |
6 | extension git_merge_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | extension git_merge_file_flag_t: OptionSet {}
8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 |
6 | extension git_merge_flag_t: OptionSet {}
7 | extension git_merge_file_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | struct MergeOptions {
[36/39] Compiling AsyncSwiftGit ObjectID.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:6:1: warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
4 | import Foundation
5 |
6 | extension git_merge_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | extension git_merge_file_flag_t: OptionSet {}
8 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSwiftGit/MergeOptions.swift:7:1: warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
5 |
6 | extension git_merge_flag_t: OptionSet {}
7 | extension git_merge_file_flag_t: OptionSet {}
| |- warning: extension declares a conformance of imported type 'git_merge_file_flag_t' to imported protocols 'OptionSet', 'SetAlgebra', 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'Clibgit2' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | struct MergeOptions {
[37/39] Compiling AsyncSwiftGit GitConnectionSettingsDocument.swift
[38/39] Compiling AsyncSwiftGit GitError.swift
[39/39] Compiling AsyncSwiftGit Index+Entry.swift
Build complete! (17.74s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/bdewey/static-libgit2
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
[1/600] Fetching static-libgit2
Fetched https://github.com/bdewey/static-libgit2 from cache (6.59s)
Computing version for https://github.com/bdewey/static-libgit2
Computed https://github.com/bdewey/static-libgit2 at 0.5.0 (7.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Creating working copy for https://github.com/bdewey/static-libgit2
Working copy of https://github.com/bdewey/static-libgit2 resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
"dependencies" : [
{
"identity" : "static-libgit2",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdewey/static-libgit2"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "AsyncSwiftGit",
"name" : "AsyncSwiftGit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "AsyncSwiftGit",
"targets" : [
"AsyncSwiftGit",
"Initializer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Initializer",
"module_type" : "ClangTarget",
"name" : "Initializer",
"path" : "Sources/Initializer",
"product_dependencies" : [
"static-libgit2"
],
"product_memberships" : [
"AsyncSwiftGit"
],
"sources" : [
"git_initialize.m"
],
"type" : "library"
},
{
"c99name" : "AsyncSwiftGitTests",
"module_type" : "SwiftTarget",
"name" : "AsyncSwiftGitTests",
"path" : "Tests/AsyncSwiftGitTests",
"sources" : [
"RepositoryTests.swift",
"SerializedGitConectionSettingsTests.swift"
],
"target_dependencies" : [
"AsyncSwiftGit"
],
"type" : "test"
},
{
"c99name" : "AsyncSwiftGit",
"module_type" : "SwiftTarget",
"name" : "AsyncSwiftGit",
"path" : "Sources/AsyncSwiftGit",
"product_dependencies" : [
"static-libgit2",
"Logging"
],
"product_memberships" : [
"AsyncSwiftGit"
],
"sources" : [
"BranchType.swift",
"CheckoutOptions.swift",
"CloneOptions.swift",
"Commit.swift",
"ConflictError.swift",
"Credentials.swift",
"Diff.swift",
"FetchOptions.swift",
"GitConnectionSettings.swift",
"GitConnectionSettingsDocument.swift",
"GitError.swift",
"Index+Entry.swift",
"Index.swift",
"MergeOptions.swift",
"ObjectID.swift",
"ObjectType.swift",
"PushOptions.swift",
"Reference.swift",
"Repository.swift",
"SerializedGitConnectionSettings.swift",
"Signature.swift",
"StatusEntry.swift",
"SyncSettingsForm.swift",
"Tree.swift",
"TreeEntry.swift"
],
"target_dependencies" : [
"Initializer"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.