Build Information
Successful build of swift-highlight, reference v0.1.4 (42f606
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 02:48:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
"dependencies": [
{
"identity": "swift-highlight",
"name": "swift-highlight",
"url": "https://github.com/tayloraswift/swift-highlight.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-highlight",
"dependencies": [
]
}
]
}
Fetching https://github.com/tayloraswift/swift-highlight.git
[1/53] Fetching swift-highlight
Fetched https://github.com/tayloraswift/swift-highlight.git from cache (0.66s)
Creating working copy for https://github.com/tayloraswift/swift-highlight.git
Working copy of https://github.com/tayloraswift/swift-highlight.git resolved at v0.1.4 (42f6063)
warning: '.resolve-product-dependencies': dependency 'swift-highlight' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tayloraswift/swift-highlight.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module Notebook
[4/4] Compiling Notebook notebook.swift
Build complete! (1.92s)
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.