Build Information
Successful build of SwiftPygments, reference master (c22bcf
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 16:22:05 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Ze0nC/SwiftPygments.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling PythonKit NumpyConversion.swift
[5/8] Compiling PythonKit PythonLibrary.swift
[6/8] Compiling PythonKit Python.swift
[7/8] Compiling PythonKit PythonLibrary+Symbols.swift
[8/8] Emitting module PythonKit
[9/10] Compiling SwiftPygments SwiftPygments.swift
[10/10] Emitting module SwiftPygments
Build complete! (5.58s)
Fetching https://github.com/pvieito/PythonKit.git
[1/1643] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.91s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at master (d5ba1b3)
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.