Build Information
Successful build of swift-fluent-icon, reference master (f8f238), with Swift 6.1 for macOS (SPM) on 6 Dec 2025 23:23:09 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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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 f8f238d chore(release): 1.1.316
Cloned https://github.com/vvisionnn/swift-fluent-icon.git
Revision (git rev-parse @):
f8f238d44c0e6f5e2049091053cad4e86a22c8b7
SUCCESS checkout https://github.com/vvisionnn/swift-fluent-icon.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vvisionnn/swift-fluent-icon.git
https://github.com/vvisionnn/swift-fluent-icon.git
{
"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"
}
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/6] Write sources
[0/6] Copying FluentSystemIcons-Resizable.ttf
[2/6] Copying FluentSystemIcons-Light.ttf
[2/6] Copying FluentSystemIcons-Regular.ttf
[2/6] Copying FluentSystemIcons-Filled.ttf
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/18] Compiling FluentIcon Fluent.swift
[8/18] Compiling FluentIcon FluentIconFont.swift
[9/18] Compiling FluentIcon StringProtocol+Extensions.swift
[10/18] Compiling FluentIcon SwiftUI+Extensions.swift
[11/18] Compiling FluentIcon Fluent+Image.swift
[12/18] Compiling FluentIcon Fluent+Tools.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Shared/Fluent/Fluent+Tools.swift:54:14: warning: call to main actor-isolated initializer 'init(icon:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
52 | /// A SwiftUI Image of the icon
53 | public var image: FluentIcon.Image<Self> {
54 | FluentIcon.Image(icon: self)
| `- warning: call to main actor-isolated initializer 'init(icon:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
55 | }
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Shared/Extension/FluentIcon+Image.swift:39:10: note: calls to initializer 'init(icon:)' from outside of its actor context are implicitly asynchronous
37 | /// - Parameters:
38 | /// - icon: The icon to use
39 | public init(icon: FluentType) {
| |- note: calls to initializer 'init(icon:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'View'
40 | self.icon = icon
41 | self.forcedSize = nil
/Users/admin/builder/spi-builder-workspace/Sources/FluentIcon/Shared/Fluent/Fluent+Tools.swift:54:14: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
52 | /// A SwiftUI Image of the icon
53 | public var image: FluentIcon.Image<Self> {
54 | FluentIcon.Image(icon: self)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
55 | }
56 | }
[13/18] Compiling FluentIcon FontRegistration.swift
[14/19] Compiling FluentIcon resource_bundle_accessor.swift
[15/19] Compiling FluentIcon FluentIcon.swift
[16/19] Compiling FluentIcon Crossplatform.swift
[17/19] Compiling FluentIcon FluentIcon+Image.swift
[18/19] Compiling FluentIcon NSAttributedString+Fluent.swift
[19/19] Emitting module FluentIcon
Build complete! (288.42s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.91s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (2.44s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.15s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.83s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.37s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.95s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.52s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
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.7
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
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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.