Build Information
Successful build of SwiftEncore, reference v0.1.0 (f15aba), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 23:59:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BlackWild/swift-encore.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BlackWild/swift-encore
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at f15abaf doc: added readme
Cloned https://github.com/BlackWild/swift-encore.git
Revision (git rev-parse @):
f15abaf973c1069ed2a416848985841a0151e9f6
SUCCESS checkout https://github.com/BlackWild/swift-encore.git at v0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BlackWild/swift-encore.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/4] Emitting module SwiftEncore
[4/4] Compiling SwiftEncore SwiftEncore.swift
Build complete! (3.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftEncore",
"name" : "SwiftEncore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftEncore",
"targets" : [
"SwiftEncore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftEncoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftEncoreTests",
"path" : "Tests/SwiftEncoreTests",
"sources" : [
"SwiftEncoreTests.swift"
],
"target_dependencies" : [
"SwiftEncore"
],
"type" : "test"
},
{
"c99name" : "SwiftEncore",
"module_type" : "SwiftTarget",
"name" : "SwiftEncore",
"path" : "Sources/SwiftEncore",
"product_memberships" : [
"SwiftEncore"
],
"sources" : [
"SwiftEncore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.