Build Information
Successful build of Swollama, reference 2.0.0 (21b4bc
), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 28 Jun 2025 01:38:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcusziade/Swollama.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcusziade/Swollama
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 21b4bc7 fix: Remove 'Release' prefix from GitHub release titles
Cloned https://github.com/marcusziade/Swollama.git
Revision (git rev-parse @):
21b4bc72d6dd0ce9e76fa7b91c68215c44f38328
SUCCESS checkout https://github.com/marcusziade/Swollama.git at 2.0.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/marcusziade/Swollama.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Swollama: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swollama
{
"dependencies" : [
],
"manifest_display_name" : "Swollama",
"name" : "Swollama",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Swollama",
"targets" : [
"Swollama"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwollamaCLI",
"targets" : [
"SwollamaCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwollamaTests",
"module_type" : "SwiftTarget",
"name" : "SwollamaTests",
"path" : "Tests/SwollamaTests",
"sources" : [
"NewFeaturesTests.swift",
"SwollamaTests.swift"
],
"target_dependencies" : [
"Swollama"
],
"type" : "test"
},
{
"c99name" : "SwollamaCLI",
"module_type" : "SwiftTarget",
"name" : "SwollamaCLI",
"path" : "Sources/SwollamaCLI",
"product_memberships" : [
"SwollamaCLI"
],
"sources" : [
"Commands/BlobCommand.swift",
"Commands/ChatCommand.swift",
"Commands/CommandProtocol.swift",
"Commands/CopyModelCommand.swift",
"Commands/CreateCommand.swift",
"Commands/DeleteModelCommand.swift",
"Commands/EmbeddingsCommand.swift",
"Commands/EnhancedChatCommand.swift",
"Commands/GenerateCommand.swift",
"Commands/ListModelsCommand.swift",
"Commands/ListRunningModelsCommand.swift",
"Commands/PullModelCommand.swift",
"Commands/PushCommand.swift",
"Commands/ShowModelCommand.swift",
"Commands/TestCommand.swift",
"Commands/VersionCommand.swift",
"EnhancedSwollamaCLI.swift",
"ErrorRecovery.swift",
"InputHandler.swift",
"LinuxSupport.swift",
"StreamDebugger.swift",
"SwollamaCLI.swift",
"Tools/CLIError.swift",
"Tools/ModelFormatter.swift",
"Tools/ProgressTracker.swift",
"Tools/SpeedCalculator.swift",
"Tools/TerminalHelper.swift"
],
"target_dependencies" : [
"Swollama"
],
"type" : "executable"
},
{
"c99name" : "Swollama",
"module_type" : "SwiftTarget",
"name" : "Swollama",
"path" : "Sources/Swollama",
"product_memberships" : [
"Swollama",
"SwollamaCLI"
],
"sources" : [
"ChatOptions.swift",
"EmbeddingOptions.swift",
"GenerationOptions.swift",
"Models/ChatRequest.swift",
"Models/ChatResponse.swift",
"Models/CreateModelRequest.swift",
"Models/EmbeddingRequest.swift",
"Models/EmbeddingResponse.swift",
"Models/GenerateRequest.swift",
"Models/GenerateResponse.swift",
"Models/ModelFamily.swift",
"Models/ModelFormat.swift",
"Models/ModelInformation.swift",
"Models/ModelsResponse.swift",
"Models/OllamaModelName.swift",
"Models/OperationProgress.swift",
"Models/QuantizationLevel.swift",
"Models/RunningModelsResponse.swift",
"Models/ShowModelRequest.swift",
"Models/ToolCall.swift",
"Models/ToolDefinition.swift",
"Models/VersionResponse.swift",
"NetworkingSupport+Streaming.swift",
"NetworkingSupport.swift",
"OllamaClient+Generation.swift",
"OllamaClient+ModelManagement.swift",
"OllamaClient.swift",
"OllamaConfiguration.swift",
"OllamaError.swift",
"OllamaProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Swollama",
"Swollama-Package",
"SwollamaCLI"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 Swollama-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
Swollama: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'SwollamaCLI' in project 'Swollama'
➜ Explicit dependency on target 'Swollama' in project 'Swollama'
Target 'Swollama' in project 'Swollama'
➜ Explicit dependency on target 'Swollama' in project 'Swollama'
Target 'Swollama' in project 'Swollama' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 132ee53365b89ac473da5e5c9e2f906b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/132ee53365b89ac473da5e5c9e2f906b.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
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
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/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyStaticMetadataFileList (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyMetadataFileList (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.modulemap (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/SwollamaCLI.DependencyStaticMetadataFileList (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/SwollamaCLI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/SwollamaCLI.DependencyMetadataFileList (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/SwollamaCLI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.modulemap (in target 'Swollama' from project 'Swollama')
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/Swollama.build/Debug/Swollama.build/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-74FSHJ7Y9OFU31XW3USCCV6H9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-6TL9KT83HX9WCNN6MUJ4RXY13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ETXGO0CCN50NJJJ1T7O9OG7QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BOGP854PAM05OU9SEQ6T6CKZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CB7S9KW6BCE8K3W9BQR8Z8L7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-8Z3DGWJN4BZ05LEF7ZV8ZZXOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B1DEY84NT78VC91CZTGCR6P2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-771G992C02Z1PKJN0NBXDZ54L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-4F6W88HH2I5QECJK4DQWSN688.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CXIFL9FUFZMGL45NUHJFXF7KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2H78LDXQL2QSOBU9E8S6W5Q85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9DRP2UGNZ7B3VFK2LROWNHXAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6ZZNJZ45HVZSO0GOX4U8979M9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1FEZ8WXDGBOZ9ORWT6DRYUDKD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-9ZUSOOTZY4TE6H1909JZHSICE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-EVRLXEQT1RUE9WJZHPXUROVRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-6Y7U46VS0V2C4QFLFRCY3W0XL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-DUJTO8A4UY7XH87NSAUP6Y992.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6NBUGIV2QW8A8LH005H34YCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BQP0R8JLYV2F1CPSK0VA3XD2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4SXQ0NNFO6D0W9PZ9T713HIVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-E6P09CF5VM5JV7V9R2RRL1RC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CFV17P5GIIS6XIDB3Z4JNTJHB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-881WXGYR1RBOJ7T336TLGWOQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-B0XW8B8UX4R6SLAS5KEFFINY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-ABLA7SJUDIMMX99SIOZ8SN15.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8QVMIAJK18QWY0JDBLN5CE7RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-B2MMD5Z4G6HM52GN9F4MO00HT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-18ZXKRRAO7S8MJT79AVBEGMSD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-32XM9N84T9KYPA839NVNUSWS3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-2AI4IIFGG13NJB8A41NV2MF78.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Swollama (in target 'Swollama' from project 'Swollama')
EmitSwiftModule normal arm64 (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ChatRequest.swift,\ ChatResponse.swift,\ CreateModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ShowModelRequest.swift,\ ToolCall.swift,\ ToolDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift,\ OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:134:63: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
if let decoded = try? decoder.decode(T.self, from: lineData) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:105:31: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
AsyncThrowingStream { continuation in
^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:156:42: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
continuation.onTermination = { @Sendable _ in
^
SwiftCompile normal arm64 Compiling\ OperationProgress.swift,\ QuantizationLevel.swift,\ RunningModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ChatOptions.swift,\ EmbeddingOptions.swift,\ GenerationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EmbeddingRequest.swift,\ EmbeddingResponse.swift,\ GenerateRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OllamaConfiguration.swift,\ OllamaError.swift,\ OllamaProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ModelInformation.swift,\ ModelsResponse.swift,\ OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ VersionResponse.swift,\ NetworkingSupport+Streaming.swift,\ NetworkingSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GenerateResponse.swift,\ ModelFamily.swift,\ ModelFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Swollama (in target 'Swollama' from project 'Swollama')
SwiftDriver\ Compilation\ Requirements Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling GenerateResponse.swift, ModelFamily.swift, ModelFormat.swift (in target 'Swollama' from project 'Swollama')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Swollama-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-Swift.h (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Swollama-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule (in target 'Swollama' from project 'Swollama')
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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftdoc (in target 'Swollama' from project 'Swollama')
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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.abi.json (in target 'Swollama' from project 'Swollama')
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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftsourceinfo (in target 'Swollama' from project 'Swollama')
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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver SwollamaCLI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift, OllamaClient.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling OllamaConfiguration.swift, OllamaError.swift, OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ChatOptions.swift, EmbeddingOptions.swift, GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling OperationProgress.swift, QuantizationLevel.swift, RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling VersionResponse.swift, NetworkingSupport+Streaming.swift, NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ShowModelRequest.swift, ToolCall.swift, ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling EmbeddingRequest.swift, EmbeddingResponse.swift, GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelInformation.swift, ModelsResponse.swift, OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ChatRequest.swift, ChatResponse.swift, CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriver\ Compilation Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.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/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-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/Swollama.o normal (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.o
ExtractAppIntentsMetadata (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Swollama --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.Swollama --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.appintents --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Swollama.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-27 18:37:59.681 appintentsmetadataprocessor[637:3750] Starting appintentsmetadataprocessor export
2025-06-27 18:37:59.743 appintentsmetadataprocessor[637:3750] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.o (in target 'Swollama' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Swollama.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-A3RVHBMX1QQU3IH99QRROOLJH.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
EmitSwiftModule normal arm64 (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SwollamaCLI.swift,\ CLIError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ VersionCommand.swift,\ EnhancedSwollamaCLI.swift,\ ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ InputHandler.swift,\ LinuxSupport.swift,\ StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SpeedCalculator.swift,\ TerminalHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListModelsCommand.swift,\ ListRunningModelsCommand.swift,\ PullModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CopyModelCommand.swift,\ CreateCommand.swift,\ DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EmbeddingsCommand.swift,\ EnhancedChatCommand.swift,\ GenerateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:152:36: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
print("# Total Duration: \(response.totalDuration)ns")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:152:45: note: use 'String(describing:)' to silence this warning
print("# Total Duration: \(response.totalDuration)ns")
~~~~~~~~~^~~~~~~~~~~~~
String(describing: )
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:152:45: note: provide a default value to avoid this warning
print("# Total Duration: \(response.totalDuration)ns")
~~~~~~~~~^~~~~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:166:34: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
print("Total Duration: \(response.totalDuration)ns")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:166:43: note: use 'String(describing:)' to silence this warning
print("Total Duration: \(response.totalDuration)ns")
~~~~~~~~~^~~~~~~~~~~~~
String(describing: )
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:166:43: note: provide a default value to avoid this warning
print("Total Duration: \(response.totalDuration)ns")
~~~~~~~~~^~~~~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:167:33: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
print("Load Duration: \(response.loadDuration)ns")
^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:167:42: note: use 'String(describing:)' to silence this warning
print("Load Duration: \(response.loadDuration)ns")
~~~~~~~~~^~~~~~~~~~~~
String(describing: )
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:167:42: note: provide a default value to avoid this warning
print("Load Duration: \(response.loadDuration)ns")
~~~~~~~~~^~~~~~~~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:168:37: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
print("Prompt Eval Count: \(response.promptEvalCount)")
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:168:46: note: use 'String(describing:)' to silence this warning
print("Prompt Eval Count: \(response.promptEvalCount)")
~~~~~~~~~^~~~~~~~~~~~~~~
String(describing: )
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift:168:46: note: provide a default value to avoid this warning
print("Prompt Eval Count: \(response.promptEvalCount)")
~~~~~~~~~^~~~~~~~~~~~~~~
?? <#default value#>
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PushCommand.swift,\ ShowModelCommand.swift,\ TestCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BlobCommand.swift,\ ChatCommand.swift,\ CommandProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ModelFormatter.swift,\ ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriver\ Compilation\ Requirements SwollamaCLI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SpeedCalculator.swift, TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule (in target 'SwollamaCLI' from project 'Swollama')
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/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftdoc (in target 'SwollamaCLI' from project 'Swollama')
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/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.abi.json (in target 'SwollamaCLI' from project 'Swollama')
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/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftsourceinfo (in target 'SwollamaCLI' from project 'Swollama')
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/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ListModelsCommand.swift, ListRunningModelsCommand.swift, PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling CopyModelCommand.swift, CreateCommand.swift, DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling SwollamaCLI.swift, CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling PushCommand.swift, ShowModelCommand.swift, TestCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling VersionCommand.swift, EnhancedSwollamaCLI.swift, ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling BlobCommand.swift, ChatCommand.swift, CommandProtocol.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelFormatter.swift, ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling InputHandler.swift, LinuxSupport.swift, StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling EmbeddingsCommand.swift, EnhancedChatCommand.swift, GenerateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriver\ Compilation SwollamaCLI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos14.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 -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/SwollamaCLI normal (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-linker-args.resp -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug/Swollama.build/Objects-normal/arm64/Swollama-linker-args.resp
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwollamaCLI
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:2c1f5358e02634d11999056fa07b258ba484c65f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:2c1f5358e02634d11999056fa07b258ba484c65f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:2c1f5358e02634d11999056fa07b258ba484c65f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:2c1f5358e02634d11999056fa07b258ba484c65f, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Swollama",
"name" : "Swollama",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Swollama",
"targets" : [
"Swollama"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwollamaCLI",
"targets" : [
"SwollamaCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwollamaTests",
"module_type" : "SwiftTarget",
"name" : "SwollamaTests",
"path" : "Tests/SwollamaTests",
"sources" : [
"NewFeaturesTests.swift",
"SwollamaTests.swift"
],
"target_dependencies" : [
"Swollama"
],
"type" : "test"
},
{
"c99name" : "SwollamaCLI",
"module_type" : "SwiftTarget",
"name" : "SwollamaCLI",
"path" : "Sources/SwollamaCLI",
"product_memberships" : [
"SwollamaCLI"
],
"sources" : [
"Commands/BlobCommand.swift",
"Commands/ChatCommand.swift",
"Commands/CommandProtocol.swift",
"Commands/CopyModelCommand.swift",
"Commands/CreateCommand.swift",
"Commands/DeleteModelCommand.swift",
"Commands/EmbeddingsCommand.swift",
"Commands/EnhancedChatCommand.swift",
"Commands/GenerateCommand.swift",
"Commands/ListModelsCommand.swift",
"Commands/ListRunningModelsCommand.swift",
"Commands/PullModelCommand.swift",
"Commands/PushCommand.swift",
"Commands/ShowModelCommand.swift",
"Commands/TestCommand.swift",
"Commands/VersionCommand.swift",
"EnhancedSwollamaCLI.swift",
"ErrorRecovery.swift",
"InputHandler.swift",
"LinuxSupport.swift",
"StreamDebugger.swift",
"SwollamaCLI.swift",
"Tools/CLIError.swift",
"Tools/ModelFormatter.swift",
"Tools/ProgressTracker.swift",
"Tools/SpeedCalculator.swift",
"Tools/TerminalHelper.swift"
],
"target_dependencies" : [
"Swollama"
],
"type" : "executable"
},
{
"c99name" : "Swollama",
"module_type" : "SwiftTarget",
"name" : "Swollama",
"path" : "Sources/Swollama",
"product_memberships" : [
"Swollama",
"SwollamaCLI"
],
"sources" : [
"ChatOptions.swift",
"EmbeddingOptions.swift",
"GenerationOptions.swift",
"Models/ChatRequest.swift",
"Models/ChatResponse.swift",
"Models/CreateModelRequest.swift",
"Models/EmbeddingRequest.swift",
"Models/EmbeddingResponse.swift",
"Models/GenerateRequest.swift",
"Models/GenerateResponse.swift",
"Models/ModelFamily.swift",
"Models/ModelFormat.swift",
"Models/ModelInformation.swift",
"Models/ModelsResponse.swift",
"Models/OllamaModelName.swift",
"Models/OperationProgress.swift",
"Models/QuantizationLevel.swift",
"Models/RunningModelsResponse.swift",
"Models/ShowModelRequest.swift",
"Models/ToolCall.swift",
"Models/ToolDefinition.swift",
"Models/VersionResponse.swift",
"NetworkingSupport+Streaming.swift",
"NetworkingSupport.swift",
"OllamaClient+Generation.swift",
"OllamaClient+ModelManagement.swift",
"OllamaClient.swift",
"OllamaConfiguration.swift",
"OllamaError.swift",
"OllamaProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.