Build Information
Successful build of SION, reference 0.2.6 (47dcc0
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:03:46 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/dankogai/swift-sion.git
Reference: 0.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-sion
* tag 0.2.6 -> FETCH_HEAD
HEAD is now at 47dcc07 update macOS Playground
Cloned https://github.com/dankogai/swift-sion.git
Revision (git rev-parse @):
47dcc0779c3b0dffe09d569b190e6e628a0a9977
SUCCESS checkout https://github.com/dankogai/swift-sion.git at 0.2.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dankogai/swift-sion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write SIONRun-entitlement.plist
[1/9] Write sources
[3/9] Write swift-version-1EA4D86E10B52AF.txt
[5/11] Emitting module SION
/Users/admin/builder/spi-builder-workspace/Sources/SION/SION.swift:139:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
137 | }
138 | }
139 | extension Data:ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
140 | public typealias StringLiteralType = String
141 | public init(stringLiteral value:StringLiteralType) {
/Users/admin/builder/spi-builder-workspace/Sources/SION/SION.swift:145:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
143 | }
144 | }
145 | extension Date:ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
146 | public typealias FloatLiteralType = Double
147 | public init(floatLiteral value:FloatLiteralType) {
[6/11] Compiling SION SION.swift
/Users/admin/builder/spi-builder-workspace/Sources/SION/SION.swift:139:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
137 | }
138 | }
139 | extension Data:ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
140 | public typealias StringLiteralType = String
141 | public init(stringLiteral value:StringLiteralType) {
/Users/admin/builder/spi-builder-workspace/Sources/SION/SION.swift:145:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
143 | }
144 | }
145 | extension Date:ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
146 | public typealias FloatLiteralType = Double
147 | public init(floatLiteral value:FloatLiteralType) {
[6/11] Write Objects.LinkFileList
[8/13] Emitting module SIONRun
[9/13] Compiling SIONRun main.swift
[9/13] Write Objects.LinkFileList
[10/13] Linking libSION.dylib
[11/13] Linking SIONRun
[12/13] Applying SIONRun
Build complete! (4.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SION",
"name" : "SION",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SION",
"targets" : [
"SION"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SIONRun",
"targets" : [
"SIONRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SIONTests",
"module_type" : "SwiftTarget",
"name" : "SIONTests",
"path" : "Tests/SIONTests",
"sources" : [
"SIONTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SION"
],
"type" : "test"
},
{
"c99name" : "SIONRun",
"module_type" : "SwiftTarget",
"name" : "SIONRun",
"path" : "Sources/SIONRun",
"product_memberships" : [
"SIONRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SION"
],
"type" : "executable"
},
{
"c99name" : "SION",
"module_type" : "SwiftTarget",
"name" : "SION",
"path" : "Sources/SION",
"product_memberships" : [
"SION",
"SIONRun"
],
"sources" : [
"SION.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.