Build Information
Successful build of SwiftWhisper, reference 1.2.0 (a19200), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:52:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exPHAT/SwiftWhisper.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exPHAT/SwiftWhisper
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at a192004 Merge pull request #25 from exPHAT/enhanced_platform_support
Submodule path 'whisper.cpp': checked out '95b02d76b04d18e4ce37ed8353a1f0797f1717ea'
Submodule path 'whisper.cpp/bindings/ios': checked out 'de46d9e7817fe851c109d66080239d415812d32a'
Submodule 'whisper.cpp' (https://github.com/ggerganov/whisper.cpp.git) registered for path 'whisper.cpp'
Cloning into '/Users/admin/builder/spi-builder-workspace/whisper.cpp'...
Submodule 'bindings/ios' (https://github.com/ggerganov/whisper.spm) registered for path 'whisper.cpp/bindings/ios'
Cloning into '/Users/admin/builder/spi-builder-workspace/whisper.cpp/bindings/ios'...
Cloned https://github.com/exPHAT/SwiftWhisper.git
Revision (git rev-parse @):
a192004db08de7c6eaa169eede77f1625e7d23fb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/exPHAT/SwiftWhisper.git at 1.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftwhisper",
"name": "SwiftWhisper",
"url": "https://github.com/exPHAT/SwiftWhisper.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftWhisper",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/exPHAT/SwiftWhisper.git
[1/591] Fetching swiftwhisper
Fetched https://github.com/exPHAT/SwiftWhisper.git from cache (1.01s)
Creating working copy for https://github.com/exPHAT/SwiftWhisper.git
Working copy of https://github.com/exPHAT/SwiftWhisper.git resolved at 1.2.0 (a192004)
warning: '.resolve-product-dependencies': dependency 'swiftwhisper' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/exPHAT/SwiftWhisper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version--6988338F2F200930.txt
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder.mm:25:44: warning: 'whisper_encoder_impl' is only available on macOS 12.0 or newer [-Wunguarded-availability-new]
25 | const void * data = CFBridgingRetain([[whisper_encoder_impl alloc] initWithContentsOfURL:url_model error:nil]);
| ^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder-impl.h:41:12: note: 'whisper_encoder_impl' has been marked as being introduced in macOS 12.0 here, but the deployment target is macOS 10.13.0
41 | @interface whisper_encoder_impl : NSObject
| ^
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder.mm:25:44: note: enclose 'whisper_encoder_impl' in an @available check to silence this warning
25 | const void * data = CFBridgingRetain([[whisper_encoder_impl alloc] initWithContentsOfURL:url_model error:nil]);
| ^~~~~~~~~~~~~~~~~~~~
26 |
27 | if (data == NULL) {
28 | return NULL;
29 | }
30 |
31 | whisper_coreml_context * ctx = new whisper_coreml_context;
32 |
33 | ctx->data = data;
|
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder.mm:56:5: warning: 'whisper_encoder_implOutput' is only available on macOS 12.0 or newer [-Wunguarded-availability-new]
56 | whisper_encoder_implOutput * outCoreML = [(__bridge id) ctx->data predictionFromLogmel_data:inMultiArray error:nil];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder-impl.h:29:12: note: 'whisper_encoder_implOutput' has been marked as being introduced in macOS 12.0 here, but the deployment target is macOS 10.13.0
29 | @interface whisper_encoder_implOutput : NSObject<MLFeatureProvider>
| ^
/Users/admin/builder/spi-builder-workspace/Sources/whisper_cpp/coreml/whisper-encoder.mm:56:5: note: enclose 'whisper_encoder_implOutput' in an @available check to silence this warning
56 | whisper_encoder_implOutput * outCoreML = [(__bridge id) ctx->data predictionFromLogmel_data:inMultiArray error:nil];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[2/6] Compiling whisper-encoder.mm
[3/6] Compiling whisper-encoder-impl.m
[4/6] Compiling whisper_cpp ggml.c
[5/6] Compiling whisper_cpp whisper.cpp
[7/14] Compiling SwiftWhisper WhisperParams.swift
[8/14] Compiling SwiftWhisper WhisperSamplingStrategy.swift
[9/14] Compiling SwiftWhisper WhisperLanguage.swift
[10/14] Compiling SwiftWhisper WhisperError.swift
[11/14] Emitting module SwiftWhisper
[12/14] Compiling SwiftWhisper WhisperDelegate.swift
[13/14] Compiling SwiftWhisper Whisper.swift
[14/14] Compiling SwiftWhisper Segment.swift
Build complete! (5.95s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "SwiftWhisper",
"name" : "SwiftWhisper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftWhisper",
"targets" : [
"SwiftWhisper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "whisper_cpp",
"module_type" : "ClangTarget",
"name" : "whisper_cpp",
"path" : "Sources/whisper_cpp",
"product_memberships" : [
"SwiftWhisper"
],
"sources" : [
"coreml/whisper-encoder-impl.m",
"coreml/whisper-encoder.mm",
"ggml.c",
"whisper.cpp"
],
"type" : "library"
},
{
"c99name" : "WhisperTests",
"module_type" : "SwiftTarget",
"name" : "WhisperTests",
"path" : "Tests/WhisperTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/WhisperTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"File Tests/AudioFileTestCase.swift",
"File Tests/ModelFileTestCase.swift",
"File Tests/ResourceDependentTestCase.swift",
"Model Tests/LoadModelTests.swift",
"Transcription Tests/TranscriptionCancellationTests.swift",
"Transcription Tests/TranscriptionParameterTests.swift",
"Transcription Tests/TranscriptionTests.swift"
],
"target_dependencies" : [
"SwiftWhisper"
],
"type" : "test"
},
{
"c99name" : "SwiftWhisper",
"module_type" : "SwiftTarget",
"name" : "SwiftWhisper",
"path" : "Sources/SwiftWhisper",
"product_memberships" : [
"SwiftWhisper"
],
"sources" : [
"Segment.swift",
"Whisper.swift",
"WhisperDelegate.swift",
"WhisperError.swift",
"WhisperLanguage.swift",
"WhisperParams.swift",
"WhisperSamplingStrategy.swift"
],
"target_dependencies" : [
"whisper_cpp"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/exphat/swiftwhisper/1.2.0
Repository: exPHAT/SwiftWhisper
Swift version used: 6.3
Target: SwiftWhisper
Extracting symbol information for 'SwiftWhisper'...
Finished extracting symbol information for 'SwiftWhisper'. (26.97s)
Building documentation for 'SwiftWhisper'...
Finished building documentation for 'SwiftWhisper' (0.37s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/exphat/swiftwhisper/1.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.01s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.03s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftWhisper' complete! (0.22s)
384
3 /Users/admin/builder/spi-builder-workspace/.docs/exphat/swiftwhisper/1.2.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/exphat/swiftwhisper/1.2.0
File count: 384
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-exphat-swiftwhisper-1.2.0-458503ff.zip to s3://spi-docs-inbox/prod-exphat-swiftwhisper-1.2.0-458503ff.zip
Copying... [19%]
Copying... [29%]
Copying... [39%]
Copying... [48%]
Copying... [58%]
Copying... [68%]
Copying... [77%]
Copying... [87%]
Copying... [97%]
Copying... [100%]
Done.