Build Information
Successful build of Rasterize, reference 0.1.0 (f44e6c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 23:21:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "rasterize",
"name": "Rasterize",
"url": "https://github.com/fourplusone/rasterize.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rasterize",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/fourplusone/rasterize.git
[1/32] Fetching rasterize
Fetched https://github.com/fourplusone/rasterize.git from cache (0.58s)
Creating working copy for https://github.com/fourplusone/rasterize.git
Working copy of https://github.com/fourplusone/rasterize.git resolved at 0.1.0 (f44e6c0)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/fourplusone/rasterize.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write Example-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/9] Emitting module Rasterize
[6/9] Compiling Rasterize Rasterized.swift
[7/11] Emitting module Example
[8/11] Compiling Example main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking Example
[10/11] Applying Example
Build complete! (9.40s)
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.