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 iCloudSyncStatusKit, reference 0.1.2 (8f32a4), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:50:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/iCloudSyncStatusKit.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatbobman/iCloudSyncStatusKit
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 8f32a45 remove Observation support
Cloned https://github.com/fatbobman/iCloudSyncStatusKit.git
Revision (git rev-parse @):
8f32a45b258ccb338a62623452fbf9b2002d0a2f
SUCCESS checkout https://github.com/fatbobman/iCloudSyncStatusKit.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fatbobman/iCloudSyncStatusKit.git
https://github.com/fatbobman/iCloudSyncStatusKit.git
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fatbobman/SimpleLogger.git"
    }
  ],
  "manifest_display_name" : "iCloudSyncStatusKit",
  "name" : "iCloudSyncStatusKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "iCloudSyncStatusKit",
      "targets" : [
        "iCloudSyncStatusKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "iCloudSyncStatusKitTests",
      "module_type" : "SwiftTarget",
      "name" : "iCloudSyncStatusKitTests",
      "path" : "Tests/iCloudSyncStatusKitTests",
      "sources" : [
        "iCloudSyncStatusKitTests.swift"
      ],
      "target_dependencies" : [
        "iCloudSyncStatusKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iCloudSyncStatusKit",
      "module_type" : "SwiftTarget",
      "name" : "iCloudSyncStatusKit",
      "path" : "Sources/iCloudSyncStatusKit",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "iCloudSyncStatusKit"
      ],
      "sources" : [
        "AccountStatus.swift",
        "SyncEvent.swift",
        "SyncStatusKit.swift",
        "SyncStatusProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/10] Compiling SimpleLogger LoggerManager.swift
[5/10] Compiling SimpleLogger LoggerManagerProtocol.swift
[6/10] Compiling SimpleLogger ConsoleBackend.swift
[7/10] Compiling SimpleLogger OSLogBackend.swift
[8/10] Compiling SimpleLogger LoggerBackendProtocol.swift
[9/10] Emitting module SimpleLogger
[10/10] Compiling SimpleLogger LogLevel.swift
[11/15] Compiling iCloudSyncStatusKit SyncStatusProtocol.swift
[12/15] Compiling iCloudSyncStatusKit SyncEvent.swift
[13/15] Compiling iCloudSyncStatusKit AccountStatus.swift
[14/15] Emitting module iCloudSyncStatusKit
[15/15] Compiling iCloudSyncStatusKit SyncStatusKit.swift
Build complete! (8.13s)
Fetching https://github.com/fatbobman/SimpleLogger.git
[1/74] Fetching simplelogger
Fetched https://github.com/fatbobman/SimpleLogger.git from cache (0.56s)
Computing version for https://github.com/fatbobman/SimpleLogger.git
Computed https://github.com/fatbobman/SimpleLogger.git at 0.1.2 (1.06s)
Creating working copy for https://github.com/fatbobman/SimpleLogger.git
Working copy of https://github.com/fatbobman/SimpleLogger.git resolved at 0.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fatbobman/SimpleLogger.git"
    }
  ],
  "manifest_display_name" : "iCloudSyncStatusKit",
  "name" : "iCloudSyncStatusKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "iCloudSyncStatusKit",
      "targets" : [
        "iCloudSyncStatusKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "iCloudSyncStatusKitTests",
      "module_type" : "SwiftTarget",
      "name" : "iCloudSyncStatusKitTests",
      "path" : "Tests/iCloudSyncStatusKitTests",
      "sources" : [
        "iCloudSyncStatusKitTests.swift"
      ],
      "target_dependencies" : [
        "iCloudSyncStatusKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iCloudSyncStatusKit",
      "module_type" : "SwiftTarget",
      "name" : "iCloudSyncStatusKit",
      "path" : "Sources/iCloudSyncStatusKit",
      "product_dependencies" : [
        "SimpleLogger"
      ],
      "product_memberships" : [
        "iCloudSyncStatusKit"
      ],
      "sources" : [
        "AccountStatus.swift",
        "SyncEvent.swift",
        "SyncStatusKit.swift",
        "SyncStatusProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.