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 Waveform, reference main (357de1), with Swift 5.9 for macOS (SPM) on 15 Oct 2024 06:05:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/Waveform.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Waveform
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 357de19 Merge pull request #9 from veedstudio/blaze/thread-safety
Cloned https://github.com/AudioKit/Waveform.git
Revision (git rev-parse @):
357de1945a36e62a27f74a9b3b8f5e45904659d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Waveform.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/AudioKit/Waveform.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying Waveform.metal
[1/2] Copying Waveform.docc
[3/9] Compiling Waveform SampleBuffer.swift
[4/9] Compiling Waveform AVAudio+FloatData.swift
[5/9] Compiling Waveform Waveform.swift
[6/9] Compiling Waveform resource_bundle_accessor.swift
[7/9] Compiling Waveform Renderer.swift
[8/9] Emitting module Waveform
[9/9] Compiling Waveform Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Waveform/Helpers.swift:74:26: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
        setFragmentBytes(&copy, length: MemoryLayout<T>.size, index: index)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Waveform/Helpers.swift:79:26: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
        setFragmentBytes(&copy, length: MemoryLayout<T>.size, index: Int(index))
                         ^
Build complete! (12.86s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/WaveformTests/Piano.mp3
Build complete.
Done.