Build Information
Successful build of BundleInfoVersioning, reference 0.1.0 (89e419), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:35:26 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/nsagora/bundle-info-versioning.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nsagora/bundle-info-versioning
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 89e4190 Create pull-request.yml
Cloned https://github.com/nsagora/bundle-info-versioning.git
Revision (git rev-parse @):
89e41909d40f2609e8afba2b006051eccf01cbfe
SUCCESS checkout https://github.com/nsagora/bundle-info-versioning.git at 0.1.0
========================================
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": "bundle-info-versioning",
"name": "BundleInfoVersioning",
"url": "https://github.com/nsagora/bundle-info-versioning.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bundle-info-versioning",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/nsagora/bundle-info-versioning.git
[1/310] Fetching bundle-info-versioning
Fetched https://github.com/nsagora/bundle-info-versioning.git from cache (0.82s)
Creating working copy for https://github.com/nsagora/bundle-info-versioning.git
Working copy of https://github.com/nsagora/bundle-info-versioning.git resolved at 0.1.0 (89e4190)
warning: '.resolve-product-dependencies': dependency 'bundle-info-versioning' 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/nsagora/bundle-info-versioning.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/8] Compiling BundleInfoVersioning Dictionary+Extensions.swift
[4/8] Emitting module BundleInfoVersioning
[5/8] Compiling BundleInfoVersioning Storage.swift
[6/8] Compiling BundleInfoVersioning UserDefaultsStorage.swift
[7/8] Compiling BundleInfoVersioning BundleInfoVersioning.swift
[8/8] Compiling BundleInfoVersioning UserDefaults+Extension.swift
Build complete! (4.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BundleInfoVersioning",
"name" : "BundleInfoVersioning",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "BundleInfoVersioning",
"targets" : [
"BundleInfoVersioning"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BundleInfoVersioningTests",
"module_type" : "SwiftTarget",
"name" : "BundleInfoVersioningTests",
"path" : "Tests/BundleInfoVersioningTests",
"sources" : [
"BundleInfoObserverTests.swift",
"Fakes/FakeBundle.swift",
"Fakes/FakeStorage.swift",
"Fakes/FakeUserDefaults.swift",
"UserDefaultsStorageTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BundleInfoVersioning"
],
"type" : "test"
},
{
"c99name" : "BundleInfoVersioning",
"module_type" : "SwiftTarget",
"name" : "BundleInfoVersioning",
"path" : "Sources/BundleInfoVersioning",
"product_memberships" : [
"BundleInfoVersioning"
],
"sources" : [
"BundleInfoVersioning.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/UserDefaults+Extension.swift",
"Storage/Storage.swift",
"Storage/UserDefaultsStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.