Build Information
Successful build of syntax-highlight with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/syntax-highlight.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/syntax-highlight
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 61ea287 updating syntax tree
Cloned https://github.com/nerdsupremacist/syntax-highlight.git
Revision (git rev-parse @):
61ea287164c6453925d7967f9d7fa6b236752e3d
SUCCESS checkout https://github.com/nerdsupremacist/syntax-highlight.git at main
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.27s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.06s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "syntax-highlight",
"name": "syntax-highlight",
"url": "https://github.com/nerdsupremacist/syntax-highlight.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/syntax-highlight",
"dependencies": [
{
"identity": "syntaxtree",
"name": "SyntaxTree",
"url": "https://github.com/nerdsupremacist/SyntaxTree.git",
"version": "0.1.0",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SyntaxTree",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/nerdsupremacist/syntax-highlight.git from cache
Fetched https://github.com/nerdsupremacist/syntax-highlight.git (0.21s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.26s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.04s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Creating working copy for https://github.com/nerdsupremacist/syntax-highlight.git
Working copy of https://github.com/nerdsupremacist/syntax-highlight.git resolved at main
warning: '.resolve-product-dependencies': dependency 'syntax-highlight' is not used by any target
Found 1 product dependencies
- SyntaxTree
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling SyntaxTree SyntaxTreeFactory.swift
[2/7] Compiling SyntaxTree MutableSyntaxTree.swift
[3/7] Compiling SyntaxTree Kind.swift
[4/7] Compiling SyntaxTree Location.swift
[5/7] Compiling SyntaxTree LineColumnIndex.swift
[6/7] Emitting module SyntaxTree
[7/7] Compiling SyntaxTree SyntaxTree.swift
[8/12] Compiling SyntaxHighlight Parser+highlight.swift
[9/12] Emitting module SyntaxHighlight
[10/12] Compiling SyntaxHighlight Parser+html.swift
[11/12] Compiling SyntaxHighlight Parser+attributedString.swift
[12/12] Compiling SyntaxHighlight Format.swift
Build complete! (10.10s)
Build complete.
Done.