The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Lift, reference master (783204), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:30:00 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iZettle/Lift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 LiftError.swift
[4/14] Compiling Lift Jar+Object.swift
[5/14] Compiling Lift Jar+Expressible.swift
[6/14] Compiling Lift JarElement+Primitives.swift
[7/14] Compiling Lift Jar+Dictionary.swift
[8/14] Compiling Lift Jar+Context.swift
[9/14] Compiling Lift Jar+Additions.swift
[10/14] Compiling Lift Jar+Array.swift
[11/14] Compiling Lift JarElement.swift
[12/14] Compiling Lift Jar.swift
[13/14] Emitting module Lift
[14/14] Compiling Lift ValueForKey.swift
Build complete! (4.76s)
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.