Build Information
Successful build of PythonKit, reference v0.5.1 (6fee76
), with Swift 5.10 for macOS (SPM) on 9 Mar 2025 18:25:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvieito/PythonKit.git
Reference: v0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvieito/PythonKit
* tag v0.5.1 -> FETCH_HEAD
HEAD is now at 6fee761 Fix warnings.
Cloned https://github.com/pvieito/PythonKit.git
Revision (git rev-parse @):
6fee7617cfa910fbac7035276e295ba967adbbb4
SUCCESS checkout https://github.com/pvieito/PythonKit.git at v0.5.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/pvieito/PythonKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling PythonKit NumpyConversion.swift
[4/7] Compiling PythonKit Python.swift
[5/7] Compiling PythonKit PythonLibrary+Symbols.swift
[6/7] Compiling PythonKit PythonLibrary.swift
[7/7] Emitting module PythonKit
Build complete! (4.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PythonKit",
"name" : "PythonKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PythonKit",
"targets" : [
"PythonKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PythonKitTests",
"module_type" : "SwiftTarget",
"name" : "PythonKitTests",
"path" : "Tests/PythonKitTests",
"sources" : [
"NumpyConversionTests.swift",
"PythonFunctionTests.swift",
"PythonRuntimeTests.swift"
],
"target_dependencies" : [
"PythonKit"
],
"type" : "test"
},
{
"c99name" : "PythonKit",
"module_type" : "SwiftTarget",
"name" : "PythonKit",
"path" : "PythonKit",
"product_memberships" : [
"PythonKit"
],
"sources" : [
"NumpyConversion.swift",
"Python.swift",
"PythonLibrary+Symbols.swift",
"PythonLibrary.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.