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 swift-fluent-icon, reference master (cd5e93), with Swift 6.0 for macOS (SPM) on 26 Apr 2025 17:12:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vvisionnn/swift-fluent-icon.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vvisionnn/swift-fluent-icon
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cd5e932 chore(release): 1.1.298
Cloned https://github.com/vvisionnn/swift-fluent-icon.git
Revision (git rev-parse @):
cd5e9321bd230dd4ce00d74fc2631e2aac1b1bc8
SUCCESS checkout https://github.com/vvisionnn/swift-fluent-icon.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vvisionnn/swift-fluent-icon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying FluentSystemIcons-Resizable.ttf
[0/6] Copying FluentSystemIcons-Filled.ttf
[1/6] Write sources
[1/6] Copying FluentSystemIcons-Light.ttf
[4/6] Copying FluentSystemIcons-Regular.ttf
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/18] Compiling FluentIcon Fluent.swift
[8/18] Compiling FluentIcon FontRegistration.swift
[9/18] Compiling FluentIcon FluentIconFont.swift
[10/18] Compiling FluentIcon Fluent+Image.swift
[11/19] Compiling FluentIcon SwiftUI+Extensions.swift
[12/19] Compiling FluentIcon Fluent+Tools.swift
[13/19] Compiling FluentIcon resource_bundle_accessor.swift
[14/19] Compiling FluentIcon StringProtocol+Extensions.swift
[15/19] Emitting module FluentIcon
[16/19] Compiling FluentIcon FluentIcon.swift
[17/19] Compiling FluentIcon Crossplatform.swift
[18/19] Compiling FluentIcon FluentIcon+Image.swift
[19/19] Compiling FluentIcon NSAttributedString+Fluent.swift
Build complete! (33.24s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.22s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.47s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/74813] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.23s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.23s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.44s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.32s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.45s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "swift-fluent-icon",
  "name" : "swift-fluent-icon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentIcon",
      "targets" : [
        "FluentIcon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentIconTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentIconTests",
      "path" : "Tests/FluentIconTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "FluentFontExtensionTests.swift",
        "FluentIconColorMacosTests.swift",
        "FluentIconColoriOSTests.swift",
        "FluentIconFontTests.swift",
        "FluentIconTests.swift",
        "FontExtensionTests.swift",
        "ImageScaleExtensionTests.swift",
        "StringProtocolTests.swift",
        "UnfairLockTests.swift"
      ],
      "target_dependencies" : [
        "FluentIcon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentIcon",
      "module_type" : "SwiftTarget",
      "name" : "FluentIcon",
      "path" : "Sources/FluentIcon",
      "product_memberships" : [
        "FluentIcon"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Resources/FluentSystemIcons-Filled.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Resources/FluentSystemIcons-Light.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Resources/FluentSystemIcons-Regular.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Resources/FluentSystemIcons-Resizable.ttf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FluentIcon.swift",
        "Shared/Crossplatform.swift",
        "Shared/Extension/FluentIcon+Image.swift",
        "Shared/Extension/NSAttributedString+Fluent.swift",
        "Shared/Extension/StringProtocol+Extensions.swift",
        "Shared/Extension/SwiftUI+Extensions.swift",
        "Shared/Fluent/Fluent+Image.swift",
        "Shared/Fluent/Fluent+Tools.swift",
        "Shared/Fluent/Fluent.swift",
        "Shared/FluentIconFont.swift",
        "Shared/FontRegistration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.