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 UUSwiftCore, reference main (78a4b1), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 18:07:05 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/SilverPineSoftware/UUSwiftCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftCore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 78a4b10 Cleanup imports
Cloned https://github.com/SilverPineSoftware/UUSwiftCore.git
Revision (git rev-parse @):
78a4b10bce18bf58995403e3dbc6d94375cd97ce
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftCore.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module UUSwiftCore
[5/30] Compiling UUSwiftCore UUURL.swift
[6/30] Compiling UUSwiftCore resource_bundle_accessor.swift
[7/30] Compiling UUSwiftCore UUDictionary.swift
[8/30] Compiling UUSwiftCore UUJson.swift
[9/30] Compiling UUSwiftCore UUKeychain.swift
[10/30] Compiling UUSwiftCore UULogLevel.swift
[11/30] Compiling UUSwiftCore UULogWriter.swift
[12/30] Compiling UUSwiftCore UULogger.swift
[13/30] Compiling UUSwiftCore UUTimeMeasurement.swift
[14/30] Compiling UUSwiftCore UUTimer.swift
[15/30] Compiling UUSwiftCore UUConsoleLogWriter.swift
[16/30] Compiling UUSwiftCore UUConsoleLogger.swift
[17/30] Compiling UUSwiftCore UULog.swift
[18/30] Compiling UUSwiftCore UUSwiftCore.swift
[19/30] Compiling UUSwiftCore UUThread.swift
[20/30] Compiling UUSwiftCore UUData.swift
[21/30] Compiling UUSwiftCore UUDataCache.swift
[22/30] Compiling UUSwiftCore UUDate.swift
[23/30] Compiling UUSwiftCore UUCollection.swift
[24/30] Compiling UUSwiftCore UUColor.swift
[25/30] Compiling UUSwiftCore UUComparable.swift
[26/30] Compiling UUSwiftCore UURandom.swift
[27/30] Compiling UUSwiftCore UUString.swift
[28/30] Compiling UUSwiftCore UULocalization.swift
[29/30] Compiling UUSwiftCore UUObject.swift
[30/30] Compiling UUSwiftCore UUObjectFactory.swift
Build complete! (8.94s)
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
[1/56] Fetching uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.66s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (1.21s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uuswifttestcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftTestCore.git"
    }
  ],
  "manifest_display_name" : "UUSwiftCore",
  "name" : "UUSwiftCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftCore",
      "targets" : [
        "UUSwiftCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftCoreTests",
      "path" : "Tests",
      "product_dependencies" : [
        "UUSwiftTestCore"
      ],
      "sources" : [
        "Logging/UULoggerTests.swift",
        "UUDataTests.swift",
        "UUJsonTests.swift",
        "UUStringTests.swift",
        "UUTimeMeasurementTests.swift",
        "UUTimerTests.swift"
      ],
      "target_dependencies" : [
        "UUSwiftCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UUSwiftCore",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftCore",
      "path" : "UUSwiftCore",
      "product_memberships" : [
        "UUSwiftCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/UUSwiftCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Logging/UUConsoleLogWriter.swift",
        "Logging/UUConsoleLogger.swift",
        "Logging/UULog.swift",
        "Logging/UULogLevel.swift",
        "Logging/UULogWriter.swift",
        "Logging/UULogger.swift",
        "UUCollection.swift",
        "UUColor.swift",
        "UUComparable.swift",
        "UUData.swift",
        "UUDataCache.swift",
        "UUDate.swift",
        "UUDictionary.swift",
        "UUJson.swift",
        "UUKeychain.swift",
        "UULocalization.swift",
        "UUObject.swift",
        "UUObjectFactory.swift",
        "UURandom.swift",
        "UUString.swift",
        "UUSwiftCore.swift",
        "UUThread.swift",
        "UUTimeMeasurement.swift",
        "UUTimer.swift",
        "UUURL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.