Build Information
Successful build of OllamaKit, reference 5.0.8 (b6ff6a
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 19:28:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinhermawan/OllamaKit.git
Reference: 5.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinhermawan/OllamaKit
* tag 5.0.8 -> FETCH_HEAD
HEAD is now at b6ff6a0 release: 5.0.8
Cloned https://github.com/kevinhermawan/OllamaKit.git
Revision (git rev-parse @):
b6ff6a0c75a3756450cfb38074f6264be1314abc
SUCCESS checkout https://github.com/kevinhermawan/OllamaKit.git at 5.0.8
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2049] Fetching swift-docc-plugin
[227/5425] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.27s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.3.0 (2.22s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ollamakit",
"name": "OllamaKit",
"url": "https://github.com/kevinhermawan/OllamaKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OllamaKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/kevinhermawan/OllamaKit.git
[1/936] Fetching ollamakit
Fetched https://github.com/kevinhermawan/OllamaKit.git from cache (0.84s)
Creating working copy for https://github.com/kevinhermawan/OllamaKit.git
Working copy of https://github.com/kevinhermawan/OllamaKit.git resolved at 5.0.8 (b6ff6a0)
warning: '.resolve-product-dependencies': dependency 'ollamakit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kevinhermawan/OllamaKit.git
https://github.com/kevinhermawan/OllamaKit.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "OllamaKit",
"name" : "OllamaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OllamaKit",
"targets" : [
"OllamaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OllamaKitTests",
"module_type" : "SwiftTarget",
"name" : "OllamaKitTests",
"path" : "Tests/OllamaKitTests",
"sources" : [
"OllamaKitTests.swift"
],
"target_dependencies" : [
"OllamaKit"
],
"type" : "test"
},
{
"c99name" : "OllamaKit",
"module_type" : "SwiftTarget",
"name" : "OllamaKit",
"path" : "Sources/OllamaKit",
"product_memberships" : [
"OllamaKit"
],
"sources" : [
"OllamaKit+Chat.swift",
"OllamaKit+CopyModel.swift",
"OllamaKit+DeleteModel.swift",
"OllamaKit+Embeddings.swift",
"OllamaKit+Generate.swift",
"OllamaKit+ModelInfo.swift",
"OllamaKit+Models.swift",
"OllamaKit+PullModel.swift",
"OllamaKit+Reachable.swift",
"OllamaKit.swift",
"RequestData/Completion/OKCompletionOptions.swift",
"RequestData/OKChatRequestData.swift",
"RequestData/OKCopyModelRequestData.swift",
"RequestData/OKDeleteModelRequestData.swift",
"RequestData/OKEmbeddingsRequestData.swift",
"RequestData/OKGenerateRequestData.swift",
"RequestData/OKModelInfoRequestData.swift",
"RequestData/OKPullModelRequestData.swift",
"Responses/Completion/OKCompletionResponse.swift",
"Responses/OKChatResponse.swift",
"Responses/OKEmbeddingsResponse.swift",
"Responses/OKGenerateResponse.swift",
"Responses/OKModelInfoResponse.swift",
"Responses/OKModelResponse.swift",
"Responses/OKPullModelResponse.swift",
"Utils/JSONDecoder+Default.swift",
"Utils/JSONEncoder+Default.swift",
"Utils/OKHTTPClient.swift",
"Utils/OKJSONValue.swift",
"Utils/OKRouter.swift",
"Utils/StreamingDelegate.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/33] Emitting module OllamaKit
[6/36] Compiling OllamaKit OKModelInfoResponse.swift
[7/36] Compiling OllamaKit OKModelResponse.swift
[8/36] Compiling OllamaKit OKPullModelResponse.swift
[9/36] Compiling OllamaKit OKCompletionOptions.swift
[10/36] Compiling OllamaKit OKChatRequestData.swift
[11/36] Compiling OllamaKit OKCopyModelRequestData.swift
[12/36] Compiling OllamaKit OllamaKit+Chat.swift
[13/36] Compiling OllamaKit OllamaKit+CopyModel.swift
[14/36] Compiling OllamaKit OllamaKit+DeleteModel.swift
[15/36] Compiling OllamaKit OllamaKit+Embeddings.swift
[16/36] Compiling OllamaKit OKJSONValue.swift
[17/36] Compiling OllamaKit OKRouter.swift
[18/36] Compiling OllamaKit StreamingDelegate.swift
[19/36] Compiling OllamaKit OllamaKit+Generate.swift
[20/36] Compiling OllamaKit OllamaKit+ModelInfo.swift
[21/36] Compiling OllamaKit OllamaKit+Models.swift
[22/36] Compiling OllamaKit OllamaKit+PullModel.swift
[23/36] Compiling OllamaKit OllamaKit+Reachable.swift
[24/36] Compiling OllamaKit OllamaKit.swift
[25/36] Compiling OllamaKit JSONDecoder+Default.swift
[26/36] Compiling OllamaKit JSONEncoder+Default.swift
[27/36] Compiling OllamaKit OKHTTPClient.swift
[28/36] Compiling OllamaKit OKDeleteModelRequestData.swift
[29/36] Compiling OllamaKit OKEmbeddingsRequestData.swift
[30/36] Compiling OllamaKit OKGenerateRequestData.swift
[31/36] Compiling OllamaKit OKModelInfoRequestData.swift
[32/36] Compiling OllamaKit OKPullModelRequestData.swift
[33/36] Compiling OllamaKit OKCompletionResponse.swift
[34/36] Compiling OllamaKit OKChatResponse.swift
[35/36] Compiling OllamaKit OKEmbeddingsResponse.swift
[36/36] Compiling OllamaKit OKGenerateResponse.swift
Build complete! (14.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "OllamaKit",
"name" : "OllamaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OllamaKit",
"targets" : [
"OllamaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OllamaKitTests",
"module_type" : "SwiftTarget",
"name" : "OllamaKitTests",
"path" : "Tests/OllamaKitTests",
"sources" : [
"OllamaKitTests.swift"
],
"target_dependencies" : [
"OllamaKit"
],
"type" : "test"
},
{
"c99name" : "OllamaKit",
"module_type" : "SwiftTarget",
"name" : "OllamaKit",
"path" : "Sources/OllamaKit",
"product_memberships" : [
"OllamaKit"
],
"sources" : [
"OllamaKit+Chat.swift",
"OllamaKit+CopyModel.swift",
"OllamaKit+DeleteModel.swift",
"OllamaKit+Embeddings.swift",
"OllamaKit+Generate.swift",
"OllamaKit+ModelInfo.swift",
"OllamaKit+Models.swift",
"OllamaKit+PullModel.swift",
"OllamaKit+Reachable.swift",
"OllamaKit.swift",
"RequestData/Completion/OKCompletionOptions.swift",
"RequestData/OKChatRequestData.swift",
"RequestData/OKCopyModelRequestData.swift",
"RequestData/OKDeleteModelRequestData.swift",
"RequestData/OKEmbeddingsRequestData.swift",
"RequestData/OKGenerateRequestData.swift",
"RequestData/OKModelInfoRequestData.swift",
"RequestData/OKPullModelRequestData.swift",
"Responses/Completion/OKCompletionResponse.swift",
"Responses/OKChatResponse.swift",
"Responses/OKEmbeddingsResponse.swift",
"Responses/OKGenerateResponse.swift",
"Responses/OKModelInfoResponse.swift",
"Responses/OKModelResponse.swift",
"Responses/OKPullModelResponse.swift",
"Utils/JSONDecoder+Default.swift",
"Utils/JSONEncoder+Default.swift",
"Utils/OKHTTPClient.swift",
"Utils/OKJSONValue.swift",
"Utils/OKRouter.swift",
"Utils/StreamingDelegate.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.