Build Information
Successful build of SwiftPygments, reference master (c22bcf), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:46:22 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/Ze0nC/SwiftPygments.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ze0nC/SwiftPygments
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c22bcfc Updated README
Cloned https://github.com/Ze0nC/SwiftPygments.git
Revision (git rev-parse @):
c22bcfcc5931db56c971c1d2722de856a8bfaf39
SUCCESS checkout https://github.com/Ze0nC/SwiftPygments.git at master
Fetching https://github.com/pvieito/PythonKit.git
[1/1693] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.93s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at master (d030b51)
========================================
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": "swiftpygments",
"name": "SwiftPygments",
"url": "https://github.com/Ze0nC/SwiftPygments.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPygments",
"traits": [
"default"
],
"dependencies": [
{
"identity": "pythonkit",
"name": "PythonKit",
"url": "https://github.com/pvieito/PythonKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PythonKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Ze0nC/SwiftPygments.git
[1/37] Fetching swiftpygments
Fetched https://github.com/Ze0nC/SwiftPygments.git from cache (0.66s)
Fetching https://github.com/pvieito/PythonKit.git from cache
Fetched https://github.com/pvieito/PythonKit.git from cache (0.44s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at master (d030b51)
Creating working copy for https://github.com/Ze0nC/SwiftPygments.git
Working copy of https://github.com/Ze0nC/SwiftPygments.git resolved at master (c22bcfc)
warning: '.resolve-product-dependencies': dependency 'swiftpygments' is not used by any target
Found 1 product dependencies
- PythonKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Ze0nC/SwiftPygments.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling PythonKit PythonLibrary.swift
[5/8] Compiling PythonKit PythonLibrary+Symbols.swift
[6/8] Compiling PythonKit NumpyConversion.swift
[7/8] Compiling PythonKit Python.swift
[8/8] Emitting module PythonKit
[9/10] Emitting module SwiftPygments
[10/10] Compiling SwiftPygments SwiftPygments.swift
Build complete! (4.78s)
Build complete.
{
"dependencies" : [
{
"identity" : "pythonkit",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pvieito/PythonKit.git"
}
],
"manifest_display_name" : "SwiftPygments",
"name" : "SwiftPygments",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftPygments",
"targets" : [
"SwiftPygments"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPygmentsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPygmentsTests",
"path" : "Tests/SwiftPygmentsTests",
"product_dependencies" : [
"PythonKit"
],
"sources" : [
"SwiftPygmentsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftPygments"
],
"type" : "test"
},
{
"c99name" : "SwiftPygments",
"module_type" : "SwiftTarget",
"name" : "SwiftPygments",
"path" : "Sources/SwiftPygments",
"product_dependencies" : [
"PythonKit"
],
"product_memberships" : [
"SwiftPygments"
],
"sources" : [
"SwiftPygments.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.