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 AnnotationInject with Swift 6.0 for macOS (Xcode) using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/AnnotationInject.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/AnnotationInject
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 171b250 doc(README): Add doc to integrate AnnotationInject with Xcode+SPM (#20)
Cloned https://github.com/pjechris/AnnotationInject.git
Revision (git rev-parse @):
171b250e51fc7b1e7717fa3a80291b1be6d5c64c
SUCCESS checkout https://github.com/pjechris/AnnotationInject.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pjechris/AnnotationInject.git
{
  "dependencies" : [
    {
      "identity" : "swinject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swinject/Swinject.git"
    },
    {
      "identity" : "sourcery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzysztofzablocki/Sourcery"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.2",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "AnnotationInject",
  "name" : "AnnotationInject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AnnotationInject",
      "targets" : [
        "AnnotationInject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "annotationinject-cli",
      "targets" : [
        "AnnotationCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnnotationInjectTests",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationInjectTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "Service/ServiceParameterValueTests.swift",
        "Sourcery/MethodParameterTests.swift"
      ],
      "target_dependencies" : [
        "AnnotationInject"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnnotationInject",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationInject",
      "path" : "Sources",
      "product_dependencies" : [
        "Swinject",
        "SourceryRuntime"
      ],
      "product_memberships" : [
        "AnnotationInject"
      ],
      "sources" : [
        "InjectAnnotation.swift",
        "Service.swift",
        "Service/ServiceParameterValue.swift",
        "ServiceProvider.swift",
        "Sourcery+AnnotationInject.swift",
        "Sourcery/MethodParameter+String.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnnotationCLI",
      "module_type" : "SwiftTarget",
      "name" : "AnnotationCLI",
      "path" : "CLI",
      "product_memberships" : [
        "annotationinject-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Templates': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Scripts': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Sources': File not found.
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/krzysztofzablocki/Sourcery
Fetching from https://github.com/Swinject/Swinject.git
Fetching from https://github.com/Quick/Nimble
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/SwiftGen/StencilSwiftKit.git
Fetching from https://github.com/tuist/XcodeProj.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/kylef/Commander.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/tadija/AEXML.git
Fetching from https://github.com/shibapm/Komondor.git
Fetching from https://github.com/stencilproject/Stencil.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/f-meloni/Rocket
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/shibapm/Logger
Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.T4H7ns/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.7.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/swiftlint.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.2uvL1e/swiftlint-manifest"])
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Package.swift:109:9: error: unexpected ',' separator
107 |             url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
108 |             checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
109 |         )
    |         `- error: unexpected ',' separator
110 |     ]
111 | ) in https://github.com/Realm/SwiftLint.gitInvalid Resource 'Templates': File not found.Invalid Resource 'Scripts': File not found.Invalid Resource 'Sources': File not found.Resolve Package Graph
Updating from https://github.com/Quick/Nimble
Updating from https://github.com/Swinject/Swinject.git
Updating from https://github.com/Quick/Quick
Updating from https://github.com/krzysztofzablocki/Sourcery
Updating from https://github.com/kylef/Commander.git
Updating from https://github.com/kylef/PathKit.git
Updating from https://github.com/tuist/XcodeProj.git
Updating from https://github.com/apple/swift-syntax.git
Updating from https://github.com/jpsim/Yams.git
Updating from https://github.com/SwiftGen/StencilSwiftKit.git
Updating from https://github.com/tadija/AEXML.git
Updating from https://github.com/shibapm/Komondor.git
Updating from https://github.com/stencilproject/Stencil.git
Updating from https://github.com/kylef/Spectre.git
Updating from https://github.com/Realm/SwiftLint.git
Updating from https://github.com/shibapm/PackageConfig.git
Updating from https://github.com/f-meloni/Rocket
Updating from https://github.com/JohnSundell/ShellOut.git
Updating from https://github.com/nicklockwood/SwiftFormat.git
Updating from https://github.com/shibapm/Logger
Updating from https://github.com/kareman/SwiftShell
Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.u02DJe/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.7.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/swiftlint.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.CZ0aUq/swiftlint-manifest"])
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Package.swift:109:9: error: unexpected ',' separator
107 |             url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
108 |             checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
109 |         )
    |         `- error: unexpected ',' separator
110 |     ]
111 | ) in https://github.com/Realm/SwiftLint.gitInvalid Resource 'Templates': File not found.Invalid Resource 'Scripts': File not found.Invalid Resource 'Sources': File not found.Resolve Package Graph
Updating from https://github.com/Quick/Nimble
Updating from https://github.com/Swinject/Swinject.git
Updating from https://github.com/krzysztofzablocki/Sourcery
Updating from https://github.com/Quick/Quick
Updating from https://github.com/kylef/Commander.git
Updating from https://github.com/apple/swift-syntax.git
Updating from https://github.com/tuist/XcodeProj.git
Updating from https://github.com/jpsim/Yams.git
Updating from https://github.com/SwiftGen/StencilSwiftKit.git
Updating from https://github.com/kylef/PathKit.git
Updating from https://github.com/tadija/AEXML.git
Updating from https://github.com/shibapm/Komondor.git
Updating from https://github.com/stencilproject/Stencil.git
Updating from https://github.com/kylef/Spectre.git
Updating from https://github.com/shibapm/PackageConfig.git
Updating from https://github.com/JohnSundell/ShellOut.git
Updating from https://github.com/nicklockwood/SwiftFormat.git
Updating from https://github.com/Realm/SwiftLint.git
Updating from https://github.com/f-meloni/Rocket
Updating from https://github.com/shibapm/Logger
Updating from https://github.com/kareman/SwiftShell
Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.eBCWHY/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.7.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/swiftlint.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.1AYjVZ/swiftlint-manifest"])
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Package.swift:109:9: error: unexpected ',' separator
107 |             url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
108 |             checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
109 |         )
    |         `- error: unexpected ',' separator
110 |     ]
111 | ) in https://github.com/Realm/SwiftLint.gitInvalid Resource 'Templates': File not found.Invalid Resource 'Scripts': File not found.Invalid Resource 'Sources': File not found.
Resolved source packages:
  spi-builder-workspace: (null)
2024-11-29 16:11:03.369 xcodebuild[542:3066] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-29-11_16-11-0003.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.eBCWHY/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-swift-version", "5", "-I", "/Applications/Xcode-16.1.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "5.7.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/swiftlint.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.1AYjVZ/swiftlint-manifest"])
GENERIC FAILURE 6.0 macosXcodebuild