Build Information
Successful build of Python-iOS, reference v0.1.1-b20230423-090254 (4f3ca2
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:47:26 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/kewlbear/Python-iOS.git
Reference: v0.1.1-b20230423-090254
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/Python-iOS
* tag v0.1.1-b20230423-090254 -> FETCH_HEAD
HEAD is now at 4f3ca2b fix missing bz2 linker option
Cloned https://github.com/kewlbear/Python-iOS.git
Revision (git rev-parse @):
4f3ca2bc0cff1ef2511555eb6114f9eb12e50412
SUCCESS checkout https://github.com/kewlbear/Python-iOS.git at v0.1.1-b20230423-090254
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kewlbear/Python-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying lib
[2/4] Write swift-version-1EA4D86E10B52AF.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/LinkPython/PythonSupport.m:25:
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
39 | int PythonInitialize(int, const char **, const char *);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nullable' if the pointer may be null
39 | int PythonInitialize(int, const char **, const char *);
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nonnull' if the pointer should never be null
39 | int PythonInitialize(int, const char **, const char *);
| ^
| _Nonnull
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
39 | int PythonInitialize(int, const char **, const char *);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nullable' if the pointer may be null
39 | int PythonInitialize(int, const char **, const char *);
| ^
| _Nullable
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nonnull' if the pointer should never be null
39 | int PythonInitialize(int, const char **, const char *);
| ^
| _Nonnull
2 warnings generated.
[3/4] Compiling LinkPython PythonSupport.m
[5/7] Compiling PythonSupport resource_bundle_accessor.swift
[6/7] Emitting module PythonSupport
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
37 | NS_ASSUME_NONNULL_BEGIN
38 |
39 | int PythonInitialize(int, const char **, const char *);
| |- warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
| |- note: insert '_Nullable' if the pointer may be null
| `- note: insert '_Nonnull' if the pointer should never be null
40 |
41 | void PythonFinalize();
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h"
| `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
37 | NS_ASSUME_NONNULL_BEGIN
38 |
39 | int PythonInitialize(int, const char **, const char *);
| |- warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
| |- note: insert '_Nullable' if the pointer may be null
| `- note: insert '_Nonnull' if the pointer should never be null
40 |
41 | void PythonFinalize();
[7/7] Compiling PythonSupport SwiftBundle.swift
Build complete! (6.98s)
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[32750/101134] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[133884/48088720] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[2069518/55792405] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip (0.78s)
[4204115/55691271] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[12867285/57410933] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip (0.99s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip (1.11s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip (2.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Python-iOS",
"name" : "Python-iOS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Python-iOS",
"targets" : [
"LinkPython",
"libpython3",
"libssl",
"libcrypto",
"libffi",
"PythonSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "libssl",
"module_type" : "BinaryTarget",
"name" : "libssl",
"path" : "remote/archive/libssl.xcframework.zip",
"product_memberships" : [
"Python-iOS"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "libpython3",
"module_type" : "BinaryTarget",
"name" : "libpython3",
"path" : "remote/archive/libpython3.xcframework.zip",
"product_memberships" : [
"Python-iOS"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "libffi",
"module_type" : "BinaryTarget",
"name" : "libffi",
"path" : "remote/archive/libffi.xcframework.zip",
"product_memberships" : [
"Python-iOS"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "libcrypto",
"module_type" : "BinaryTarget",
"name" : "libcrypto",
"path" : "remote/archive/libcrypto.xcframework.zip",
"product_memberships" : [
"Python-iOS"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "PythonTests",
"module_type" : "SwiftTarget",
"name" : "PythonTests",
"path" : "Tests/PythonTests",
"sources" : [
"PythonTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PythonSupport"
],
"type" : "test"
},
{
"c99name" : "PythonSupport",
"module_type" : "SwiftTarget",
"name" : "PythonSupport",
"path" : "Sources/PythonSupport",
"product_memberships" : [
"Python-iOS"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PythonSupport/lib",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SwiftBundle.swift"
],
"target_dependencies" : [
"LinkPython"
],
"type" : "library"
},
{
"c99name" : "LinkPython",
"module_type" : "ClangTarget",
"name" : "LinkPython",
"path" : "Sources/LinkPython",
"product_memberships" : [
"Python-iOS"
],
"sources" : [
"PythonSupport.m"
],
"target_dependencies" : [
"libpython3",
"libssl",
"libcrypto",
"libffi"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.