Build Information
Successful build of SimpleSimdSwift, reference main (4a0b19
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:17:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/SimpleSimdSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/SimpleSimdSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4a0b195 Merge pull request #2 from yukiny0811/cast-coregraphics
Cloned https://github.com/yukiny0811/SimpleSimdSwift.git
Revision (git rev-parse @):
4a0b195450e42f8a46b0a77f183b1ff116696697
SUCCESS checkout https://github.com/yukiny0811/SimpleSimdSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/yukiny0811/SimpleSimdSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling SimpleSimdSwift Simd+RandomPoint.swift
[4/9] Compiling SimpleSimdSwift Simd+MemorySize.swift
[5/9] Compiling SimpleSimdSwift EXPORTER.swift
[6/9] Compiling SimpleSimdSwift Simd+3DTransform.swift
[7/9] Compiling SimpleSimdSwift Alias.swift
[8/9] Compiling SimpleSimdSwift CastShortcuts.swift
[9/9] Emitting module SimpleSimdSwift
Build complete! (5.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleSimdSwift",
"name" : "SimpleSimdSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SimpleSimdSwift",
"targets" : [
"SimpleSimdSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleSimdSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SimpleSimdSwiftTests",
"path" : "Tests/SimpleSimdSwiftTests",
"sources" : [
"SimpleSimdSwiftTests.swift"
],
"target_dependencies" : [
"SimpleSimdSwift"
],
"type" : "test"
},
{
"c99name" : "SimpleSimdSwift",
"module_type" : "SwiftTarget",
"name" : "SimpleSimdSwift",
"path" : "Sources/SimpleSimdSwift",
"product_memberships" : [
"SimpleSimdSwift"
],
"sources" : [
"Alias.swift",
"CastShortcuts.swift",
"EXPORTER.swift",
"Simd+3DTransform.swift",
"Simd+MemorySize.swift",
"Simd+RandomPoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.