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 FHExtensions, reference master (1ae77c), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 22:27: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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FelixHerrmann/FHExtensions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FelixHerrmann/FHExtensions
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1ae77c2 fixed tvOS build step names
Cloned https://github.com/FelixHerrmann/FHExtensions.git
Revision (git rev-parse @):
1ae77c2f9c5ff4045995e137920a6328a245c4e7
SUCCESS checkout https://github.com/FelixHerrmann/FHExtensions.git at master
========================================
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": "fhextensions",
      "name": "FHExtensions",
      "url": "https://github.com/FelixHerrmann/FHExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FHExtensions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FelixHerrmann/FHExtensions.git
[1/528] Fetching fhextensions
Fetched https://github.com/FelixHerrmann/FHExtensions.git from cache (0.79s)
Creating working copy for https://github.com/FelixHerrmann/FHExtensions.git
Working copy of https://github.com/FelixHerrmann/FHExtensions.git resolved at master (1ae77c2)
warning: '.resolve-product-dependencies': dependency 'fhextensions' 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/FelixHerrmann/FHExtensions.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/13] Compiling FHExtensions UIColor.swift
[4/13] Compiling FHExtensions JSONEncoder.swift
[5/13] Compiling FHExtensions UIDevice.swift
[6/13] Compiling FHExtensions String.swift
[7/13] Compiling FHExtensions JSONDecoder.swift
[8/14] Compiling FHExtensions Bundle.swift
[9/14] Compiling FHExtensions Array.swift
[10/14] Compiling FHExtensions Date.swift
[11/14] Compiling FHExtensions UIDirectionalPanGestureRecognizer.swift
[12/14] Emitting module FHExtensions
[13/14] Compiling FHExtensions NSColor.swift
[14/14] Compiling FHExtensions CGRect.swift
Build complete! (12.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FHExtensions",
  "name" : "FHExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FHExtensions",
      "targets" : [
        "FHExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FHExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "FHExtensionsTests",
      "path" : "Tests/FHExtensionsTests",
      "sources" : [
        "AppKitTests.swift",
        "CoreGraphicsTests.swift",
        "FoundationTests.swift",
        "UIKitTests.swift"
      ],
      "target_dependencies" : [
        "FHExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FHExtensions",
      "module_type" : "SwiftTarget",
      "name" : "FHExtensions",
      "path" : "Sources/FHExtensions",
      "product_memberships" : [
        "FHExtensions"
      ],
      "sources" : [
        "AppKit/NSColor.swift",
        "CoreGraphics/CGRect.swift",
        "Foundation/Array.swift",
        "Foundation/Bundle.swift",
        "Foundation/Date.swift",
        "Foundation/JSONDecoder.swift",
        "Foundation/JSONEncoder.swift",
        "Foundation/String.swift",
        "UIKit/UIColor.swift",
        "UIKit/UIDevice.swift",
        "UIKit/UIDirectionalPanGestureRecognizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.