Build Information
Successful build of EasyCodable, reference main (1716a5
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:39:33 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/sochalewski/EasyCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sochalewski/EasyCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1716a57 Rename package
Cloned https://github.com/sochalewski/EasyCodable.git
Revision (git rev-parse @):
1716a57ebebf7283ca985cfc52a84a35873d0844
SUCCESS checkout https://github.com/sochalewski/EasyCodable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sochalewski/EasyCodable.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/8] Compiling EasyCodable EasyTrue.swift
[4/8] Compiling EasyCodable EasyNil.swift
[5/8] Compiling EasyCodable EasyLowercasedNil.swift
[6/8] Compiling EasyCodable EasyFalse.swift
[7/8] Compiling EasyCodable EasyEmptyArray.swift
[8/8] Emitting module EasyCodable
Build complete! (0.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EasyCodable",
"name" : "EasyCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "EasyCodable",
"targets" : [
"EasyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EasyCodableTests",
"module_type" : "SwiftTarget",
"name" : "EasyCodableTests",
"path" : "Tests/EasyCodableTests",
"sources" : [
"EasyCodableTests.swift"
],
"target_dependencies" : [
"EasyCodable"
],
"type" : "test"
},
{
"c99name" : "EasyCodable",
"module_type" : "SwiftTarget",
"name" : "EasyCodable",
"path" : "Sources/EasyCodable",
"product_memberships" : [
"EasyCodable"
],
"sources" : [
"EasyEmptyArray.swift",
"EasyFalse.swift",
"EasyLowercasedNil.swift",
"EasyNil.swift",
"EasyTrue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.