The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Updeto, reference main (27b7b7), with Swift 6.0 for macOS (SPM) on 8 Feb 2026 11:31:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manasv/Updeto.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manasv/Updeto
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27b7b72 fix(spi): harden cross-platform compilation for package builds
Cloned https://github.com/manasv/Updeto.git
Revision (git rev-parse @):
27b7b7290f7761a282a519d7b206dbb5c755ef42
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/manasv/Updeto.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/manasv/Updeto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling Updeto Updeto.swift
[4/10] Compiling Updeto UpdetoError.swift
[5/10] Compiling Updeto AppStoreLookup.swift
[6/10] Compiling Updeto UpdateProvider.swift
[7/10] Compiling Updeto AppStoreProvider.swift
[8/10] Compiling Updeto AppStoreLookupResult.swift
[9/10] Emitting module Updeto
[10/10] Compiling Updeto AppStoreUpdateInfo.swift
Build complete! (5.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Updeto",
  "name" : "Updeto",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Updeto",
      "targets" : [
        "Updeto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UpdetoTests",
      "module_type" : "SwiftTarget",
      "name" : "UpdetoTests",
      "path" : "Tests",
      "sources" : [
        "UpdetoLiveIntegrationTests.swift",
        "UpdetoTests.swift"
      ],
      "target_dependencies" : [
        "Updeto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Updeto",
      "module_type" : "SwiftTarget",
      "name" : "Updeto",
      "path" : "Sources/Updeto",
      "product_memberships" : [
        "Updeto"
      ],
      "sources" : [
        "Models/AppStoreLookup.swift",
        "Models/AppStoreLookupResult.swift",
        "Models/AppStoreUpdateInfo.swift",
        "Models/UpdetoError.swift",
        "Providers/AppStoreProvider.swift",
        "Providers/UpdateProvider.swift",
        "Updeto.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.