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

Failed to build swift-package-factory, reference v0.1.0 (2b27eb), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 11:45:49 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-package-factory.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-package-factory
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 2b27eb0 add license and readme
Cloned https://github.com/tayloraswift/swift-package-factory.git
Revision (git rev-parse @):
2b27eb00e8011423edfb02fa70dd4c2c5f03cf16
SUCCESS checkout https://github.com/tayloraswift/swift-package-factory.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tayloraswift/swift-package-factory.git
https://github.com/tayloraswift/swift-package-factory.git
{
  "dependencies" : [
    {
      "identity" : "swift-system-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swift-system-extras.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-package-factory",
  "name" : "swift-package-factory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "factory",
      "targets" : [
        "factory"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Factory",
      "targets" : [
        "Factory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FactoryPlugin",
      "targets" : [
        "FactoryPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "factory",
      "module_type" : "SwiftTarget",
      "name" : "factory",
      "path" : "Sources/factory",
      "product_memberships" : [
        "factory",
        "FactoryPlugin"
      ],
      "sources" : [
        "Error.swift",
        "Factory.swift",
        "Instantiator.swift",
        "LexicalScope.swift",
        "Loop.swift",
        "Main.swift",
        "MatrixElement.swift",
        "Transformer.swift"
      ],
      "target_dependencies" : [
        "Factory"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FactoryPluginValidExampleTarget",
      "module_type" : "SwiftTarget",
      "name" : "FactoryPluginValidExampleTarget",
      "path" : "Examples/ValidExamples",
      "sources" : [
        "Basic.spf.swift",
        "DocComments.spf.swift",
        "Nested.spf.swift",
        "OtherAttributes.spf.swift",
        "Scopes.spf.swift",
        "Zip.spf.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FactoryPluginInvalidExampleTarget",
      "module_type" : "SwiftTarget",
      "name" : "FactoryPluginInvalidExampleTarget",
      "path" : "Examples/InvalidExamples",
      "sources" : [
        "InvalidMatrix.spf.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FactoryPlugin",
      "module_type" : "PluginTarget",
      "name" : "FactoryPlugin",
      "path" : "Plugins/FactoryPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "generate swift sources from factory sources",
          "type" : "custom",
          "verb" : "factory"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "FactoryPlugin"
      ],
      "sources" : [
        "Main.swift",
        "MissingTargetError.swift"
      ],
      "target_dependencies" : [
        "factory"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "Factory",
      "module_type" : "SwiftTarget",
      "name" : "Factory",
      "path" : "Sources/Factory",
      "product_dependencies" : [
        "SystemExtras",
        "SwiftSyntax",
        "SwiftSyntaxParser"
      ],
      "product_memberships" : [
        "factory",
        "Factory",
        "FactoryPlugin"
      ],
      "sources" : [
        "Error.swift",
        "Factory.swift",
        "Instantiator.swift",
        "LexicalScope.swift",
        "Loop.swift",
        "Main.swift",
        "MatrixElement.swift",
        "Transformer.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
warning: 'spi-builder-workspace': the target name factory has different case on the filesystem and the Package.swift manifest file
warning: 'spi-builder-workspace': 'Factory' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
warning: 'spi-builder-workspace': The target named 'Factory' was identified as an executable target but a non-executable product with this name already exists.
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-syntax.git
Fetching from https://github.com/kelvin13/swift-system-extras.git
Fetching from https://github.com/apple/swift-system.git (cached)
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-system-extras’
Checking out 0.2.0 of package ‘swift-system-extras’
Creating working copy of package ‘swift-syntax’
Checking out swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a (59c93fc) of package ‘swift-syntax’
the target name factory has different case on the filesystem and the Package.swift manifest file'Factory' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'The target named 'Factory' was identified as an executable target but a non-executable product with this name already exists.Library product “Factory” contains a target of type executable (“Factory”). Library products may not include executable targets.Resolve Package Graph
the target name factory has different case on the filesystem and the Package.swift manifest file'Factory' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'The target named 'Factory' was identified as an executable target but a non-executable product with this name already exists.Library product “Factory” contains a target of type executable (“Factory”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 04:45:48.018 xcodebuild[518:2910] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_04-45-0048.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “Factory” contains a target of type executable (“Factory”). Library products may not include executable targets.
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
the target name factory has different case on the filesystem and the Package.swift manifest file'Factory' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'The target named 'Factory' was identified as an executable target but a non-executable product with this name already exists.Library product “Factory” contains a target of type executable (“Factory”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 04:45:49.025 xcodebuild[783:4184] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_04-45-0049.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “Factory” contains a target of type executable (“Factory”). Library products may not include executable targets.
BUILD FAILURE 6.1 macosXcodebuild