The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SystemSound, reference main (e3f44c), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:15:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/p-x9/swift-system-sound.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-system-sound
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e3f44c2 Merge pull request #15 from p-x9/feature/sendable
Cloned https://github.com/p-x9/swift-system-sound.git
Revision (git rev-parse @):
e3f44c2d5766b0a7c3cdaacd4d61b5e1c8804794
SUCCESS checkout https://github.com/p-x9/swift-system-sound.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-system-sound",
      "name": "SystemSound",
      "url": "https://github.com/p-x9/swift-system-sound.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system-sound",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/swift-system-sound.git
[1/259] Fetching swift-system-sound
Fetched https://github.com/p-x9/swift-system-sound.git from cache (0.68s)
Creating working copy for https://github.com/p-x9/swift-system-sound.git
Working copy of https://github.com/p-x9/swift-system-sound.git resolved at main (e3f44c2)
warning: '.resolve-product-dependencies': dependency 'swift-system-sound' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/p-x9/swift-system-sound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SystemSound SystemSoundKind.swift
[4/6] Emitting module SystemSound
[5/6] Compiling SystemSound SystemSoundKeys.swift
[6/6] Compiling SystemSound SystemSound.swift
Build complete! (5.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SystemSound",
  "name" : "SystemSound",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SystemSound",
      "targets" : [
        "SystemSound"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemSoundTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemSoundTests",
      "path" : "Tests/SystemSoundTests",
      "sources" : [
        "SystemSoundTests.swift"
      ],
      "target_dependencies" : [
        "SystemSound"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemSound",
      "module_type" : "SwiftTarget",
      "name" : "SystemSound",
      "path" : "Sources/SystemSound",
      "product_memberships" : [
        "SystemSound"
      ],
      "sources" : [
        "SystemSound.swift",
        "SystemSoundKeys.swift",
        "SystemSoundKind.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.