The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PythonKit, reference master (6fee76), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 08:35:37 UTC.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PythonKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvieito/PythonKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvieito/PythonKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pvieito/PythonKit.git
https://github.com/pvieito/PythonKit.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  PythonKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: PythonKit
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PythonKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PythonKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PythonKit -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  PythonKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
    Target 'PythonKit' in project 'PythonKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8b6b444ba5ead616779378710887db11
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8b6b444ba5ead616779378710887db11.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.modulemap (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyStaticMetadataFileList (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyMetadataFileList (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftConstValuesFileList (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.LinkFileList (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-OutputFileMap.json (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_const_extract_protocols.json (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PythonKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.modulemap (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver PythonKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PythonKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Python.swift /Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift (in target 'PythonKit' from project 'PythonKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: warning: let 'Python' is not concurrency-safe because non-'Sendable' type 'PythonInterface' may have shared mutable state; this is an error in the Swift 6 language mode
public let Python = PythonInterface()
           ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:673:15: note: consider making struct 'PythonInterface' conform to the 'Sendable' protocol
public struct PythonInterface {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: note: add '@MainActor' to make let 'Python' part of global actor 'MainActor'
public let Python = PythonInterface()
           ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let Python = PythonInterface()
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: warning: static property 'sharedMethodDefinition' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<PyMethodDef>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: note: add '@MainActor' to make static property 'sharedMethodDefinition' part of global actor 'MainActor'
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: warning: static property 'sharedMethodWithKeywordsDefinition' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<PyMethodDef>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: note: add '@MainActor' to make static property 'sharedMethodWithKeywordsDefinition' part of global actor 'MainActor'
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:92:21: warning: stored property 'reference' of 'Sendable'-conforming struct 'PythonObject' has non-sendable type 'PyReference'; this is an error in the Swift 6 language mode
    fileprivate var reference: PyReference
                    ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:40:13: note: class 'PyReference' does not conform to the 'Sendable' protocol
final class PyReference {
            ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ PythonKit (in target 'PythonKit' from project 'PythonKit')
EmitSwiftModule normal arm64 (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: warning: let 'Python' is not concurrency-safe because non-'Sendable' type 'PythonInterface' may have shared mutable state; this is an error in the Swift 6 language mode
public let Python = PythonInterface()
           ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:673:15: note: consider making struct 'PythonInterface' conform to the 'Sendable' protocol
public struct PythonInterface {
              ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: note: add '@MainActor' to make let 'Python' part of global actor 'MainActor'
public let Python = PythonInterface()
           ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:663:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let Python = PythonInterface()
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: warning: static property 'sharedMethodDefinition' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<PyMethodDef>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: note: add '@MainActor' to make static property 'sharedMethodDefinition' part of global actor 'MainActor'
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1733:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedMethodDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: warning: static property 'sharedMethodWithKeywordsDefinition' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<PyMethodDef>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: note: add '@MainActor' to make static property 'sharedMethodWithKeywordsDefinition' part of global actor 'MainActor'
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:1755:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sharedMethodWithKeywordsDefinition: UnsafeMutablePointer<PyMethodDef> = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:92:21: warning: stored property 'reference' of 'Sendable'-conforming struct 'PythonObject' has non-sendable type 'PyReference'; this is an error in the Swift 6 language mode
    fileprivate var reference: PyReference
                    ^
/Users/admin/builder/spi-builder-workspace/PythonKit/Python.swift:40:13: note: class 'PyReference' does not conform to the 'Sendable' protocol
final class PyReference {
            ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: warning: let '_Py_ZeroStruct' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let _Py_ZeroStruct: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: note: add '@MainActor' to make let '_Py_ZeroStruct' part of global actor 'MainActor'
let _Py_ZeroStruct: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let _Py_ZeroStruct: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: warning: let '_Py_TrueStruct' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let _Py_TrueStruct: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: note: add '@MainActor' to make let '_Py_TrueStruct' part of global actor 'MainActor'
let _Py_TrueStruct: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let _Py_TrueStruct: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: warning: let 'PyBool_Type' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let PyBool_Type: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: note: add '@MainActor' to make let 'PyBool_Type' part of global actor 'MainActor'
let PyBool_Type: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let PyBool_Type: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: warning: let 'PySlice_Type' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let PySlice_Type: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: note: add '@MainActor' to make let 'PySlice_Type' part of global actor 'MainActor'
let PySlice_Type: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let PySlice_Type: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: warning: static property 'defaultLibraryHandle' is not concurrency-safe because non-'Sendable' type 'UnsafeMutableRawPointer?' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: note: add '@MainActor' to make static property 'defaultLibraryHandle' part of global actor 'MainActor'
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: warning: static property 'isPythonLibraryLoaded' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isPythonLibraryLoaded = false
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: convert 'isPythonLibraryLoaded' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isPythonLibraryLoaded = false
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: add '@MainActor' to make static property 'isPythonLibraryLoaded' part of global actor 'MainActor'
    private static var isPythonLibraryLoaded = false
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isPythonLibraryLoaded = false
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: warning: static property '_pythonLibraryHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: convert '_pythonLibraryHandle' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: add '@MainActor' to make static property '_pythonLibraryHandle' part of global actor 'MainActor'
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: warning: static property 'libraryNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: convert 'libraryNames' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: add '@MainActor' to make static property 'libraryNames' part of global actor 'MainActor'
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: warning: static property 'libraryPathExtensions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryPathExtensions = [""]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: convert 'libraryPathExtensions' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryPathExtensions = [""]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: add '@MainActor' to make static property 'libraryPathExtensions' part of global actor 'MainActor'
    private static var libraryPathExtensions = [""]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryPathExtensions = [""]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: warning: static property 'librarySearchPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: convert 'librarySearchPaths' to a 'let' constant to make 'Sendable' shared state immutable
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: add '@MainActor' to make static property 'librarySearchPaths' part of global actor 'MainActor'
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: warning: static property 'libraryVersionSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryVersionSeparator = "."
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: convert 'libraryVersionSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryVersionSeparator = "."
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: add '@MainActor' to make static property 'libraryVersionSeparator' part of global actor 'MainActor'
    private static var libraryVersionSeparator = "."
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryVersionSeparator = "."
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PythonLibrary+Symbols.swift /Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift (in target 'PythonKit' from project 'PythonKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: warning: let '_Py_ZeroStruct' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let _Py_ZeroStruct: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: note: add '@MainActor' to make let '_Py_ZeroStruct' part of global actor 'MainActor'
let _Py_ZeroStruct: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:228:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let _Py_ZeroStruct: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: warning: let '_Py_TrueStruct' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let _Py_TrueStruct: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: note: add '@MainActor' to make let '_Py_TrueStruct' part of global actor 'MainActor'
let _Py_TrueStruct: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:231:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let _Py_TrueStruct: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: warning: let 'PyBool_Type' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let PyBool_Type: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: note: add '@MainActor' to make let 'PyBool_Type' part of global actor 'MainActor'
let PyBool_Type: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:234:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let PyBool_Type: PyObjectPointer =
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: warning: let 'PySlice_Type' is not concurrency-safe because non-'Sendable' type 'PyObjectPointer' (aka 'UnsafeMutableRawPointer') may have shared mutable state; this is an error in the Swift 6 language mode
let PySlice_Type: PyObjectPointer =
    ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: note: add '@MainActor' to make let 'PySlice_Type' part of global actor 'MainActor'
let PySlice_Type: PyObjectPointer =
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary+Symbols.swift:237:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let PySlice_Type: PyObjectPointer =
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NumpyConversion.swift /Users/admin/builder/spi-builder-workspace/PythonKit/NumpyConversion.swift (in target 'PythonKit' from project 'PythonKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PythonKit/NumpyConversion.swift (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PythonLibrary.swift /Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift (in target 'PythonKit' from project 'PythonKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: warning: static property 'defaultLibraryHandle' is not concurrency-safe because non-'Sendable' type 'UnsafeMutableRawPointer?' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: note: add '@MainActor' to make static property 'defaultLibraryHandle' part of global actor 'MainActor'
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:51:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let defaultLibraryHandle = UnsafeMutableRawPointer(bitPattern: -2)  // RTLD_DEFAULT
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: warning: static property 'isPythonLibraryLoaded' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isPythonLibraryLoaded = false
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: convert 'isPythonLibraryLoaded' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isPythonLibraryLoaded = false
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: add '@MainActor' to make static property 'isPythonLibraryLoaded' part of global actor 'MainActor'
    private static var isPythonLibraryLoaded = false
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:56:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isPythonLibraryLoaded = false
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: warning: static property '_pythonLibraryHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: convert '_pythonLibraryHandle' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: add '@MainActor' to make static property '_pythonLibraryHandle' part of global actor 'MainActor'
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:57:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _pythonLibraryHandle: UnsafeMutableRawPointer?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: warning: static property 'libraryNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: convert 'libraryNames' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: add '@MainActor' to make static property 'libraryNames' part of global actor 'MainActor'
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:102:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryNames = ["Python.framework/Versions/:/Python"]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: warning: static property 'libraryPathExtensions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryPathExtensions = [""]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: convert 'libraryPathExtensions' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryPathExtensions = [""]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: add '@MainActor' to make static property 'libraryPathExtensions' part of global actor 'MainActor'
    private static var libraryPathExtensions = [""]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:103:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryPathExtensions = [""]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: warning: static property 'librarySearchPaths' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: convert 'librarySearchPaths' to a 'let' constant to make 'Sendable' shared state immutable
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: add '@MainActor' to make static property 'librarySearchPaths' part of global actor 'MainActor'
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:104:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var librarySearchPaths = ["", "/opt/homebrew/Frameworks/", "/usr/local/Frameworks/"]
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: warning: static property 'libraryVersionSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var libraryVersionSeparator = "."
                       ^
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: convert 'libraryVersionSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    private static var libraryVersionSeparator = "."
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: add '@MainActor' to make static property 'libraryVersionSeparator' part of global actor 'MainActor'
    private static var libraryVersionSeparator = "."
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/PythonKit/PythonLibrary.swift:105:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var libraryVersionSeparator = "."
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for PythonKit (in target 'PythonKit' from project 'PythonKit')
SwiftDriver\ Compilation\ Requirements PythonKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PythonKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PythonKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-Swift.h (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PythonKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftdoc (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.abi.json (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftsourceinfo (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NumpyConversion.swift (in target 'PythonKit' from project 'PythonKit')
SwiftDriverJobDiscovery normal arm64 Compiling PythonLibrary+Symbols.swift (in target 'PythonKit' from project 'PythonKit')
SwiftDriverJobDiscovery normal arm64 Compiling PythonLibrary.swift (in target 'PythonKit' from project 'PythonKit')
SwiftDriverJobDiscovery normal arm64 Compiling Python.swift (in target 'PythonKit' from project 'PythonKit')
SwiftDriver\ Compilation PythonKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PythonKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.o normal (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.o
ExtractAppIntentsMetadata (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PythonKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PythonKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/PythonKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PythonKit.build/Debug-iphoneos/PythonKit.build/Objects-normal/arm64/PythonKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 01:35:36.793 appintentsmetadataprocessor[714:3981] Starting appintentsmetadataprocessor export
2025-04-29 01:35:36.830 appintentsmetadataprocessor[714:3981] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.o (in target 'PythonKit' from project 'PythonKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PythonKit.o
** BUILD SUCCEEDED **
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.