The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CXXCoreAudio, reference main (8f1f87), with Swift 6.2 for macOS (SPM) on 2 May 2026 00:55:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXCoreAudio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CXXCoreAudio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8f1f871 Format workflow steps in swift.yml (#101)
Cloned https://github.com/sbooth/CXXCoreAudio.git
Revision (git rev-parse @):
8f1f871267e60c5faf5156e7e16468061994d263
SUCCESS checkout https://github.com/sbooth/CXXCoreAudio.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sbooth/CXXCoreAudio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling CXXCoreAudio TimeStamp.cpp
[1/5] Compiling CXXCoreAudio StreamDescription.cpp
[2/5] Compiling CXXCoreAudio TimestampedRingBuffer.cpp
[3/5] Compiling CXXCoreAudio BufferList.cpp
[4/5] Compiling CXXCoreAudio ChannelLayout.cpp
Build complete! (0.80s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "CXXCoreAudio",
  "name" : "CXXCoreAudio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CXXCoreAudio",
      "targets" : [
        "CXXCoreAudio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CXXCoreAudioTests",
      "module_type" : "SwiftTarget",
      "name" : "CXXCoreAudioTests",
      "path" : "Tests/CXXCoreAudioTests",
      "sources" : [
        "CXXCoreAudioTests.swift"
      ],
      "target_dependencies" : [
        "CXXCoreAudio"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CXXCoreAudio",
      "module_type" : "ClangTarget",
      "name" : "CXXCoreAudio",
      "path" : "Sources/CXXCoreAudio",
      "product_memberships" : [
        "CXXCoreAudio"
      ],
      "sources" : [
        "BufferList.cpp",
        "ChannelLayout.cpp",
        "StreamDescription.cpp",
        "TimeStamp.cpp",
        "TimestampedRingBuffer.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.