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 Kinzoku with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/obvgab/kinzoku.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/obvgab/kinzoku
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e35d3d Merge pull request #2 from stackotter/triangle
Cloned https://github.com/obvgab/kinzoku.git
Revision (git rev-parse @):
1e35d3d2bb1c9cfd7cf7917c94fe19c6792ea0c3
SUCCESS checkout https://github.com/obvgab/kinzoku.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/obvgab/kinzoku.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying x86_64.dylib
[0/7] Write sources
[0/7] Copying aarch64.so
[0/7] Copying aarch64.dylib
[4/7] Copying x86_64.so
[5/7] Compiling WgpuHeaders WgpuHeader.c
[6/7] Write swift-version--423B1241ED78D482.txt
[8/22] Emitting module Kinzoku
[9/24] Compiling Kinzoku Kinzoku.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:12: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
    return UnsafeMutablePointer(&data)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:33: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
    return UnsafeMutablePointer(&data)
                                ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:33: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
    return UnsafeMutablePointer(&data)
                                ^
[10/24] Compiling Kinzoku Pipeline.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:12: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
    return UnsafeMutablePointer(&data)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:33: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
    return UnsafeMutablePointer(&data)
                                ^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:33: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
    return UnsafeMutablePointer(&data)
                                ^
[11/24] Compiling Kinzoku Surface.swift
[12/24] Compiling Kinzoku resource_bundle_accessor.swift
[13/24] Compiling Kinzoku ComputePassEncoder.swift
[14/24] Compiling Kinzoku Device.swift
[15/24] Compiling Kinzoku Enums.swift
[16/24] Compiling Kinzoku Functions.swift
[17/24] Compiling Kinzoku Queue.swift
[18/24] Compiling Kinzoku ShaderModule.swift
[19/24] Compiling Kinzoku Chained.swift
[20/24] Compiling Kinzoku CommandEncoder.swift
[21/24] Compiling Kinzoku Adapter.swift
[22/24] Compiling Kinzoku BindGroup.swift
[23/24] Compiling Kinzoku Structs.swift
[24/24] Compiling Kinzoku Instance.swift
Build complete! (7.54s)
Fetching https://github.com/thepotatoking55/SwiftGLFW.git from cache
Fetched https://github.com/thepotatoking55/SwiftGLFW.git from cache (0.16s)
Fetching https://github.com/thepotatoking55/CGLFW3.git from cache
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (0.15s)
Creating working copy for https://github.com/thepotatoking55/SwiftGLFW.git
Working copy of https://github.com/thepotatoking55/SwiftGLFW.git resolved at main (9c7391d)
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at main (b179e80)
Build complete.
Done.