The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XPtr, reference 1.0.1 (f7f0b2), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 18:19:28 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/wuyu2015/XPtrSwift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/XPtrSwift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at f7f0b29 Modify: .gitignore
Cloned https://github.com/wuyu2015/XPtrSwift.git
Revision (git rev-parse @):
f7f0b29c7992f304f0fbc9ef46f175900bbb653b
SUCCESS checkout https://github.com/wuyu2015/XPtrSwift.git at 1.0.1
Fetching https://github.com/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.63s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (1.32s)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
========================================
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": "xptrswift",
      "name": "XPtr",
      "url": "https://github.com/wuyu2015/XPtrSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XPtrSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "xctestdelayprinter",
          "name": "XCTestDelayPrinter",
          "url": "https://github.com/wuyu2015/XCTestDelayPrinter",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTestDelayPrinter",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/wuyu2015/XPtrSwift.git
[1/68] Fetching xptrswift
Fetched https://github.com/wuyu2015/XPtrSwift.git from cache (0.62s)
Fetching https://github.com/wuyu2015/XCTestDelayPrinter from cache
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.48s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (0.53s)
Creating working copy for https://github.com/wuyu2015/XPtrSwift.git
Working copy of https://github.com/wuyu2015/XPtrSwift.git resolved at 1.0.1 (f7f0b29)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'xptrswift' is not used by any target
Found 1 product dependencies
  - XCTestDelayPrinter
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wuyu2015/XPtrSwift.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/7] Compiling XPtr SecretKey.swift
[4/7] Compiling XPtr XPtr.swift
[5/7] Compiling XPtr CountType.swift
[6/7] Compiling XPtr Ptr.swift
[7/7] Emitting module XPtr
Build complete! (1.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xctestdelayprinter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wuyu2015/XCTestDelayPrinter"
    }
  ],
  "manifest_display_name" : "XPtr",
  "name" : "XPtr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XPtr",
      "targets" : [
        "XPtr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XPtrTests",
      "module_type" : "SwiftTarget",
      "name" : "XPtrTests",
      "path" : "Tests/XPtrTests",
      "product_dependencies" : [
        "XCTestDelayPrinter"
      ],
      "sources" : [
        "CountTypeTests.swift",
        "PtrTests.swift",
        "SecretKeyTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XPtr"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XPtr",
      "module_type" : "SwiftTarget",
      "name" : "XPtr",
      "path" : "Sources/XPtr",
      "product_memberships" : [
        "XPtr"
      ],
      "sources" : [
        "CountType.swift",
        "Ptr.swift",
        "SecretKey.swift",
        "XPtr.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.