The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SFSymbolsGenerator, reference 1.3.1 (8f2632), with Swift 6.1 for iOS using Xcode 16.3 on 28 Jun 2025 10:03:06 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbolsGenerator -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leoho0722/SFSymbolsGenerator.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leoho0722/SFSymbolsGenerator
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 8f26328 Release v1.3.1: Complete renaming from sf-symbols to sf-symbols-generator and build optimizations
Cloned https://github.com/leoho0722/SFSymbolsGenerator.git
Revision (git rev-parse @):
8f263285a94b986c2b031f5841cd42c486e030e7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/leoho0722/SFSymbolsGenerator.git at 1.3.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/leoho0722/SFSymbolsGenerator.git
https://github.com/leoho0722/SFSymbolsGenerator.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SFSymbolsGenerator",
  "name" : "SFSymbolsGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "sf-symbols-generator",
      "targets" : [
        "sf-symbols-generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sf_symbols_generator",
      "module_type" : "SwiftTarget",
      "name" : "sf-symbols-generator",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sf-symbols-generator"
      ],
      "sources" : [
        "Application/Commands/Generate.swift",
        "Application/Commands/Version.swift",
        "Domain/Models/Release+Extensions.swift",
        "Domain/Models/Symbol+Extensions.swift",
        "Domain/Services/CodeGenerator.swift",
        "Domain/Services/PlistParser.swift",
        "Domain/Services/SFSymbolsFinder.swift",
        "Foundation/Types/Typealias.swift",
        "Infrastructure/Errors/SFSymbolsError.swift",
        "Infrastructure/FileSystem/FileWriter.swift",
        "SFSymbolsGenerator.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
  SFSymbolsGenerator: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
resolved source packages: SFSymbolsGenerator, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SFSymbolsGenerator",
  "name" : "SFSymbolsGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "sf-symbols-generator",
      "targets" : [
        "sf-symbols-generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sf_symbols_generator",
      "module_type" : "SwiftTarget",
      "name" : "sf-symbols-generator",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sf-symbols-generator"
      ],
      "sources" : [
        "Application/Commands/Generate.swift",
        "Application/Commands/Version.swift",
        "Domain/Models/Release+Extensions.swift",
        "Domain/Models/Symbol+Extensions.swift",
        "Domain/Services/CodeGenerator.swift",
        "Domain/Services/PlistParser.swift",
        "Domain/Services/SFSymbolsFinder.swift",
        "Foundation/Types/Typealias.swift",
        "Infrastructure/Errors/SFSymbolsError.swift",
        "Infrastructure/FileSystem/FileWriter.swift",
        "SFSymbolsGenerator.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SFSymbolsGenerator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbolsGenerator -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SFSymbolsGenerator -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  SFSymbolsGenerator: /Users/admin/builder/spi-builder-workspace
2025-06-28 03:03:02.757 xcodebuild[737:4104] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-06_03-03-0002.xcresult
xcodebuild: error: Scheme SFSymbolsGenerator is not currently configured for the build action.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
  SFSymbolsGenerator: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, SFSymbolsGenerator
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SFSymbolsGenerator",
  "name" : "SFSymbolsGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "sf-symbols-generator",
      "targets" : [
        "sf-symbols-generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sf_symbols_generator",
      "module_type" : "SwiftTarget",
      "name" : "sf-symbols-generator",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sf-symbols-generator"
      ],
      "sources" : [
        "Application/Commands/Generate.swift",
        "Application/Commands/Version.swift",
        "Domain/Models/Release+Extensions.swift",
        "Domain/Models/Symbol+Extensions.swift",
        "Domain/Services/CodeGenerator.swift",
        "Domain/Services/PlistParser.swift",
        "Domain/Services/SFSymbolsFinder.swift",
        "Foundation/Types/Typealias.swift",
        "Infrastructure/Errors/SFSymbolsError.swift",
        "Infrastructure/FileSystem/FileWriter.swift",
        "SFSymbolsGenerator.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SFSymbolsGenerator"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SFSymbolsGenerator -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SFSymbolsGenerator -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  SFSymbolsGenerator: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.1
2025-06-28 03:03:06.703 xcodebuild[772:4347] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-06_03-03-0006.xcresult
xcodebuild: error: Scheme SFSymbolsGenerator is not currently configured for the build action.
BUILD FAILURE 6.1 iOS