The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Swollama, reference master (1ae1e1), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 18:56:23 UTC.

Swift 6 data race errors: 17

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcusziade/Swollama.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcusziade/Swollama
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1ae1e15 remove redundant license.md file
Cloned https://github.com/marcusziade/Swollama.git
Revision (git rev-parse @):
1ae1e15b0730e034f9b0d34bf4872cf342acdb31
SUCCESS checkout https://github.com/marcusziade/Swollama.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/marcusziade/Swollama.git
https://github.com/marcusziade/Swollama.git
{
  "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" : [
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/ShowModelCommand.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/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/ToolCall.swift",
        "Models/ToolDefinition.swift",
        "OllamaClient+Generation.swift",
        "OllamaClient+ModelManagement.swift",
        "OllamaClient.swift",
        "OllamaConfiguration.swift",
        "OllamaError.swift",
        "OllamaProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  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" : [
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/ShowModelCommand.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/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/ToolCall.swift",
        "Models/ToolDefinition.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Swollama-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7caa222f8994a6ff2ba0429faedb4488
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7caa222f8994a6ff2ba0429faedb4488.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/SwollamaCLI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/SwollamaCLI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Swollama.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Swollama.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Swollama.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-16.3.0.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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ EmbeddingResponse.swift,\ GenerateRequest.swift,\ GenerateResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift (in target 'Swollama' from project 'Swollama')
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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:14:16: warning: stored property 'format' of 'Sendable'-conforming struct 'GenerateRequest' has non-sendable type 'ResponseFormat?'; this is an error in the Swift 6 language mode
    public let format: ResponseFormat?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:66:13: note: consider making enum 'ResponseFormat' conform to the 'Sendable' protocol
public enum ResponseFormat: String, Codable {
            ^
                                           , Sendable
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 Compiling\ ChatRequest.swift,\ ChatResponse.swift,\ EmbeddingRequest.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/EmbeddingRequest.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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:22:16: warning: stored property 'format' of 'Sendable'-conforming struct 'ChatRequest' has non-sendable type 'ResponseFormat?'; this is an error in the Swift 6 language mode
    public let format: ResponseFormat?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:66:13: note: consider making enum 'ResponseFormat' conform to the 'Sendable' protocol
public enum ResponseFormat: String, Codable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:52:16: warning: stored property 'role' of 'Sendable'-conforming struct 'ChatMessage' has non-sendable type 'MessageRole'; this is an error in the Swift 6 language mode
    public let role: MessageRole
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:71:13: note: consider making enum 'MessageRole' conform to the 'Sendable' protocol
public enum MessageRole: String, Codable {
            ^
                                        , Sendable
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/EmbeddingRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModelFamily.swift,\ ModelFormat.swift,\ ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
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

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 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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'ChatOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = ChatOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:4:15: note: consider making struct 'ChatOptions' conform to the 'Sendable' protocol
public struct ChatOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = ChatOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = ChatOptions()
                      ^
    nonisolated(unsafe)
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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EmbeddingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = EmbeddingOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:4:15: note: consider making struct 'EmbeddingOptions' conform to the 'Sendable' protocol
public struct EmbeddingOptions {
              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = EmbeddingOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = EmbeddingOptions()
                      ^
    nonisolated(unsafe)
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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GenerationOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = GenerationOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:4:15: note: consider making struct 'GenerationOptions' conform to the 'Sendable' protocol
public struct GenerationOptions {
              ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = GenerationOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = GenerationOptions()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ QuantizationLevel.swift,\ RunningModelsResponse.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/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\ ModelsResponse.swift,\ OllamaModelName.swift,\ OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift (in target 'Swollama' from project 'Swollama')
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 /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

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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'ChatOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = ChatOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:4:15: note: consider making struct 'ChatOptions' conform to the 'Sendable' protocol
public struct ChatOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = ChatOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = ChatOptions()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EmbeddingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = EmbeddingOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:4:15: note: consider making struct 'EmbeddingOptions' conform to the 'Sendable' protocol
public struct EmbeddingOptions {
              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = EmbeddingOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = EmbeddingOptions()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GenerationOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = GenerationOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:4:15: note: consider making struct 'GenerationOptions' conform to the 'Sendable' protocol
public struct GenerationOptions {
              ^
                                : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = GenerationOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = GenerationOptions()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:22:16: warning: stored property 'format' of 'Sendable'-conforming struct 'ChatRequest' has non-sendable type 'ResponseFormat?'; this is an error in the Swift 6 language mode
    public let format: ResponseFormat?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:66:13: note: consider making enum 'ResponseFormat' conform to the 'Sendable' protocol
public enum ResponseFormat: String, Codable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:52:16: warning: stored property 'role' of 'Sendable'-conforming struct 'ChatMessage' has non-sendable type 'MessageRole'; this is an error in the Swift 6 language mode
    public let role: MessageRole
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift:71:13: note: consider making enum 'MessageRole' conform to the 'Sendable' protocol
public enum MessageRole: String, Codable {
            ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:14:16: warning: stored property 'format' of 'Sendable'-conforming struct 'GenerateRequest' has non-sendable type 'ResponseFormat?'; this is an error in the Swift 6 language mode
    public let format: ResponseFormat?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift:66:13: note: consider making enum 'ResponseFormat' conform to the 'Sendable' protocol
public enum ResponseFormat: String, Codable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:6:16: warning: actor-isolated property 'configuration' cannot be used to satisfy nonisolated requirement from protocol 'OllamaProtocol'; this is an error in the Swift 6 language mode
    public let configuration: OllamaConfiguration
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:4:28: note: add '@preconcurrency' to the 'OllamaProtocol' conformance to defer isolation checking to run time
public actor OllamaClient: OllamaProtocol {
                           ^
                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift:12:9: note: requirement 'configuration' declared here
    var configuration: OllamaConfiguration { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:11:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'showModel(name:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func showModel(name: OllamaModelName) async throws -> ModelInformation {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:27:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'pullModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pullModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:27:17: warning: non-sendable parameter type 'PullOptions' cannot be sent from caller of protocol requirement 'pullModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pullModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:126:15: note: consider making struct 'PullOptions' conform to the 'Sendable' protocol
public struct PullOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:45:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'pushModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pushModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:45:17: warning: non-sendable parameter type 'PushOptions' cannot be sent from caller of protocol requirement 'pushModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pushModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:136:15: note: consider making struct 'PushOptions' conform to the 'Sendable' protocol
public struct PushOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:68:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'copyModel(source:destination:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func copyModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:68:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'copyModel(source:destination:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func copyModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:84:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'deleteModel(name:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func deleteModel(name: OllamaModelName) async throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OllamaConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = OllamaConfiguration()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:4:15: note: consider making struct 'OllamaConfiguration' conform to the 'Sendable' protocol
public struct OllamaConfiguration {
              ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = OllamaConfiguration()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = OllamaConfiguration()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.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 Compiling\ OllamaClient.swift,\ OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift (in target 'Swollama' from project 'Swollama')
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:6:16: warning: actor-isolated property 'configuration' cannot be used to satisfy nonisolated requirement from protocol 'OllamaProtocol'; this is an error in the Swift 6 language mode
    public let configuration: OllamaConfiguration
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:4:28: note: add '@preconcurrency' to the 'OllamaProtocol' conformance to defer isolation checking to run time
public actor OllamaClient: OllamaProtocol {
                           ^
                           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift:12:9: note: requirement 'configuration' declared here
    var configuration: OllamaConfiguration { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:11:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'showModel(name:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func showModel(name: OllamaModelName) async throws -> ModelInformation {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:27:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'pullModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pullModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:27:17: warning: non-sendable parameter type 'PullOptions' cannot be sent from caller of protocol requirement 'pullModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pullModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:126:15: note: consider making struct 'PullOptions' conform to the 'Sendable' protocol
public struct PullOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:45:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'pushModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pushModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:45:17: warning: non-sendable parameter type 'PushOptions' cannot be sent from caller of protocol requirement 'pushModel(name:options:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func pushModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:136:15: note: consider making struct 'PushOptions' conform to the 'Sendable' protocol
public struct PushOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:68:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'copyModel(source:destination:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func copyModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:68:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'copyModel(source:destination:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func copyModel(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift:84:17: warning: non-sendable parameter type 'OllamaModelName' cannot be sent from caller of protocol requirement 'deleteModel(name:)' into actor-isolated implementation; this is an error in the Swift 6 language mode
    public func deleteModel(name: OllamaModelName) async throws {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift:4:15: note: consider making struct 'OllamaModelName' conform to the 'Sendable' protocol
public struct OllamaModelName {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:47:16: warning: value 'body' was defined but never used; consider replacing with boolean test
        if let body = body {
           ~~~~^~~~~~~
                           != nil
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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OllamaConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = OllamaConfiguration()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:4:15: note: consider making struct 'OllamaConfiguration' conform to the 'Sendable' protocol
public struct OllamaConfiguration {
              ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = OllamaConfiguration()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = OllamaConfiguration()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ToolCall.swift,\ ToolDefinition.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/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\ OllamaError.swift,\ OllamaProtocol.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/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

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-16.3.0.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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/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 OllamaError.swift, OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Swollama-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Swollama-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.swiftmodule/Project/arm64-apple-ios.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-16.3.0.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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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
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

/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var commands: [String: CommandProtocol] = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
    private static var commands: [String: CommandProtocol] = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
    private static var commands: [String: CommandProtocol] = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var commands: [String: CommandProtocol] = {
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CLIError.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/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling QuantizationLevel.swift, RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ShowModelCommand.swift,\ SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
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/SwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: warning: static property 'commands' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var commands: [String: CommandProtocol] = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: convert 'commands' to a 'let' constant to make 'Sendable' shared state immutable
    private static var commands: [String: CommandProtocol] = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: add '@MainActor' to make static property 'commands' part of global actor 'MainActor'
    private static var commands: [String: CommandProtocol] = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift:6:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var commands: [String: CommandProtocol] = {
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling OllamaClient.swift, OllamaConfiguration.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ListRunningModelsCommand.swift,\ PullModelCommand.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/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

SwiftDriverJobDiscovery normal arm64 Compiling ModelFamily.swift, ModelFormat.swift, ModelInformation.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ CopyModelCommand.swift,\ DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.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/DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ToolCall.swift, ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.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

SwiftDriverJobDiscovery normal arm64 Compiling OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ GenerateCommand.swift,\ ListModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
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

/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift:89:47: warning: sending 'model' risks causing data races; this is an error in the Swift 6 language mode
                let stream = try await client.generateText(
                                       ~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift:89:47: note: sending 'model' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
                let stream = try await client.generateText(
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift:89:47: note: access can happen concurrently
                let stream = try await client.generateText(
                                       ~~~~~~~^~~~~~~~~~~~~
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

SwiftDriverJobDiscovery normal arm64 Compiling ChatOptions.swift, EmbeddingOptions.swift, GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ProgressTracker.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/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ChatRequest.swift, ChatResponse.swift, EmbeddingRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.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

SwiftDriverJobDiscovery normal arm64 Compiling EmbeddingResponse.swift, GenerateRequest.swift, GenerateResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ TerminalHelper.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/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ChatCommand.swift,\ CommandProtocol.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/ChatCommand.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/ChatCommand.swift:107:47: warning: sending 'model' risks causing data races; this is an error in the Swift 6 language mode
                let stream = try await client.chat(
                                       ~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift:107:47: note: sending 'model' to actor-isolated callee risks causing data races between actor-isolated and local nonisolated uses
                let stream = try await client.chat(
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift:107:47: note: access can happen concurrently
                let stream = try await client.chat(
                                       ~~~~~~~^~~~~
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

SwiftDriverJobDiscovery normal arm64 Compiling CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Emitting module for SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelsResponse.swift, OllamaModelName.swift, OperationProgress.swift (in target 'Swollama' 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-16.3.0.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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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
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-16.3.0.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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.o normal (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.o
ExtractAppIntentsMetadata (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Swollama --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.Swollama --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Swollama.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Swollama.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Swollama.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 11:56:22.168 appintentsmetadataprocessor[727:4044] Starting appintentsmetadataprocessor export
2025-04-29 11:56:22.213 appintentsmetadataprocessor[727:4044] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling SpeedCalculator.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling CopyModelCommand.swift, DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelFormatter.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ShowModelCommand.swift, SwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ListRunningModelsCommand.swift, PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Swollama.o
SwiftDriverJobDiscovery normal arm64 Compiling ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling GenerateCommand.swift, ListModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ChatCommand.swift, CommandProtocol.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-16.3.0.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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI normal (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/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-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwollamaCLI -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-iphoneos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/SwollamaCLI
** BUILD SUCCEEDED **
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" : [
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/ShowModelCommand.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/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/ToolCall.swift",
        "Models/ToolDefinition.swift",
        "OllamaClient+Generation.swift",
        "OllamaClient+ModelManagement.swift",
        "OllamaClient.swift",
        "OllamaConfiguration.swift",
        "OllamaError.swift",
        "OllamaProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.