The Swift Package Index logo.Swift Package Index

Build Information

Successful build of sstv, reference v0.6.0 (2b95e6), with Swift 6.1 for Wasm on 8 Feb 2026 07:45:03 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kevinnz/SSTV-MEL.git
https://github.com/kevinnz/SSTV-MEL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "sstv",
  "name" : "sstv",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module SSTVCore
/host/spi-builder-workspace/Sources/SSTVCore/SSTV/DecodingOptions.swift:149:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 40 | /// let buffer = try decoder.decode(audio: audio, options: options)
 41 | /// ```
 42 | public struct DecodingOptions {
    |               `- note: consider making struct 'DecodingOptions' conform to the 'Sendable' protocol
 43 |
 44 |     // MARK: - Limits
    :
147 |
148 |     /// Default options with no adjustments
149 |     public static let `default` = DecodingOptions()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |
151 |     // MARK: - Computed Properties
[5/25] Compiling SSTVCore PD180Mode.swift
[6/25] Compiling SSTVCore Robot36Mode.swift
[7/25] Compiling SSTVCore SSTVDecoderCore.swift
[8/25] Compiling SSTVCore SSTVMode.swift
[9/25] Compiling SSTVCore ModeParameters.swift
[10/25] Compiling SSTVCore PD120Mode.swift
[11/25] Compiling SSTVCore WAVReader.swift
[12/25] Compiling SSTVCore FMDemodulator.swift
[13/25] Compiling SSTVCore Goertzel.swift
[14/25] Compiling SSTVCore DecodingProgress.swift
[15/25] Compiling SSTVCore SSTVDecoder.swift
[16/25] Compiling SSTVCore DecoderDelegate.swift
/host/spi-builder-workspace/Sources/SSTVCore/SSTV/DecodingOptions.swift:149:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 40 | /// let buffer = try decoder.decode(audio: audio, options: options)
 41 | /// ```
 42 | public struct DecodingOptions {
    |               `- note: consider making struct 'DecodingOptions' conform to the 'Sendable' protocol
 43 |
 44 |     // MARK: - Limits
    :
147 |
148 |     /// Default options with no adjustments
149 |     public static let `default` = DecodingOptions()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |
151 |     // MARK: - Computed Properties
[17/25] Compiling SSTVCore DecodingOptions.swift
/host/spi-builder-workspace/Sources/SSTVCore/SSTV/DecodingOptions.swift:149:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 40 | /// let buffer = try decoder.decode(audio: audio, options: options)
 41 | /// ```
 42 | public struct DecodingOptions {
    |               `- note: consider making struct 'DecodingOptions' conform to the 'Sendable' protocol
 43 |
 44 |     // MARK: - Limits
    :
147 |
148 |     /// Default options with no adjustments
149 |     public static let `default` = DecodingOptions()
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DecodingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |
151 |     // MARK: - Computed Properties
[18/25] Compiling SSTVCore ImageBuffer.swift
[19/25] Compiling SSTVCore ImageWriter.swift
[20/25] Compiling SSTVCore VISDetector.swift
[21/25] Compiling SSTVCore ImageComparison.swift
[22/26] Wrapping AST for SSTVCore for debugging
[24/28] Emitting module sstv
[25/28] Compiling sstv main.swift
[26/29] Wrapping AST for sstv for debugging
[27/29] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[28/29] Linking sstv.wasm
Build complete! (14.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "sstv",
  "name" : "sstv",
  "path" : "/host/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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.