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 swiftui-uikit-presenting 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/Shimmur/swiftui-uikit-presenting.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Shimmur/swiftui-uikit-presenting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 152b07c Adding #if canImport(UIKit) conditionals to compile on cross-platform apps (#1)
Cloned https://github.com/Shimmur/swiftui-uikit-presenting.git
Revision (git rev-parse @):
152b07c132cf92cbd5fbbac5f9cfcf3219a32e32
SUCCESS checkout https://github.com/Shimmur/swiftui-uikit-presenting.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Shimmur/swiftui-uikit-presenting.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/6] Compiling UIViewControllerPresenting UIViewControllerPresenting.swift
[5/6] Emitting module UIViewControllerPresenting
[6/6] Compiling UIViewControllerPresenting ViewPresenting.swift
[7/8] Emitting module SafariWebView
[8/8] Compiling SafariWebView SafariWebView.swift
Build complete! (3.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-uikit-presenting",
  "name" : "swiftui-uikit-presenting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "UIViewControllerPresenting",
      "targets" : [
        "UIViewControllerPresenting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafariWebView",
      "targets" : [
        "SafariWebView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIViewControllerPresentingTests",
      "module_type" : "SwiftTarget",
      "name" : "UIViewControllerPresentingTests",
      "path" : "Tests/UIViewControllerPresentingTests",
      "sources" : [
        "UIViewControllerPresentingTests.swift"
      ],
      "target_dependencies" : [
        "UIViewControllerPresenting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIViewControllerPresenting",
      "module_type" : "SwiftTarget",
      "name" : "UIViewControllerPresenting",
      "path" : "Sources/UIViewControllerPresenting",
      "product_memberships" : [
        "UIViewControllerPresenting",
        "SafariWebView"
      ],
      "sources" : [
        "UIViewControllerPresenting.swift",
        "ViewPresenting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SafariWebView",
      "module_type" : "SwiftTarget",
      "name" : "SafariWebView",
      "path" : "Sources/SafariWebView",
      "product_memberships" : [
        "SafariWebView"
      ],
      "sources" : [
        "SafariWebView.swift"
      ],
      "target_dependencies" : [
        "UIViewControllerPresenting"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.