Build Information
Successful build of Elevate, reference master (3a43dd), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:16:42 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/Nike-Inc/Elevate.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nike-Inc/Elevate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3a43dd9 Dropped Swift 4.2 Support, updated deployment targets (#38)
Cloned https://github.com/Nike-Inc/Elevate.git
Revision (git rev-parse @):
3a43dd93834654632507680bdca85adcb733c00b
SUCCESS checkout https://github.com/Nike-Inc/Elevate.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nike-Inc/Elevate.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/11] Compiling Elevate SchemaPropertyExtraction.swift
[4/11] Compiling Elevate Decodable.swift
[5/11] Emitting module Elevate
[6/11] Compiling Elevate Parser.swift
[7/11] Compiling Elevate ParserError.swift
[8/11] Compiling Elevate Elevate.swift
[9/11] Compiling Elevate Schema.swift
[10/11] Compiling Elevate Encodable.swift
[11/11] Compiling Elevate Decoder.swift
Build complete! (4.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Elevate",
"name" : "Elevate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Elevate",
"targets" : [
"Elevate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Elevate",
"module_type" : "SwiftTarget",
"name" : "Elevate",
"path" : "Source",
"product_memberships" : [
"Elevate"
],
"sources" : [
"Decodable.swift",
"Decoder.swift",
"Elevate.swift",
"Encodable.swift",
"Parser.swift",
"ParserError.swift",
"Schema.swift",
"SchemaPropertyExtraction.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.