Build Information
Successful build of Asheron, reference 1.1.0 (aad55c
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 13:17:49 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/jkolb/asheron.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkolb/asheron
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at aad55cb Fix deployment targets and missing imports.
Cloned https://github.com/jkolb/asheron.git
Revision (git rev-parse @):
aad55cbe11e0190c4ab6558f6311186b5f2d583e
SUCCESS checkout https://github.com/jkolb/asheron.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jkolb/asheron.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/20] Compiling Asheron DXT.swift
[4/20] Compiling Asheron DatFile.swift
[5/20] Compiling Asheron Packable.swift
[6/20] Compiling Asheron Palette.swift
[7/20] Compiling Asheron Setup.swift
[8/20] Compiling Asheron SoundType.swift
[9/20] Compiling Asheron Surface.swift
[10/20] Compiling Asheron SurfaceTexture.swift
[11/20] Compiling Asheron GraphicsObject.swift
[12/20] Compiling Asheron Identifier.swift
[13/20] Compiling Asheron DataStream.swift
[14/20] Compiling Asheron Geometry.swift
[15/20] Compiling Asheron AnimHook.swift
[16/20] Compiling Asheron Bitmap.swift
[17/20] Emitting module Asheron
[18/20] Compiling Asheron PixelFormat.swift
[19/20] Compiling Asheron Region.swift
[20/20] Compiling Asheron Texture.swift
[21/21] Compiling Asheron Wave.swift
Build complete! (3.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Asheron",
"name" : "Asheron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Asheron",
"targets" : [
"Asheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Asheron",
"module_type" : "SwiftTarget",
"name" : "Asheron",
"path" : "Sources/Asheron",
"product_memberships" : [
"Asheron"
],
"sources" : [
"AnimHook.swift",
"Bitmap.swift",
"DXT.swift",
"DatFile.swift",
"DataStream.swift",
"Geometry.swift",
"GraphicsObject.swift",
"Identifier.swift",
"Packable.swift",
"Palette.swift",
"PixelFormat.swift",
"Region.swift",
"Setup.swift",
"SoundType.swift",
"Surface.swift",
"SurfaceTexture.swift",
"Texture.swift",
"Wave.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.