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 SystemSound, reference 0.9.0 (6b3e3a), with Swift 6.2 for macOS (SPM) on 27 Sep 2025 23:18:32 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/p-x9/swift-system-sound.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-system-sound
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 6b3e3a4 Merge pull request #14 from p-x9/feature/ios26
Cloned https://github.com/p-x9/swift-system-sound.git
Revision (git rev-parse @):
6b3e3a437696d49e988901eb151e8c9a26a58090
SUCCESS checkout https://github.com/p-x9/swift-system-sound.git at 0.9.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": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/swift-system-sound.git
[1/251] Fetching swift-system-sound
Fetched https://github.com/p-x9/swift-system-sound.git from cache (0.78s)
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 0.9.0 (6b3e3a4)
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.2
Building package at path:  $PWD
https://github.com/p-x9/swift-system-sound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling SystemSound SystemSound.swift
[4/6] Compiling SystemSound SystemSoundKeys.swift
[5/6] Compiling SystemSound SystemSoundKind.swift
[6/6] Emitting module SystemSound
Build complete! (5.66s)
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.