The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Asyncify, reference v0.0.10 (635ae1), with Swift 6.2 for macOS (SPM) on 8 Jul 2025 19:24:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/Asyncify.git
Reference: v0.0.10
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Asyncify
 * tag               v0.0.10    -> FETCH_HEAD
HEAD is now at 635ae10 0.0.10
Cloned https://github.com/mesqueeb/Asyncify.git
Revision (git rev-parse @):
635ae105df12e10c17c8ee923bba059c70350587
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Asyncify.git at v0.0.10
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mesqueeb/Asyncify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Asyncify Asyncify.swift
[4/4] Emitting module Asyncify
Build complete! (4.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Asyncify",
  "name" : "Asyncify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Asyncify",
      "targets" : [
        "Asyncify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncifyTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncifyTests",
      "path" : "Tests/AsyncifyTests",
      "sources" : [
        "AsyncifyTests.swift"
      ],
      "target_dependencies" : [
        "Asyncify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Asyncify",
      "module_type" : "SwiftTarget",
      "name" : "Asyncify",
      "path" : "Sources/Asyncify",
      "product_memberships" : [
        "Asyncify"
      ],
      "sources" : [
        "Asyncify.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.