This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of UUSwiftUX with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftUX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftUX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae493b6 Fixing another visibility issue
Cloned https://github.com/SilverPineSoftware/UUSwiftUX.git
Revision (git rev-parse @):
ae493b6001f69371c498f440cf8c20c26b5cc9cc
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftUX.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SilverPineSoftware/UUSwiftUX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/22] Compiling UUSwiftCore UUThread.swift
[5/22] Compiling UUSwiftCore UUTimer.swift
[6/23] Compiling UUSwiftCore UUObjectFactory.swift
[7/23] Compiling UUSwiftCore UURandom.swift
[8/23] Compiling UUSwiftCore UUString.swift
[9/23] Compiling UUSwiftCore UUSwiftCore.swift
[10/23] Compiling UUSwiftCore UUJson.swift
[11/23] Compiling UUSwiftCore UUKeychain.swift
[12/23] Compiling UUSwiftCore UULocalization.swift
[13/23] Compiling UUSwiftCore UUObject.swift
[14/23] Compiling UUSwiftCore UUDebugLog.swift
[15/23] Compiling UUSwiftCore UUDictionary.swift
[16/23] Compiling UUSwiftCore UUComparable.swift
[17/23] Compiling UUSwiftCore UUData.swift
[18/23] Compiling UUSwiftCore UUCollection.swift
[19/23] Compiling UUSwiftCore UUColor.swift
[20/23] Emitting module UUSwiftCore
[21/23] Compiling UUSwiftCore UUDataCache.swift
[22/23] Compiling UUSwiftCore UUDate.swift
[23/23] Compiling UUSwiftCore UUURL.swift
[24/33] Compiling UUSwiftUX UUView.swift
[25/33] Compiling UUSwiftUX UUStyling.swift
[26/33] Compiling UUSwiftUX UUSwitch.swift
[27/33] Compiling UUSwiftUX UUTextField.swift
[28/33] Compiling UUSwiftUX UUMapView.swift
[29/33] Compiling UUSwiftUX UUGradientView.swift
[30/33] Compiling UUSwiftUX UUCircularImageView.swift
[31/33] Emitting module UUSwiftUX
[32/33] Compiling UUSwiftUX UUEditViewController.swift
[33/33] Compiling UUSwiftUX UUCircularView.swift
[34/34] Compiling UUSwiftUX UUViewController.swift
Build complete! (30.25s)
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[3/234] Fetching uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.87s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.1.9 (0.67s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.1.9
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uuswiftcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftCore.git"
    }
  ],
  "manifest_display_name" : "UUSwiftUX",
  "name" : "UUSwiftUX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftUX",
      "targets" : [
        "UUSwiftUX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftUX",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftUX",
      "path" : "UUSwiftUX",
      "product_dependencies" : [
        "UUSwiftCore"
      ],
      "product_memberships" : [
        "UUSwiftUX"
      ],
      "sources" : [
        "UUCircularImageView.swift",
        "UUCircularView.swift",
        "UUEditViewController.swift",
        "UUGradientView.swift",
        "UUMapView.swift",
        "UUStyling.swift",
        "UUSwitch.swift",
        "UUTextField.swift",
        "UUView.swift",
        "UUViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.