Build Information
Successful build of RemoteConfigStore, reference 0.6.1 (132b66), with Swift 6.2 for macOS (SPM) on 5 May 2026 03:19:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AltiAntonov/RemoteConfigStore.git
Reference: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AltiAntonov/RemoteConfigStore
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at 132b660 chore: prepare 0.6.1 release
Cloned https://github.com/AltiAntonov/RemoteConfigStore.git
Revision (git rev-parse @):
132b660804c9a05563143567b0b78a79a18336b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AltiAntonov/RemoteConfigStore.git at 0.6.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AltiAntonov/RemoteConfigStore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/22] Compiling RemoteConfigStore TTLPolicy.swift
[4/22] Compiling RemoteConfigStore ReadPolicy.swift
[5/22] Compiling RemoteConfigStore HTTPRemoteConfigValidationMetadata.swift
[6/22] Compiling RemoteConfigStore RemoteConfigFetcher.swift
[7/22] Compiling RemoteConfigStore HTTPRemoteConfigFetcherError.swift
[8/22] Compiling RemoteConfigStore HTTPRemoteConfigRequest.swift
[9/22] Compiling RemoteConfigStore SnapshotFreshness.swift
[10/22] Compiling RemoteConfigStore HTTPRemoteConfigFetcher.swift
[11/22] Compiling RemoteConfigStore RemoteConfigDecodingError.swift
[12/22] Compiling RemoteConfigStore RemoteConfigKey.swift
[13/22] Compiling RemoteConfigStore RemoteConfigUpdate.swift
[14/22] Compiling RemoteConfigStore RemoteConfigValue.swift
[15/22] Compiling RemoteConfigStore RemoteConfigStoreError.swift
[16/22] Compiling RemoteConfigStore RemoteConfigStoreInspectionState.swift
[17/22] Compiling RemoteConfigStore RemoteConfigRefreshResult.swift
[18/22] Compiling RemoteConfigStore RemoteConfigSnapshot.swift
[19/24] Emitting module RemoteConfigStore
[20/24] Compiling RemoteConfigStore CacheEntry.swift
[21/24] Compiling RemoteConfigStore DiskCache.swift
[22/24] Compiling RemoteConfigStore MemoryCache.swift
[23/24] Compiling RemoteConfigStore RemoteConfigStore.swift
[24/24] Compiling RemoteConfigStore Logger.swift
Build complete! (5.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RemoteConfigStore",
"name" : "RemoteConfigStore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RemoteConfigStore",
"targets" : [
"RemoteConfigStore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RemoteConfigStoreTests",
"module_type" : "SwiftTarget",
"name" : "RemoteConfigStoreTests",
"path" : "Tests/RemoteConfigStoreTests",
"sources" : [
"Cache/RemoteConfigCacheTests.swift",
"Models/RemoteConfigModelsTests.swift",
"Networking/HTTPRemoteConfigFetcherTests.swift",
"Networking/HTTPRemoteConfigRequestTests.swift",
"Store/RemoteConfigStoreBehaviorTests.swift",
"Store/RemoteConfigStoreErrorTests.swift",
"Support/MockURLProtocol.swift",
"Support/TestStoreFixtures.swift"
],
"target_dependencies" : [
"RemoteConfigStore"
],
"type" : "test"
},
{
"c99name" : "RemoteConfigStore",
"module_type" : "SwiftTarget",
"name" : "RemoteConfigStore",
"path" : "Sources/RemoteConfigStore",
"product_memberships" : [
"RemoteConfigStore"
],
"sources" : [
"Cache/CacheEntry.swift",
"Cache/DiskCache.swift",
"Cache/MemoryCache.swift",
"Cache/TTLPolicy.swift",
"Models/ReadPolicy.swift",
"Models/RemoteConfigDecodingError.swift",
"Models/RemoteConfigKey.swift",
"Models/RemoteConfigRefreshResult.swift",
"Models/RemoteConfigSnapshot.swift",
"Models/RemoteConfigStoreError.swift",
"Models/RemoteConfigStoreInspectionState.swift",
"Models/RemoteConfigUpdate.swift",
"Models/RemoteConfigValue.swift",
"Models/SnapshotFreshness.swift",
"Networking/HTTPRemoteConfigFetcher.swift",
"Networking/HTTPRemoteConfigFetcherError.swift",
"Networking/HTTPRemoteConfigRequest.swift",
"Networking/HTTPRemoteConfigValidationMetadata.swift",
"Networking/RemoteConfigFetcher.swift",
"RemoteConfigStore.swift",
"Utils/Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.