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.1 for macOS (SPM) on 27 Apr 2025 03:05:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.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.67s)
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.1
Building package at path:  $PWD
https://github.com/FelixHerrmann/FHExtensions.git
https://github.com/FelixHerrmann/FHExtensions.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/13] Compiling FHExtensions UIDevice.swift
[4/13] Compiling FHExtensions String.swift
[5/13] Compiling FHExtensions JSONDecoder.swift
[6/13] Compiling FHExtensions UIColor.swift
[7/14] Compiling FHExtensions UIDirectionalPanGestureRecognizer.swift
[8/14] Compiling FHExtensions JSONEncoder.swift
[9/14] Compiling FHExtensions Date.swift
[10/14] Compiling FHExtensions Array.swift
[11/14] Compiling FHExtensions Bundle.swift
[12/14] Emitting module FHExtensions
[13/14] Compiling FHExtensions NSColor.swift
[14/14] Compiling FHExtensions CGRect.swift
Build complete! (7.62s)
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.