Build Information
Successful build of DictionaryKit, reference main (f59937), with Swift 6.1 for macOS (SPM) on 10 Feb 2026 05:32:24 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakeoeding/DictionaryKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jakeoeding/DictionaryKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f59937a update versions to make build less restrictive
Cloned https://github.com/jakeoeding/DictionaryKit.git
Revision (git rev-parse @):
f59937a25e51da73ff0d3fe5f58b0e8f7d080ddc
SUCCESS checkout https://github.com/jakeoeding/DictionaryKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jakeoeding/DictionaryKit.git
https://github.com/jakeoeding/DictionaryKit.git
{
"dependencies" : [
],
"manifest_display_name" : "DictionaryKit",
"name" : "DictionaryKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DictionaryKit",
"targets" : [
"DictionaryKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DictionaryKitExample",
"targets" : [
"DictionaryKitExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DictionaryKitExample",
"module_type" : "ClangTarget",
"name" : "DictionaryKitExample",
"path" : "Examples",
"product_memberships" : [
"DictionaryKitExample"
],
"sources" : [
"DictionaryKitExample/main.m"
],
"target_dependencies" : [
"DictionaryKit"
],
"type" : "executable"
},
{
"c99name" : "DictionaryKit",
"module_type" : "ClangTarget",
"name" : "DictionaryKit",
"path" : "Sources/DictionaryKit",
"product_memberships" : [
"DictionaryKit",
"DictionaryKitExample"
],
"sources" : [
"TTTDictionary.m"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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/6] Write DictionaryKitExample-entitlement.plist
[1/6] Compiling main.m
[2/6] Compiling DictionaryKit TTTDictionary.m
[3/6] Write Objects.LinkFileList
[4/6] Linking DictionaryKitExample
[5/6] Applying DictionaryKitExample
Build complete! (2.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DictionaryKit",
"name" : "DictionaryKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DictionaryKit",
"targets" : [
"DictionaryKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DictionaryKitExample",
"targets" : [
"DictionaryKitExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DictionaryKitExample",
"module_type" : "ClangTarget",
"name" : "DictionaryKitExample",
"path" : "Examples",
"product_memberships" : [
"DictionaryKitExample"
],
"sources" : [
"DictionaryKitExample/main.m"
],
"target_dependencies" : [
"DictionaryKit"
],
"type" : "executable"
},
{
"c99name" : "DictionaryKit",
"module_type" : "ClangTarget",
"name" : "DictionaryKit",
"path" : "Sources/DictionaryKit",
"product_memberships" : [
"DictionaryKit",
"DictionaryKitExample"
],
"sources" : [
"TTTDictionary.m"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.