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 UnsplashSwiftUI, reference main (65b7f9), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 05:18:30 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/ArnavMotwani/UnsplashSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArnavMotwani/UnsplashSwiftUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65b7f92 Fixed formatting
Cloned https://github.com/ArnavMotwani/UnsplashSwiftUI.git
Revision (git rev-parse @):
65b7f920e9c77a471505636c7ec743e0715e5559
SUCCESS checkout https://github.com/ArnavMotwani/UnsplashSwiftUI.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": "unsplashswiftui",
      "name": "UnsplashSwiftUI",
      "url": "https://github.com/ArnavMotwani/UnsplashSwiftUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UnsplashSwiftUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ArnavMotwani/UnsplashSwiftUI.git
[1/228] Fetching unsplashswiftui
Fetched https://github.com/ArnavMotwani/UnsplashSwiftUI.git from cache (0.66s)
Creating working copy for https://github.com/ArnavMotwani/UnsplashSwiftUI.git
Working copy of https://github.com/ArnavMotwani/UnsplashSwiftUI.git resolved at main (65b7f92)
warning: '.resolve-product-dependencies': dependency 'unsplashswiftui' 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/ArnavMotwani/UnsplashSwiftUI.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/6] Compiling UnsplashSwiftUI UnsplashData.swift
[4/6] Compiling UnsplashSwiftUI UnsplashSwiftUI.swift
[5/6] Compiling UnsplashSwiftUI FetchImage.swift
[6/6] Emitting module UnsplashSwiftUI
Build complete! (13.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UnsplashSwiftUI",
  "name" : "UnsplashSwiftUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "UnsplashSwiftUI",
      "targets" : [
        "UnsplashSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnsplashSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "UnsplashSwiftUI",
      "path" : "Sources/UnsplashSwiftUI",
      "product_memberships" : [
        "UnsplashSwiftUI"
      ],
      "sources" : [
        "FetchImage.swift",
        "UnsplashData.swift",
        "UnsplashSwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.