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 SFSymbol, reference main (1870d4), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 08:59:54 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/Nirma/SFSymbol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/SFSymbol
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1870d4d Implement support for SFSymbol 6.0
Cloned https://github.com/Nirma/SFSymbol.git
Revision (git rev-parse @):
1870d4da704042fcabcd086235d97149c2196ea7
SUCCESS checkout https://github.com/Nirma/SFSymbol.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": "sfsymbol",
      "name": "SFSymbol",
      "url": "https://github.com/Nirma/SFSymbol.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SFSymbol",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Nirma/SFSymbol.git
[6/576] Fetching sfsymbol
Fetched https://github.com/Nirma/SFSymbol.git from cache (0.97s)
Creating working copy for https://github.com/Nirma/SFSymbol.git
Working copy of https://github.com/Nirma/SFSymbol.git resolved at main (1870d4d)
warning: '.resolve-product-dependencies': dependency 'sfsymbol' 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/Nirma/SFSymbol.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/12] Compiling SFSymbol Image+SFSymbol.swift
[4/12] Compiling SFSymbol NSImage+SFSymbol.swift
[5/12] Compiling SFSymbol UIImage+SFSymbol.swift
[6/13] Compiling SFSymbol SymbolImage.swift
[7/13] Compiling SFSymbol SFSymbol2.swift
[8/13] Compiling SFSymbol SFSymbol4.swift
[9/13] Compiling SFSymbol SFSymbol.swift
[10/13] Compiling SFSymbol SFSymbol3.swift
[11/13] Compiling SFSymbol SFSymbol5.swift
[12/13] Compiling SFSymbol SFSymbol6.swift
[13/13] Emitting module SFSymbol
Build complete! (43.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbol",
  "name" : "SFSymbol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbol",
      "targets" : [
        "SFSymbol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolTests",
      "path" : "Tests/SFSymbolTests",
      "sources" : [
        "ImageExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbol",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbol",
      "path" : "Sources/SFSymbol",
      "product_memberships" : [
        "SFSymbol"
      ],
      "sources" : [
        "Extensions/Image+SFSymbol.swift",
        "Extensions/NSImage+SFSymbol.swift",
        "Extensions/UIImage+SFSymbol.swift",
        "Protocols/SymbolImage.swift",
        "SFSymbol1/SFSymbol.swift",
        "SFSymbol2/SFSymbol2.swift",
        "SFSymbol3/SFSymbol3.swift",
        "SFSymbol4/SFSymbol4.swift",
        "SFSymbol5/SFSymbol5.swift",
        "SFSymbol6/SFSymbol6.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.