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 RetroSwift, reference main (545625), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 14:52:09 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/rmichelberger/RetroSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rmichelberger/RetroSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 545625e - changed min iOS and tvOS version from 11 to 13
Cloned https://github.com/rmichelberger/RetroSwift.git
Revision (git rev-parse @):
545625e2343f42e65dda466b701ad25a504cc3c6
SUCCESS checkout https://github.com/rmichelberger/RetroSwift.git at main
========================================
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": "retroswift",
      "name": "RetroSwift",
      "url": "https://github.com/rmichelberger/RetroSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RetroSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rmichelberger/RetroSwift.git
[1/107] Fetching retroswift
Fetched https://github.com/rmichelberger/RetroSwift.git from cache (0.74s)
Creating working copy for https://github.com/rmichelberger/RetroSwift.git
Working copy of https://github.com/rmichelberger/RetroSwift.git resolved at main (545625e)
warning: '.resolve-product-dependencies': dependency 'retroswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/rmichelberger/RetroSwift.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/16] Compiling RetroSwift RetroSwift.swift
[4/17] Compiling RetroSwift GET.swift
[5/17] Compiling RetroSwift HTTPClient.swift
[6/17] Compiling RetroSwift Header.swift
[7/17] Compiling RetroSwift KeyValuePair.swift
[8/17] Compiling RetroSwift Body.swift
[9/17] Compiling RetroSwift DataEncoder.swift
[10/17] Emitting module RetroSwift
[11/17] Compiling RetroSwift POST.swift
[12/17] Compiling RetroSwift Request.swift
[13/17] Compiling RetroSwift Extensions.swift
[14/17] Compiling RetroSwift DELETE.swift
[15/17] Compiling RetroSwift PUT.swift
[16/17] Compiling RetroSwift Path.swift
[17/17] Compiling RetroSwift Query.swift
Build complete! (13.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RetroSwift",
  "name" : "RetroSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "RetroSwift",
      "targets" : [
        "RetroSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetroSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "RetroSwiftTests",
      "path" : "Tests/RetroSwiftTests",
      "sources" : [
        "QueryTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "RetroSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RetroSwift",
      "module_type" : "SwiftTarget",
      "name" : "RetroSwift",
      "path" : "Sources/RetroSwift",
      "product_memberships" : [
        "RetroSwift"
      ],
      "sources" : [
        "Request/Body.swift",
        "Request/DataEncoder.swift",
        "Request/Header.swift",
        "Request/KeyValuePair.swift",
        "Request/Path.swift",
        "Request/Query.swift",
        "Request/Request.swift",
        "Request/extensions/Extensions.swift",
        "Request/methods/DELETE.swift",
        "Request/methods/GET.swift",
        "Request/methods/POST.swift",
        "Request/methods/PUT.swift",
        "RetroSwift.swift",
        "client/HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.