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 SFSymbolKit, reference main (3eae81), with Swift 6.0 for macOS (SPM) on 27 Sep 2024 22:19:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dl-alexandre/SFSymbolKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/SFSymbolKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3eae81b Swift 6
Cloned https://github.com/dl-alexandre/SFSymbolKit.git
Revision (git rev-parse @):
3eae81bc48904d273a8ae92b1adfa9357213bc3c
SUCCESS checkout https://github.com/dl-alexandre/SFSymbolKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dl-alexandre/SFSymbolKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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/3] Write sources
[1/3] Copying Symbols
[2/3] Write swift-version--4A847ED0836F2485.txt
[4/13] Compiling SFSymbolKit resource_bundle_accessor.swift
[5/13] Compiling SFSymbolKit removeIconFromIndex.swift
[6/13] Compiling SFSymbolKit addIconToIndex.swift
[7/13] Compiling SFSymbolKit RenderModes.swift
[8/13] Compiling SFSymbolKit SymbolVariants.swift
[9/13] Compiling SFSymbolKit SymbolEffects.swift
[10/13] Compiling SFSymbolKit decodePList.swift
[11/13] Compiling SFSymbolKit FontWeights.swift
[12/13] Compiling SFSymbolKit ImageScales.swift
[13/13] Emitting module SFSymbolKit
Build complete! (15.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbolKit",
  "name" : "SFSymbolKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbolKit",
      "targets" : [
        "SFSymbolKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolKitTests",
      "path" : "Tests/SFSymbolKitTests",
      "sources" : [
        "SFSymbolKitTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbolKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbolKit",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolKit",
      "path" : "Sources/SFSymbolKit",
      "product_memberships" : [
        "SFSymbolKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolKit/Symbols",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FontWeights.swift",
        "ImageScales.swift",
        "RenderModes.swift",
        "SymbolEffects.swift",
        "SymbolVariants.swift",
        "addIconToIndex.swift",
        "decodePList.swift",
        "removeIconFromIndex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.