The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Rasterize, reference 0.1.0 (f44e6c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:34:55 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/fourplusone/rasterize.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fourplusone/rasterize
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at f44e6c0 Create LICENSE
Cloned https://github.com/fourplusone/rasterize.git
Revision (git rev-parse @):
f44e6c0421fe93b136d7bee85f51b1595657bac3
SUCCESS checkout https://github.com/fourplusone/rasterize.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fourplusone/rasterize.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Emitting module Rasterize
[6/9] Compiling Rasterize Rasterized.swift
[7/11] Compiling Example main.swift
[8/11] Emitting module Example
[8/11] Write Objects.LinkFileList
[9/11] Linking Example
[10/11] Applying Example
Build complete! (7.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Rasterize",
  "name" : "Rasterize",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Rasterize",
      "targets" : [
        "Rasterize"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RasterizeTests",
      "module_type" : "SwiftTarget",
      "name" : "RasterizeTests",
      "path" : "Tests/RasterizeTests",
      "sources" : [
        "RasterizeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Rasterize"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rasterize",
      "module_type" : "SwiftTarget",
      "name" : "Rasterize",
      "path" : "Sources/Rasterize",
      "product_memberships" : [
        "Rasterize",
        "Example"
      ],
      "sources" : [
        "Rasterized.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Rasterize"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Done.