Build Information
Successful build of HighlightSwift, reference main (f981c1
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 07:20:55 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/appstefan/HighlightSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appstefan/HighlightSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f981c1a Update README.md
Cloned https://github.com/appstefan/HighlightSwift.git
Revision (git rev-parse @):
f981c1aa47d6cd5325a2727783cc1a72017452ba
SUCCESS checkout https://github.com/appstefan/HighlightSwift.git at main
========================================
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": "highlightswift",
"name": "HighlightSwift",
"url": "https://github.com/appstefan/HighlightSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HighlightSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/appstefan/HighlightSwift.git
[1/464] Fetching highlightswift
Fetched https://github.com/appstefan/HighlightSwift.git from cache (1.10s)
Creating working copy for https://github.com/appstefan/HighlightSwift.git
Working copy of https://github.com/appstefan/HighlightSwift.git resolved at main (f981c1a)
warning: '.resolve-product-dependencies': dependency 'highlightswift' 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/appstefan/HighlightSwift.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/4] Write sources
[1/4] Copying LICENSE.md
[1/4] Copying highlight.min.js
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/23] Compiling HighlightSwift HLJSResult.swift
[6/23] Compiling HighlightSwift Highlight.swift
[7/24] Compiling HighlightSwift resource_bundle_accessor.swift
[8/24] Compiling HighlightSwift HighlightResult.swift
[9/24] Compiling HighlightSwift HighlightTheme.swift
[10/24] Compiling HighlightSwift HighlightLanguage.swift
[11/24] Compiling HighlightSwift HighlightMode.swift
[12/24] Compiling HighlightSwift HighlightBackground.swift
[13/24] Compiling HighlightSwift HighlightCSS.swift
[14/24] Compiling HighlightSwift HLJS.swift
[15/24] Compiling HighlightSwift HLJSError.swift
[16/24] Compiling HighlightSwift CodeTextColors.swift
[17/24] Compiling HighlightSwift CodeTextModifiers.swift
[18/24] Compiling HighlightSwift HighlightColors.swift
[19/24] Compiling HighlightSwift HighlightEntry.swift
[20/24] Compiling HighlightSwift CodeText.swift
[21/24] Compiling HighlightSwift CodeTextCardView.swift
[22/24] Emitting module HighlightSwift
[23/24] Compiling HighlightSwift CodeTextStyle.swift
[24/24] Compiling HighlightSwift CodeTextView.swift
Build complete! (18.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HighlightSwift",
"name" : "HighlightSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HighlightSwift",
"targets" : [
"HighlightSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HighlightSwiftTests",
"module_type" : "SwiftTarget",
"name" : "HighlightSwiftTests",
"path" : "Tests/HighlightSwiftTests",
"sources" : [
"HighlightSwiftTests.swift"
],
"target_dependencies" : [
"HighlightSwift"
],
"type" : "test"
},
{
"c99name" : "HighlightSwift",
"module_type" : "SwiftTarget",
"name" : "HighlightSwift",
"path" : "Sources/HighlightSwift",
"product_memberships" : [
"HighlightSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/HighlightSwift/HighlightJS/LICENSE.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/HighlightSwift/HighlightJS/highlight.min.js",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CodeText/CodeText.swift",
"CodeText/CodeTextCardView.swift",
"CodeText/CodeTextColors.swift",
"CodeText/CodeTextModifiers.swift",
"CodeText/CodeTextStyle.swift",
"CodeText/CodeTextView.swift",
"HLJS/HLJS.swift",
"HLJS/HLJSError.swift",
"HLJS/HLJSResult.swift",
"Highlight/Highlight.swift",
"Highlight/HighlightBackground.swift",
"Highlight/HighlightCSS.swift",
"Highlight/HighlightColors.swift",
"Highlight/HighlightEntry.swift",
"Highlight/HighlightLanguage.swift",
"Highlight/HighlightMode.swift",
"Highlight/HighlightResult.swift",
"Highlight/HighlightTheme.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.