The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Python-iOS with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/Python-iOS.git
Reference: 0.0.20211030092316
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/Python-iOS
 * tag               0.0.20211030092316 -> FETCH_HEAD
HEAD is now at ace19ca Python 3.9
Cloned https://github.com/kewlbear/Python-iOS.git into spi-builder-workspace
ace19caa26a9fc7a1a666757852fd4f8050ac4df
SUCCESS checkout https://github.com/kewlbear/Python-iOS.git at 0.0.20211030092316
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libffi.xcframework.zip
[15575/44486267] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip
[949454/44721266] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libffi.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libffi.xcframework.zip (0.46s)
[4881623/46202602] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libssl.xcframework.zip
[5209231/53888919] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libcrypto.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libssl.xcframework.zip (0.62s)
[16268503/52172584] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libcrypto.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libcrypto.xcframework.zip (0.96s)
[38849060/44486267] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20211030082633/libpython3.xcframework.zip (2.87s)
Building for debugging...
[0/2] Copying lib
In file included from /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/PythonSupport.m:25:
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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]
int PythonInitialize(int, const char **, const char *);
                                     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                     ^
                                      _Nullable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                     ^
                                      _Nonnull
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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]
int PythonInitialize(int, const char **, const char *);
                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                      ^
                                       _Nullable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                      ^
                                       _Nonnull
2 warnings generated.
[1/2] Compiling LinkPython PythonSupport.m
[3/5] Compiling PythonSupport resource_bundle_accessor.swift
[4/5] Compiling PythonSupport SwiftBundle.swift
[5/5] Emitting module PythonSupport
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
int PythonInitialize(int, const char **, const char *);
                                     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                     ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
int PythonInitialize(int, const char **, const char *);
                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                      ^
Build complete! (8.38s)
Build complete.
Done.