Build Information
Successful build of app-groups, reference 1.11.0 (382477), with Swift 6.2 for macOS (SPM) on 26 Mar 2026 06:27:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sersoft-gmbh/app-groups.git
Reference: 1.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sersoft-gmbh/app-groups
* tag 1.11.0 -> FETCH_HEAD
HEAD is now at 3824770 Add support for Swift 6.3
Cloned https://github.com/sersoft-gmbh/app-groups.git
Revision (git rev-parse @):
3824770ae619098c10d04f197107e7a3a4369f07
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sersoft-gmbh/app-groups.git at 1.11.0
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[219/5842] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "app-groups",
"name": "app-groups",
"url": "https://github.com/sersoft-gmbh/app-groups.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/app-groups",
"dependencies": [
]
}
]
}
Fetching https://github.com/sersoft-gmbh/app-groups.git
[1/1895] Fetching app-groups
Fetched https://github.com/sersoft-gmbh/app-groups.git from cache (0.94s)
Creating working copy for https://github.com/sersoft-gmbh/app-groups.git
Working copy of https://github.com/sersoft-gmbh/app-groups.git resolved at 1.11.0 (3824770)
warning: '.resolve-product-dependencies': dependency 'app-groups' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sersoft-gmbh/app-groups.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/6] Emitting module AppGroups
[6/6] Compiling AppGroups AppGroup.swift
Build complete! (13.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "app-groups",
"name" : "app-groups",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AppGroups",
"targets" : [
"AppGroups"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppGroupsTests",
"module_type" : "SwiftTarget",
"name" : "AppGroupsTests",
"path" : "Tests/AppGroupsTests",
"sources" : [
"AppGroupTests.swift"
],
"target_dependencies" : [
"AppGroups"
],
"type" : "test"
},
{
"c99name" : "AppGroups",
"module_type" : "SwiftTarget",
"name" : "AppGroups",
"path" : "Sources/AppGroups",
"product_memberships" : [
"AppGroups"
],
"sources" : [
"AppGroup.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.