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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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/1/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
Fetching https://github.com/thepotatoking55/SwiftGLFW.git from cache
Fetched https://github.com/thepotatoking55/SwiftGLFW.git (0.15s)
Fetching https://github.com/thepotatoking55/CGLFW3.git from cache
Fetched https://github.com/thepotatoking55/CGLFW3.git (0.14s)
Creating working copy for https://github.com/thepotatoking55/SwiftGLFW.git
Working copy of https://github.com/thepotatoking55/SwiftGLFW.git resolved at main
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kinzoku",
      "name": "Kinzoku",
      "url": "https://github.com/obvgab/kinzoku.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/kinzoku",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/obvgab/kinzoku.git
[1/724] Fetching kinzoku
Fetched https://github.com/obvgab/kinzoku.git (1.56s)
Creating working copy for https://github.com/obvgab/kinzoku.git
Working copy of https://github.com/obvgab/kinzoku.git resolved at main
warning: '.resolve-product-dependencies': dependency 'kinzoku' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/obvgab/kinzoku.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying x86_64.so
[0/5] Copying aarch64.so
[0/5] Copying aarch64.dylib
[3/5] Copying x86_64.dylib
[4/5] Compiling WgpuHeaders WgpuHeader.c
[6/20] Compiling Kinzoku Kinzoku.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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)
                                ^
[7/20] Compiling Kinzoku Pipeline.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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)
                                ^
[8/20] Compiling Kinzoku Queue.swift
[9/20] Compiling Kinzoku ShaderModule.swift
[10/20] Compiling Kinzoku ComputePassEncoder.swift
[11/20] Compiling Kinzoku Device.swift
[12/20] Emitting module Kinzoku
[13/20] Compiling Kinzoku Enums.swift
[14/20] Compiling Kinzoku Functions.swift
[15/20] Compiling Kinzoku Chained.swift
[16/20] Compiling Kinzoku CommandEncoder.swift
[17/20] Compiling Kinzoku Adapter.swift
[18/20] Compiling Kinzoku BindGroup.swift
[19/20] Compiling Kinzoku Structs.swift
[20/20] Compiling Kinzoku Instance.swift
[21/22] Compiling Kinzoku Surface.swift
[22/22] Compiling Kinzoku resource_bundle_accessor.swift
Build complete! (5.19s)
Build complete.
Done.