Build Information
Successful build of SwiftAgentCore, reference main (6bdd50), with Swift 6.0 for macOS (SPM) on 23 Feb 2026 11:47:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/herrkaefer/SwiftAgentCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/herrkaefer/SwiftAgentCore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6bdd505 Release 1.3.0: add core skill registry and read_skill tool
Cloned https://github.com/herrkaefer/SwiftAgentCore.git
Revision (git rev-parse @):
6bdd505ac196d15ab9b4bd184eba8b23bb8c2ff8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/herrkaefer/SwiftAgentCore.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/herrkaefer/SwiftAgentCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/23] Emitting module SwiftAgentCore
[4/25] Compiling SwiftAgentCore SkillLoader.swift
[5/25] Compiling SwiftAgentCore SkillRegistry.swift
[6/25] Compiling SwiftAgentCore OpenAICompatibleProfile.swift
[7/25] Compiling SwiftAgentCore OpenAICompatibleProvider.swift
[8/25] Compiling SwiftAgentCore MiniMaxAnthropicProvider.swift
[9/25] Compiling SwiftAgentCore OAuthCallbackServer.swift
[10/25] Compiling SwiftAgentCore OpenAIResponsesProvider.swift
[11/25] Compiling SwiftAgentCore StructuredToolFallbackProvider.swift
[12/25] Compiling SwiftAgentCore OpenAICodexOAuth.swift
[13/25] Compiling SwiftAgentCore OpenAICompatibleCore.swift
[14/25] Compiling SwiftAgentCore GeminiProvider.swift
[15/25] Compiling SwiftAgentCore LLMAuth.swift
[16/25] Compiling SwiftAgentCore LLMProvider.swift
[17/25] Compiling SwiftAgentCore LLMTypes.swift
[18/25] Compiling SwiftAgentCore AgentTypes.swift
[19/25] Compiling SwiftAgentCore ToolRegistry.swift
[20/25] Compiling SwiftAgentCore AnthropicClaudeOAuth.swift
[21/25] Compiling SwiftAgentCore ReadSkillTool.swift
[22/25] Compiling SwiftAgentCore SkillDefinition.swift
[23/25] Compiling SwiftAgentCore AgentEvent.swift
[24/25] Compiling SwiftAgentCore AgentLoop.swift
[25/25] Compiling SwiftAgentCore AgentTool.swift
Build complete! (5.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftAgentCore",
"name" : "SwiftAgentCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftAgentCore",
"targets" : [
"SwiftAgentCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAgentCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAgentCoreTests",
"path" : "Tests/SwiftAgentCoreTests",
"sources" : [
"AgentLoopTests.swift",
"GeminiProviderTests.swift",
"MiniMaxAnthropicProviderTests.swift",
"OpenAICompatibleProfileTests.swift",
"OpenAICompatibleProviderToolCallingTests.swift",
"OpenAIResponsesProviderModelsTests.swift",
"SkillLoaderTests.swift",
"StructuredToolFallbackProviderTests.swift"
],
"target_dependencies" : [
"SwiftAgentCore"
],
"type" : "test"
},
{
"c99name" : "SwiftAgentCore",
"module_type" : "SwiftTarget",
"name" : "SwiftAgentCore",
"path" : "Sources/SwiftAgentCore",
"product_memberships" : [
"SwiftAgentCore"
],
"sources" : [
"Core/AgentEvent.swift",
"Core/AgentLoop.swift",
"Core/AgentTool.swift",
"Core/AgentTypes.swift",
"Core/ToolRegistry.swift",
"LLM/AnthropicClaudeOAuth.swift",
"LLM/GeminiProvider.swift",
"LLM/LLMAuth.swift",
"LLM/LLMProvider.swift",
"LLM/LLMTypes.swift",
"LLM/MiniMaxAnthropicProvider.swift",
"LLM/OAuthCallbackServer.swift",
"LLM/OpenAICodexOAuth.swift",
"LLM/OpenAICompatibleCore.swift",
"LLM/OpenAICompatibleProfile.swift",
"LLM/OpenAICompatibleProvider.swift",
"LLM/OpenAIResponsesProvider.swift",
"LLM/StructuredToolFallbackProvider.swift",
"Skills/ReadSkillTool.swift",
"Skills/SkillDefinition.swift",
"Skills/SkillLoader.swift",
"Skills/SkillRegistry.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.