Build Information
Successful build of sstv, reference v0.6.0 (2b95e6), with Swift 6.2 for macOS (SPM) on 8 Feb 2026 11:45:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinnz/SSTV-MEL.git
Reference: v0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinnz/SSTV-MEL
* tag v0.6.0 -> FETCH_HEAD
HEAD is now at 2b95e6d chore: prepare v0.6.0 release
Cloned https://github.com/kevinnz/SSTV-MEL.git
Revision (git rev-parse @):
2b95e6dda92840666390db10a9c1511d15759861
SUCCESS checkout https://github.com/kevinnz/SSTV-MEL.git at v0.6.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": "sstv-mel",
"name": "sstv",
"url": "https://github.com/kevinnz/SSTV-MEL.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SSTV-MEL",
"dependencies": [
]
}
]
}
Fetching https://github.com/kevinnz/SSTV-MEL.git
[1/934] Fetching sstv-mel
Fetched https://github.com/kevinnz/SSTV-MEL.git from cache (6.83s)
Creating working copy for https://github.com/kevinnz/SSTV-MEL.git
Working copy of https://github.com/kevinnz/SSTV-MEL.git resolved at v0.6.0 (2b95e6d)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kevinnz/SSTV-MEL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write sstv-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/24] Compiling SSTVCore DecodingOptions.swift
[6/24] Compiling SSTVCore DecodingProgress.swift
[7/24] Compiling SSTVCore VISDetector.swift
[8/24] Compiling SSTVCore Robot36Mode.swift
[9/24] Compiling SSTVCore DecoderDelegate.swift
[10/24] Compiling SSTVCore SSTVMode.swift
[11/24] Compiling SSTVCore SSTVDecoder.swift
[12/24] Compiling SSTVCore SSTVDecoderCore.swift
[13/25] Compiling SSTVCore PD120Mode.swift
[14/25] Compiling SSTVCore PD180Mode.swift
[15/25] Compiling SSTVCore ImageWriter.swift
[16/25] Compiling SSTVCore ModeParameters.swift
[17/25] Compiling SSTVCore ImageComparison.swift
[18/25] Compiling SSTVCore Goertzel.swift
[19/25] Compiling SSTVCore ImageBuffer.swift
[20/25] Compiling SSTVCore WAVReader.swift
[21/25] Compiling SSTVCore FMDemodulator.swift
[22/25] Emitting module SSTVCore
[23/27] Compiling sstv main.swift
[24/27] Emitting module sstv
[24/27] Write Objects.LinkFileList
[25/27] Linking sstv
[26/27] Applying sstv
Build complete! (8.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sstv",
"name" : "sstv",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SSTVCore",
"targets" : [
"SSTVCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sstv",
"targets" : [
"sstv"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "sstvTests",
"module_type" : "SwiftTarget",
"name" : "sstvTests",
"path" : "Tests/sstvTests",
"sources" : [
"DecoderStateTests.swift",
"GoldenFileTests.swift",
"PD120ModeTests.swift",
"PD180ModeTests.swift",
"Robot36ModeTests.swift"
],
"target_dependencies" : [
"SSTVCore"
],
"type" : "test"
},
{
"c99name" : "sstv",
"module_type" : "SwiftTarget",
"name" : "sstv",
"path" : "Sources/sstv",
"product_memberships" : [
"sstv"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SSTVCore"
],
"type" : "executable"
},
{
"c99name" : "SSTVCore",
"module_type" : "SwiftTarget",
"name" : "SSTVCore",
"path" : "Sources/SSTVCore",
"product_memberships" : [
"SSTVCore",
"sstv"
],
"sources" : [
"Audio/WAVReader.swift",
"DSP/FMDemodulator.swift",
"DSP/Goertzel.swift",
"Image/ImageBuffer.swift",
"Image/ImageWriter.swift",
"Modes/ModeParameters.swift",
"Modes/PD120Mode.swift",
"Modes/PD180Mode.swift",
"Modes/Robot36Mode.swift",
"SSTV/DecoderDelegate.swift",
"SSTV/DecodingOptions.swift",
"SSTV/DecodingProgress.swift",
"SSTV/SSTVDecoder.swift",
"SSTV/SSTVDecoderCore.swift",
"SSTV/SSTVMode.swift",
"SSTV/VISDetector.swift",
"Util/ImageComparison.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.