Build Information
Successful build of swift-highlight, reference v0.1.4 (42f606
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:08:12 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/tayloraswift/swift-highlight.git
Reference: v0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-highlight
* tag v0.1.4 -> FETCH_HEAD
HEAD is now at 42f6063 add API for generating an empty Notebook, and appending syntax tokens to a Notebook
Cloned https://github.com/tayloraswift/swift-highlight.git
Revision (git rev-parse @):
42f606398358cfff129907ea940694742c7ab03c
SUCCESS checkout https://github.com/tayloraswift/swift-highlight.git at v0.1.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tayloraswift/swift-highlight.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 Notebook notebook.swift
[4/4] Emitting module Notebook
Build complete! (0.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-highlight",
"name" : "swift-highlight",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Notebook",
"targets" : [
"Notebook"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Notebook",
"module_type" : "SwiftTarget",
"name" : "Notebook",
"path" : "sources/notebook",
"product_memberships" : [
"Notebook"
],
"sources" : [
"notebook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.