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 Carte, reference 2.2.1 (fb7d4f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 00:09:04 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/devxoul/Carte.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/Carte
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at fb7d4f8 Bump version to 2.2.1
Cloned https://github.com/devxoul/Carte.git
Revision (git rev-parse @):
fb7d4f845e09e1ee9d6c8b36b7411c31adbe635d
SUCCESS checkout https://github.com/devxoul/Carte.git at 2.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/devxoul/Carte.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/6] Compiling Carte CarteViewController.swift
[4/6] Compiling Carte CarteItem.swift
[5/6] Compiling Carte Carte.swift
[6/6] Emitting module Carte
Build complete! (2.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Carte",
  "name" : "Carte",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Carte",
      "targets" : [
        "Carte"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CarteTests",
      "module_type" : "SwiftTarget",
      "name" : "CarteTests",
      "path" : "Tests/CarteTests",
      "sources" : [
        "CarteTests.swift"
      ],
      "target_dependencies" : [
        "Carte"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Carte",
      "module_type" : "SwiftTarget",
      "name" : "Carte",
      "path" : "Sources/Carte",
      "product_memberships" : [
        "Carte"
      ],
      "sources" : [
        "Carte.swift",
        "CarteItem.swift",
        "CarteViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.