Build Information
Successful build of AppIconGenerator, reference main (613798
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:46:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawello2222/AppIconGenerator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pawello2222/AppIconGenerator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 613798e Merge pull request #1 from pawello2222/dev
Cloned https://github.com/pawello2222/AppIconGenerator.git
Revision (git rev-parse @):
613798e5552332b76c5f09351415f700a2d16c01
SUCCESS checkout https://github.com/pawello2222/AppIconGenerator.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pawello2222/AppIconGenerator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling AppIconGenerator CGSize+Extensions.swift
[4/8] Compiling AppIconGenerator IconSet.swift
[5/8] Compiling AppIconGenerator Logger.swift
[6/8] Compiling AppIconGenerator AppIconGenerator+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppIconGenerator/AppIconGenerator+View.swift:28:13: warning: no 'async' operations occur within 'await' expression
26 | public func generateIcons(for iconSet: IconSet, name: String = "Icon") -> some View {
27 | task {
28 | await AppIconGenerator {
| `- warning: no 'async' operations occur within 'await' expression
29 | self
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/AppIconGenerator/AppIconGenerator+View.swift:37:13: warning: no 'async' operations occur within 'await' expression
35 | public func generateIcon(size: CGFloat, name: String = "Icon") -> some View {
36 | task {
37 | await AppIconGenerator {
| `- warning: no 'async' operations occur within 'await' expression
38 | self
39 | }
[7/8] Emitting module AppIconGenerator
[8/8] Compiling AppIconGenerator AppIconGenerator.swift
Build complete! (6.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AppIconGenerator",
"name" : "AppIconGenerator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AppIconGenerator",
"targets" : [
"AppIconGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppIconGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "AppIconGeneratorTests",
"path" : "Tests/AppIconGeneratorTests",
"sources" : [
"CGSize+Tests.swift"
],
"target_dependencies" : [
"AppIconGenerator"
],
"type" : "test"
},
{
"c99name" : "AppIconGenerator",
"module_type" : "SwiftTarget",
"name" : "AppIconGenerator",
"path" : "Sources/AppIconGenerator",
"product_memberships" : [
"AppIconGenerator"
],
"sources" : [
"AppIconGenerator+View.swift",
"AppIconGenerator.swift",
"Components/IconSet.swift",
"Components/Logger.swift",
"Extensions/CGSize+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.