The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CXXSharedMutex, reference main (0ff213), with Swift 6.3 for macOS (SPM) on 1 May 2026 22:43:03 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/sbooth/CXXSharedMutex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CXXSharedMutex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0ff2138 Reformat workflow steps in swift.yml
Cloned https://github.com/sbooth/CXXSharedMutex.git
Revision (git rev-parse @):
0ff213878225cdcbe28bf4dc556d5f2c7dfa58b1
SUCCESS checkout https://github.com/sbooth/CXXSharedMutex.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": "cxxsharedmutex",
      "name": "CXXSharedMutex",
      "url": "https://github.com/sbooth/CXXSharedMutex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CXXSharedMutex",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sbooth/CXXSharedMutex.git
[1/156] Fetching cxxsharedmutex
Fetched https://github.com/sbooth/CXXSharedMutex.git from cache (0.70s)
Creating working copy for https://github.com/sbooth/CXXSharedMutex.git
Working copy of https://github.com/sbooth/CXXSharedMutex.git resolved at main (0ff2138)
warning: '.resolve-product-dependencies': dependency 'cxxsharedmutex' 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/sbooth/CXXSharedMutex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CXXSharedMutex SharedMutex.cpp
Build complete! (0.08s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "CXXSharedMutex",
  "name" : "CXXSharedMutex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CXXSharedMutex",
      "targets" : [
        "CXXSharedMutex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CXXSharedMutexTests",
      "module_type" : "SwiftTarget",
      "name" : "CXXSharedMutexTests",
      "path" : "Tests/CXXSharedMutexTests",
      "sources" : [
        "CXXSharedMutexTests.swift"
      ],
      "target_dependencies" : [
        "CXXSharedMutex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CXXSharedMutex",
      "module_type" : "ClangTarget",
      "name" : "CXXSharedMutex",
      "path" : "Sources/CXXSharedMutex",
      "product_memberships" : [
        "CXXSharedMutex"
      ],
      "sources" : [
        "SharedMutex.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.