Build Information
Successful build of SwiftAgentCore, reference main (6bdd50), with Swift 6.1 for tvOS using Xcode 16.3 on 23 Feb 2026 11:48:47 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftAgentCore -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild 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: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/herrkaefer/SwiftAgentCore.git
https://github.com/herrkaefer/SwiftAgentCore.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftAgentCore: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftAgentCore
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftAgentCore"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftAgentCore -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftAgentCore -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
SwiftAgentCore: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'SwiftAgentCore' in project 'SwiftAgentCore'
➜ Explicit dependency on target 'SwiftAgentCore' in project 'SwiftAgentCore'
Target 'SwiftAgentCore' in project 'SwiftAgentCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1254bfd1d3a8818d0cd79ec3f1fafa4c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1254bfd1d3a8818d0cd79ec3f1fafa4c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyStaticMetadataFileList (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyMetadataFileList (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.modulemap (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.LinkFileList (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftConstValuesFileList (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_const_extract_protocols.json (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-OutputFileMap.json (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftAgentCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.modulemap (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver SwiftAgentCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftAgentCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AgentTypes.swift,\ ToolRegistry.swift,\ AnthropicClaudeOAuth.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/ToolRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/AnthropicClaudeOAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentTypes.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/ToolRegistry.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/AnthropicClaudeOAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeminiProvider.swift,\ LLMAuth.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/GeminiProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/GeminiProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/GeminiProvider.swift:70:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LLMProvider.swift,\ LLMTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMTypes.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMTypes.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AgentEvent.swift,\ AgentLoop.swift,\ AgentTool.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentTool.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentEvent.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:57:25: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
let task = Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:59:17: note: closure captures non-Sendable 'onEvent'
onEvent(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:66:42: note: closure captures non-Sendable 'config'
guard let totalTimeout = config.totalTimeout else { return nil }
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(event)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: note: task-isolated 'event' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:123:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:128:42: note: closure captures 'onTextDelta' which is accessible to code in the current task
onTextDelta: onTextDelta
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:131:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:138:42: note: closure captures 'config' which is accessible to code in the current task
seconds: config.totalTimeout ?? timeout.seconds
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:57:25: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
let task = Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:59:17: note: closure captures non-Sendable 'onEvent'
onEvent(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:66:42: note: closure captures non-Sendable 'config'
guard let totalTimeout = config.totalTimeout else { return nil }
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(event)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: note: task-isolated 'event' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:123:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:128:42: note: closure captures 'onTextDelta' which is accessible to code in the current task
onTextDelta: onTextDelta
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:131:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:138:42: note: closure captures 'config' which is accessible to code in the current task
seconds: config.totalTimeout ?? timeout.seconds
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentTool.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:57:25: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
let task = Task {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:59:17: note: closure captures non-Sendable 'onEvent'
onEvent(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:66:42: note: closure captures non-Sendable 'config'
guard let totalTimeout = config.totalTimeout else { return nil }
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
continuation.yield(event)
~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:60:30: note: task-isolated 'event' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.yield(event)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:123:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:128:42: note: closure captures 'onTextDelta' which is accessible to code in the current task
onTextDelta: onTextDelta
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:131:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Core/AgentLoop.swift:138:42: note: closure captures 'config' which is accessible to code in the current task
seconds: config.totalTimeout ?? timeout.seconds
^
SwiftCompile normal arm64 Compiling\ SkillLoader.swift,\ SkillRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillRegistry.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillLoader.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillRegistry.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftAgentCore (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
EmitSwiftModule normal arm64 (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/GeminiProvider.swift:70:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/MiniMaxAnthropicProvider.swift:93:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:69:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift:128:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:63:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
SwiftCompile normal arm64 Compiling\ ReadSkillTool.swift,\ SkillDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/ReadSkillTool.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillDefinition.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/ReadSkillTool.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/Skills/SkillDefinition.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OpenAICodexOAuth.swift,\ OpenAICompatibleCore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICodexOAuth.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleCore.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICodexOAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleCore.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OpenAIResponsesProvider.swift,\ StructuredToolFallbackProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift:128:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift:227:53: warning: sending 'self.oauthProvider' risks causing data races; this is an error in the Swift 6 language mode
let refreshed = try await oauthProvider.refreshToken(credentials)
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAIResponsesProvider.swift:227:53: note: sending 'self'-isolated 'self.oauthProvider' to nonisolated instance method 'refreshToken' risks causing data races between nonisolated and 'self'-isolated uses
let refreshed = try await oauthProvider.refreshToken(credentials)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:63:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:56:20: warning: sending 'self.base' risks causing data races; this is an error in the Swift 6 language mode
await base.checkAvailability()
~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:56:20: note: sending 'self'-isolated 'self.base' to nonisolated instance method 'checkAvailability()' risks causing data races between nonisolated and 'self'-isolated uses
await base.checkAvailability()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:60:24: warning: sending 'self.base' risks causing data races; this is an error in the Swift 6 language mode
try await base.availableModels()
~~~~~^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:60:24: note: sending 'self'-isolated 'self.base' to nonisolated instance method 'availableModels()' risks causing data races between nonisolated and 'self'-isolated uses
try await base.availableModels()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:159:39: warning: sending 'self.base' risks causing data races; this is an error in the Swift 6 language mode
let response = try await base.sendMessage(
~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/StructuredToolFallbackProvider.swift:159:39: note: sending 'self'-isolated 'self.base' to nonisolated instance method 'sendMessage(system:messages:tools:onTextDelta:)' risks causing data races between nonisolated and 'self'-isolated uses
let response = try await base.sendMessage(
^
SwiftCompile normal arm64 Compiling\ MiniMaxAnthropicProvider.swift,\ OAuthCallbackServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/MiniMaxAnthropicProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OAuthCallbackServer.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/MiniMaxAnthropicProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/MiniMaxAnthropicProvider.swift:93:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OAuthCallbackServer.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OpenAICompatibleProfile.swift,\ OpenAICompatibleProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProfile.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProfile.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:69:17: warning: non-sendable parameter type '(String) -> Void' cannot be sent from caller of protocol requirement 'sendMessage(system:messages:tools:onTextDelta:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
public func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/LLMProvider.swift:10:10: note: a function type must be marked '@Sendable' to conform to 'Sendable'
func sendMessage(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:95:53: warning: sending 'oauthProvider' risks causing data races; this is an error in the Swift 6 language mode
let refreshed = try await oauthProvider.refreshToken(credentials)
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:95:53: note: sending 'self'-isolated 'oauthProvider' to nonisolated instance method 'refreshToken' risks causing data races between nonisolated and 'self'-isolated uses
let refreshed = try await oauthProvider.refreshToken(credentials)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:77:47: warning: sending 'onTextDelta' risks causing data races; this is an error in the Swift 6 language mode
return try await OpenAICompatibleCore.sendMessage(
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgentCore/LLM/OpenAICompatibleProvider.swift:77:47: note: sending 'self'-isolated 'onTextDelta' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
return try await OpenAICompatibleCore.sendMessage(
^
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftAgentCore (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriver\ Compilation\ Requirements SwiftAgentCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftAgentCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OpenAICompatibleProfile.swift, OpenAICompatibleProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftAgentCore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-Swift.h (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftAgentCore-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling MiniMaxAnthropicProvider.swift, OAuthCallbackServer.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling ReadSkillTool.swift, SkillDefinition.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.abi.json (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftdoc (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftsourceinfo (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LLMProvider.swift, LLMTypes.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling AgentEvent.swift, AgentLoop.swift, AgentTool.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling GeminiProvider.swift, LLMAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling SkillLoader.swift, SkillRegistry.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling OpenAIResponsesProvider.swift, StructuredToolFallbackProvider.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling AgentTypes.swift, ToolRegistry.swift, AnthropicClaudeOAuth.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriverJobDiscovery normal arm64 Compiling OpenAICodexOAuth.swift, OpenAICompatibleCore.swift (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
SwiftDriver\ Compilation SwiftAgentCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftAgentCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.o normal (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.o
ExtractAppIntentsMetadata (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftAgentCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.SwiftAgentCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.appintents --target-triple arm64-apple-tvos16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/SwiftAgentCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgentCore.build/Debug-appletvos/SwiftAgentCore.build/Objects-normal/arm64/SwiftAgentCore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-23 03:48:46.584 appintentsmetadataprocessor[746:4291] Starting appintentsmetadataprocessor export
2026-02-23 03:48:46.624 appintentsmetadataprocessor[746:4291] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.o (in target 'SwiftAgentCore' from project 'SwiftAgentCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftAgentCore.o
** BUILD SUCCEEDED **
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.