The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DBThreadSafe, reference 2.3.0 (98f11a), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 07:18:01 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/dodobrands/DBThreadSafe-ios.git
Reference: 2.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dodobrands/DBThreadSafe-ios
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 98f11ae Property wrapper (#19)
Cloned https://github.com/dodobrands/DBThreadSafe-ios.git
Revision (git rev-parse @):
98f11ae07f2764e4228bf55c18c48e04a16b18bd
SUCCESS checkout https://github.com/dodobrands/DBThreadSafe-ios.git at 2.3.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "dbthreadsafe-ios",
      "name": "DBThreadSafe",
      "url": "https://github.com/dodobrands/DBThreadSafe-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DBThreadSafe-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dodobrands/DBThreadSafe-ios.git
[1/274] Fetching dbthreadsafe-ios
Fetched https://github.com/dodobrands/DBThreadSafe-ios.git from cache (0.66s)
Creating working copy for https://github.com/dodobrands/DBThreadSafe-ios.git
Working copy of https://github.com/dodobrands/DBThreadSafe-ios.git resolved at 2.3.0 (98f11ae)
warning: '.resolve-product-dependencies': dependency 'dbthreadsafe-ios' 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/dodobrands/DBThreadSafe-ios.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 DBThreadSafe Lock.swift
[4/6] Emitting module DBThreadSafe
[5/6] Compiling DBThreadSafe DBThreadSafeContainer.swift
[6/6] Compiling DBThreadSafe ThreadSafe.swift
Build complete! (5.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DBThreadSafe",
  "name" : "DBThreadSafe",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DBThreadSafe",
      "targets" : [
        "DBThreadSafe"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DBThreadSafeTests",
      "module_type" : "SwiftTarget",
      "name" : "DBThreadSafeTests",
      "path" : "Tests/DBThreadSafeTests",
      "sources" : [
        "DBThreadSafeContainerTests.swift",
        "ThreadSafeTests.swift"
      ],
      "target_dependencies" : [
        "DBThreadSafe"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBThreadSafe",
      "module_type" : "SwiftTarget",
      "name" : "DBThreadSafe",
      "path" : "Sources/DBThreadSafe",
      "product_memberships" : [
        "DBThreadSafe"
      ],
      "sources" : [
        "DBThreadSafeContainer.swift",
        "Lock.swift",
        "ThreadSafe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.