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 main (bcacf6), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 14:39:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/iCloudSyncStatusKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatbobman/iCloudSyncStatusKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bcacf64 Create FUNDING.yml
Cloned https://github.com/fatbobman/iCloudSyncStatusKit.git
Revision (git rev-parse @):
bcacf64cc0a4a5fc48247c96361db66d1401e3d3
SUCCESS checkout https://github.com/fatbobman/iCloudSyncStatusKit.git at main
Fetching https://github.com/fatbobman/SimpleLogger.git
[1/74] Fetching simplelogger
Fetched https://github.com/fatbobman/SimpleLogger.git from cache (0.68s)
Computing version for https://github.com/fatbobman/SimpleLogger.git
Computed https://github.com/fatbobman/SimpleLogger.git at 0.1.2 (0.49s)
Creating working copy for https://github.com/fatbobman/SimpleLogger.git
Working copy of https://github.com/fatbobman/SimpleLogger.git resolved at 0.1.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "icloudsyncstatuskit",
      "name": "iCloudSyncStatusKit",
      "url": "https://github.com/fatbobman/iCloudSyncStatusKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iCloudSyncStatusKit",
      "dependencies": [
        {
          "identity": "simplelogger",
          "name": "SimpleLogger",
          "url": "https://github.com/fatbobman/SimpleLogger.git",
          "version": "0.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleLogger",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fatbobman/iCloudSyncStatusKit.git
[4/47] Fetching icloudsyncstatuskit
Fetched https://github.com/fatbobman/iCloudSyncStatusKit.git from cache (0.70s)
Fetching https://github.com/fatbobman/SimpleLogger.git from cache
Fetched https://github.com/fatbobman/SimpleLogger.git from cache (0.49s)
Computing version for https://github.com/fatbobman/SimpleLogger.git
Computed https://github.com/fatbobman/SimpleLogger.git at 0.1.2 (0.03s)
Creating working copy for https://github.com/fatbobman/SimpleLogger.git
Working copy of https://github.com/fatbobman/SimpleLogger.git resolved at 0.1.2
Creating working copy for https://github.com/fatbobman/iCloudSyncStatusKit.git
Working copy of https://github.com/fatbobman/iCloudSyncStatusKit.git resolved at main (bcacf64)
warning: '.resolve-product-dependencies': dependency 'icloudsyncstatuskit' is not used by any target
Found 1 product dependencies
  - SimpleLogger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/fatbobman/iCloudSyncStatusKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[4/10] Compiling SimpleLogger LoggerManager.swift
[5/10] Compiling SimpleLogger LoggerManagerProtocol.swift
[6/10] Compiling SimpleLogger LogLevel.swift
[7/10] Compiling SimpleLogger ConsoleBackend.swift
[8/10] Emitting module SimpleLogger
[9/10] Compiling SimpleLogger OSLogBackend.swift
[10/10] Compiling SimpleLogger LoggerBackendProtocol.swift
[11/15] Compiling iCloudSyncStatusKit SyncStatusProtocol.swift
[12/15] Compiling iCloudSyncStatusKit AccountStatus.swift
[13/15] Emitting module iCloudSyncStatusKit
[14/15] Compiling iCloudSyncStatusKit SyncEvent.swift
[15/15] Compiling iCloudSyncStatusKit SyncStatusKit.swift
Build complete! (10.06s)
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.