The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AVFAudioExtensions, reference main (5f9737), with Swift 6.0 for macOS (SPM) on 12 Aug 2025 13:10:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/AVFAudioExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/AVFAudioExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5f97370 Bump actions/checkout from 4 to 5 (#28)
Cloned https://github.com/sbooth/AVFAudioExtensions.git
Revision (git rev-parse @):
5f97370a651212e042fe478f7c431895fe873565
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/AVFAudioExtensions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sbooth/AVFAudioExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling AVFAudioExtensions AVAudioFormat+SFBFormatTransformation.m
[1/5] Compiling AVFAudioExtensions AVAudioChannelLayout+SFBLayoutNames.m
[2/5] Compiling AVFAudioExtensions AVAudioFormat+SFBFormatName.m
[3/5] Compiling AVFAudioExtensions AVAudioPCMBuffer+SFBBufferUtilities.m
[4/5] Compiling AVFAudioExtensions AVAudioChannelLayout+SFBChannelLabels.m
Build complete! (2.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AVFAudioExtensions",
  "name" : "AVFAudioExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AVFAudioExtensions",
      "targets" : [
        "AVFAudioExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AVFAudioExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "AVFAudioExtensionsTests",
      "path" : "Tests/AVFAudioExtensionsTests",
      "sources" : [
        "AVFAudioExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "AVFAudioExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AVFAudioExtensions",
      "module_type" : "ClangTarget",
      "name" : "AVFAudioExtensions",
      "path" : "Sources/AVFAudioExtensions",
      "product_memberships" : [
        "AVFAudioExtensions"
      ],
      "sources" : [
        "AVAudioChannelLayout+SFBChannelLabels.m",
        "AVAudioChannelLayout+SFBLayoutNames.m",
        "AVAudioFormat+SFBFormatName.m",
        "AVAudioFormat+SFBFormatTransformation.m",
        "AVAudioPCMBuffer+SFBBufferUtilities.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.