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 DataLife, reference master (d1ee84), with Swift 5.10 for macOS (SPM) on 15 Jun 2025 10:53:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/DataLife.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heroesofcode/DataLife
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d1ee840 Update MeilCli/danger-action action to v6.0.31 (#115)
Cloned https://github.com/heroesofcode/DataLife.git
Revision (git rev-parse @):
d1ee840701b252a56ccd5e90d9cfc1bc2f66cb19
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/DataLife.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/heroesofcode/DataLife.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling DataLife DataLife.swift
[4/6] Compiling DataLife ObserverProtocol.swift
[5/6] Compiling DataLife DataLifeViewModel.swift
[6/6] Emitting module DataLife
Build complete! (4.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DataLife",
  "name" : "DataLife",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DataLife",
      "targets" : [
        "DataLife"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataLifeTests",
      "module_type" : "SwiftTarget",
      "name" : "DataLifeTests",
      "path" : "Tests/DataLifeTests",
      "sources" : [
        "DataLifeTests.swift",
        "ViewModel.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DataLife"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLife",
      "module_type" : "SwiftTarget",
      "name" : "DataLife",
      "path" : "Sources/DataLife",
      "product_memberships" : [
        "DataLife"
      ],
      "sources" : [
        "DataLife.swift",
        "DataLifeViewModel.swift",
        "ObserverProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.