The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ClampedPropertyWrapper, reference main (cf70bb), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 05:29:24 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/CypherPoet/ClampedPropertyWrapper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/ClampedPropertyWrapper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf70bb4 remove explicit `base-url` setting
Cloned https://github.com/CypherPoet/ClampedPropertyWrapper.git
Revision (git rev-parse @):
cf70bb4cc244272f5baf0577c48bc01d4c2e95a5
SUCCESS checkout https://github.com/CypherPoet/ClampedPropertyWrapper.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": "clampedpropertywrapper",
      "name": "ClampedPropertyWrapper",
      "url": "https://github.com/CypherPoet/ClampedPropertyWrapper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClampedPropertyWrapper",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper.git
[1/109] Fetching clampedpropertywrapper
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper.git from cache (1.01s)
Creating working copy for https://github.com/CypherPoet/ClampedPropertyWrapper.git
Working copy of https://github.com/CypherPoet/ClampedPropertyWrapper.git resolved at main (cf70bb4)
warning: '.resolve-product-dependencies': dependency 'clampedpropertywrapper' 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/CypherPoet/ClampedPropertyWrapper.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/4] Compiling ClampedPropertyWrapper Clamped.swift
[4/4] Emitting module ClampedPropertyWrapper
Build complete! (3.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ClampedPropertyWrapper",
  "name" : "ClampedPropertyWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ClampedPropertyWrapper",
      "targets" : [
        "ClampedPropertyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClampedPropertyWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "ClampedPropertyWrapperTests",
      "path" : "Tests/ClampedPropertyWrapper",
      "sources" : [
        "Cases/ClampedPropertyWrapperTests.swift"
      ],
      "target_dependencies" : [
        "ClampedPropertyWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClampedPropertyWrapper",
      "module_type" : "SwiftTarget",
      "name" : "ClampedPropertyWrapper",
      "path" : "Sources/ClampedPropertyWrapper",
      "product_memberships" : [
        "ClampedPropertyWrapper"
      ],
      "sources" : [
        "Clamped.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.