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 (16b850), with Swift 6.0 for macOS (SPM) on 25 Nov 2025 06:41:57 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.68.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 16b850d Bump actions/checkout from 5 to 6 (#29)
Cloned https://github.com/sbooth/AVFAudioExtensions.git
Revision (git rev-parse @):
16b850dd542bbe8001b02596595309c8171f002d
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 AVAudioChannelLayout+SFBLayoutNames.m
[1/5] Compiling AVFAudioExtensions AVAudioFormat+SFBFormatTransformation.m
[2/5] Compiling AVFAudioExtensions AVAudioChannelLayout+SFBChannelLabels.m
[3/5] Compiling AVFAudioExtensions AVAudioFormat+SFBFormatName.m
[4/5] Compiling AVFAudioExtensions AVAudioPCMBuffer+SFBBufferUtilities.m
Build complete! (2.67s)
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.