Build Information
Successful build of Lift, reference 2.5.4 (783204
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:30:12 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/iZettle/Lift.git
Reference: 2.5.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iZettle/Lift
* tag 2.5.4 -> FETCH_HEAD
HEAD is now at 7832047 Merge pull request #43 from iZettle/bump-xcode-versions
Cloned https://github.com/iZettle/Lift.git
Revision (git rev-parse @):
7832047b61eb53b40f7dad003bdc331ec98f2523
SUCCESS checkout https://github.com/iZettle/Lift.git at 2.5.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/iZettle/Lift.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/13] Compiling Lift Jar+Expressible.swift
[4/13] Emitting module Lift
[5/13] Compiling Lift Jar+Additions.swift
[6/13] Compiling Lift Jar+Array.swift
[7/14] Compiling Lift Jar+Context.swift
[8/14] Compiling Lift Jar+Dictionary.swift
[9/14] Compiling Lift LiftError.swift
[10/14] Compiling Lift Jar+Object.swift
[11/14] Compiling Lift JarElement.swift
[12/14] Compiling Lift JarElement+Primitives.swift
[13/14] Compiling Lift Jar.swift
[14/14] Compiling Lift ValueForKey.swift
Build complete! (4.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Lift",
"name" : "Lift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Lift",
"targets" : [
"Lift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LiftTests",
"module_type" : "SwiftTarget",
"name" : "LiftTests",
"path" : "Tests/LiftTests",
"sources" : [
"IntegerTests.swift",
"JarTests.swift"
],
"target_dependencies" : [
"Lift"
],
"type" : "test"
},
{
"c99name" : "Lift",
"module_type" : "SwiftTarget",
"name" : "Lift",
"path" : "Lift",
"product_memberships" : [
"Lift"
],
"sources" : [
"Jar+Additions.swift",
"Jar+Array.swift",
"Jar+Context.swift",
"Jar+Dictionary.swift",
"Jar+Expressible.swift",
"Jar+Object.swift",
"Jar.swift",
"JarElement+Primitives.swift",
"JarElement.swift",
"LiftError.swift",
"ValueForKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.