The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CXXCoreAudio, reference 0.6.0 (e2c308), with Swift 6.2 for macOS (SPM) on 31 Jan 2026 11:58:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/CXXCoreAudio.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CXXCoreAudio
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at e2c308d Compare to nullptr for pointer boolean checks (#95)
Cloned https://github.com/sbooth/CXXCoreAudio.git
Revision (git rev-parse @):
e2c308d5411f01732b09864600b70ef62dd1762f
SUCCESS checkout https://github.com/sbooth/CXXCoreAudio.git at 0.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cxxcoreaudio",
      "name": "CXXCoreAudio",
      "url": "https://github.com/sbooth/CXXCoreAudio.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CXXCoreAudio",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sbooth/CXXCoreAudio.git
[1/2116] Fetching cxxcoreaudio
Fetched https://github.com/sbooth/CXXCoreAudio.git from cache (1.05s)
Creating working copy for https://github.com/sbooth/CXXCoreAudio.git
Working copy of https://github.com/sbooth/CXXCoreAudio.git resolved at 0.6.0 (e2c308d)
warning: '.resolve-product-dependencies': dependency 'cxxcoreaudio' is not used by any target
Found 0 product dependencies
========================================
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.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling CXXCoreAudio TimeStamp.cpp
[1/6] Compiling CXXCoreAudio StreamDescription.cpp
[2/6] Compiling CXXCoreAudio RingBuffer.cpp
[3/6] Compiling CXXCoreAudio TimestampedRingBuffer.cpp
[4/6] Compiling CXXCoreAudio BufferList.cpp
[5/6] Compiling CXXCoreAudio ChannelLayout.cpp
Build complete! (0.84s)
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",
        "RingBuffer.cpp",
        "StreamDescription.cpp",
        "TimeStamp.cpp",
        "TimestampedRingBuffer.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.