Build Information
Successful build of Kinzoku, reference main (1e35d3), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 22:30:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/obvgab/kinzoku.git
Reference: main
Initialized empty Git repository in /Users/admin/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
[1/768] Fetching swiftglfw
Fetched https://github.com/thepotatoking55/SwiftGLFW.git from cache (0.91s)
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/261] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (1.05s)
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at main (b179e80)
Creating working copy for https://github.com/thepotatoking55/SwiftGLFW.git
Working copy of https://github.com/thepotatoking55/SwiftGLFW.git resolved at main (9c7391d)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "kinzoku",
"name": "Kinzoku",
"url": "https://github.com/obvgab/kinzoku.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/kinzoku",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/obvgab/kinzoku.git
[1/724] Fetching kinzoku
Fetched https://github.com/obvgab/kinzoku.git from cache (1.40s)
Creating working copy for https://github.com/obvgab/kinzoku.git
Working copy of https://github.com/obvgab/kinzoku.git resolved at main (1e35d3d)
warning: '.resolve-product-dependencies': dependency 'kinzoku' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/obvgab/kinzoku.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Copying x86_64.dylib
[1/7] Copying aarch64.so
[1/7] Copying aarch64.dylib
[2/7] Copying x86_64.so
[5/7] Compiling WgpuHeaders WgpuHeader.c
[6/7] Write swift-version--6988338F2F200930.txt
[8/23] Compiling Kinzoku Surface.swift
[9/23] Compiling Kinzoku ShaderModule.swift
[10/23] Compiling Kinzoku Queue.swift
[11/24] Compiling Kinzoku resource_bundle_accessor.swift
[12/24] Compiling Kinzoku Kinzoku.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:12: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer [#TemporaryPointers]
32 | // Relies on stack deallocation to invalidate pointer
33 | func getDanglingPointer<T>(_ data: inout T) -> UnsafeMutablePointer<T> {
34 | return UnsafeMutablePointer(&data)
| | |- note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer [#TemporaryPointers]
35 | }
36 |
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[13/24] Compiling Kinzoku Pipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Kinzoku.swift:34:12: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer [#TemporaryPointers]
32 | // Relies on stack deallocation to invalidate pointer
33 | func getDanglingPointer<T>(_ data: inout T) -> UnsafeMutablePointer<T> {
34 | return UnsafeMutablePointer(&data)
| | |- note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer [#TemporaryPointers]
35 | }
36 |
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[14/24] Compiling Kinzoku ComputePassEncoder.swift
[15/24] Compiling Kinzoku Device.swift
[16/24] Compiling Kinzoku Enums.swift
[17/24] Compiling Kinzoku Functions.swift
[18/24] Compiling Kinzoku Adapter.swift
[19/24] Compiling Kinzoku BindGroup.swift
[20/24] Compiling Kinzoku Chained.swift
[21/24] Compiling Kinzoku CommandEncoder.swift
[22/24] Emitting module Kinzoku
[23/24] Compiling Kinzoku Structs.swift
[24/24] Compiling Kinzoku Instance.swift
Build complete! (7.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftglfw",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/thepotatoking55/SwiftGLFW.git"
}
],
"manifest_display_name" : "Kinzoku",
"name" : "Kinzoku",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Kinzoku",
"targets" : [
"Kinzoku"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WgpuHeaders",
"module_type" : "ClangTarget",
"name" : "WgpuHeaders",
"path" : "Sources/WgpuHeaders",
"product_memberships" : [
"Kinzoku"
],
"sources" : [
"WgpuHeader.c"
],
"type" : "library"
},
{
"c99name" : "KinzokuTests",
"module_type" : "SwiftTarget",
"name" : "KinzokuTests",
"path" : "Tests/KinzokuTests",
"product_dependencies" : [
"SwiftGLFW"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/KinzokuTests/Resources/compute.wgsl",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/KinzokuTests/Resources/triangle.wgsl",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"KinzokuTests.swift"
],
"target_dependencies" : [
"Kinzoku"
],
"type" : "test"
},
{
"c99name" : "Kinzoku",
"module_type" : "SwiftTarget",
"name" : "Kinzoku",
"path" : "Sources/Kinzoku",
"product_memberships" : [
"Kinzoku"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Libraries/aarch64.dylib",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Libraries/aarch64.so",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Libraries/x86_64.dylib",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Kinzoku/Libraries/x86_64.so",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Adapter.swift",
"BindGroup.swift",
"Chained.swift",
"CommandEncoder.swift",
"ComputePassEncoder.swift",
"Device.swift",
"Generated/Enums.swift",
"Generated/Functions.swift",
"Generated/Structs.swift",
"Instance.swift",
"Kinzoku.swift",
"Pipeline.swift",
"Queue.swift",
"ShaderModule.swift",
"Surface.swift"
],
"target_dependencies" : [
"WgpuHeaders"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.