Build Information
Successful build of Carte, reference 2.2.1 (fb7d4f), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 21:06:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "carte",
"name": "Carte",
"url": "https://github.com/devxoul/Carte.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Carte",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/devxoul/Carte.git
[1/857] Fetching carte
Fetched https://github.com/devxoul/Carte.git from cache (0.84s)
Creating working copy for https://github.com/devxoul/Carte.git
Working copy of https://github.com/devxoul/Carte.git resolved at 2.2.1 (fb7d4f8)
warning: '.resolve-product-dependencies': dependency 'carte' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/devxoul/Carte.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling Carte CarteViewController.swift
[4/6] Compiling Carte Carte.swift
[5/6] Compiling Carte CarteItem.swift
[6/6] Emitting module Carte
Build complete! (3.81s)
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.