The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RemoteConfigStore, reference main (132b66), with Swift 6.2 for macOS (SPM) on 5 May 2026 03:20:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AltiAntonov/RemoteConfigStore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AltiAntonov/RemoteConfigStore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 RemoteConfigDecodingError.swift
[4/22] Compiling RemoteConfigStore RemoteConfigKey.swift
[5/22] Compiling RemoteConfigStore RemoteConfigRefreshResult.swift
[6/22] Compiling RemoteConfigStore RemoteConfigSnapshot.swift
[7/22] Compiling RemoteConfigStore HTTPRemoteConfigValidationMetadata.swift
[8/22] Compiling RemoteConfigStore RemoteConfigFetcher.swift
[9/22] Compiling RemoteConfigStore TTLPolicy.swift
[10/22] Compiling RemoteConfigStore ReadPolicy.swift
[11/24] Compiling RemoteConfigStore HTTPRemoteConfigFetcherError.swift
[12/24] Compiling RemoteConfigStore HTTPRemoteConfigRequest.swift
[13/24] Compiling RemoteConfigStore SnapshotFreshness.swift
[14/24] Compiling RemoteConfigStore HTTPRemoteConfigFetcher.swift
[15/24] Emitting module RemoteConfigStore
[16/24] Compiling RemoteConfigStore CacheEntry.swift
[17/24] Compiling RemoteConfigStore DiskCache.swift
[18/24] Compiling RemoteConfigStore MemoryCache.swift
[19/24] Compiling RemoteConfigStore RemoteConfigStoreError.swift
[20/24] Compiling RemoteConfigStore RemoteConfigStoreInspectionState.swift
[21/24] Compiling RemoteConfigStore RemoteConfigUpdate.swift
[22/24] Compiling RemoteConfigStore RemoteConfigValue.swift
[23/24] Compiling RemoteConfigStore RemoteConfigStore.swift
[24/24] Compiling RemoteConfigStore Logger.swift
Build complete! (5.87s)
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.