Build Information
Successful build of Pangu-Swift, reference master (2c2b99), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 22:36:39 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/X140Yu/pangu.Swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/X140Yu/pangu.Swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2c2b998 Fix tests warnings
Cloned https://github.com/X140Yu/pangu.Swift.git
Revision (git rev-parse @):
2c2b998be4fddb8ada4921e0576868b7fde8d369
SUCCESS checkout https://github.com/X140Yu/pangu.Swift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/X140Yu/pangu.Swift.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] Compiling Pangu_Swift String+Pangu.swift
/Users/admin/builder/spi-builder-workspace/Sources/String+Pangu.swift:35:5: warning: 'public' modifier is redundant for property declared in a public extension
33 |
34 | /// text with paranoid text spacing
35 | public var spaced: String {
| `- warning: 'public' modifier is redundant for property declared in a public extension
36 |
37 | var result = self
[4/4] Emitting module Pangu_Swift
/Users/admin/builder/spi-builder-workspace/Sources/String+Pangu.swift:35:5: warning: 'public' modifier is redundant for property declared in a public extension
33 |
34 | /// text with paranoid text spacing
35 | public var spaced: String {
| `- warning: 'public' modifier is redundant for property declared in a public extension
36 |
37 | var result = self
Build complete! (2.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Pangu-Swift",
"name" : "Pangu-Swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Pangu-Swift",
"targets" : [
"Pangu-Swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "Pangu_SwiftTests",
"module_type" : "SwiftTarget",
"name" : "Pangu-SwiftTests",
"path" : "Tests",
"sources" : [
"PanguTests.swift"
],
"target_dependencies" : [
"Pangu-Swift"
],
"type" : "test"
},
{
"c99name" : "Pangu_Swift",
"module_type" : "SwiftTarget",
"name" : "Pangu-Swift",
"path" : "Sources",
"product_memberships" : [
"Pangu-Swift"
],
"sources" : [
"String+Pangu.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.