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 swift-package-collection-generator, reference main (7bc251), with Swift 6.1 for macOS (SPM) on 18 Oct 2025 01:30:32 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-package-collection-generator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-package-collection-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7bc2514 Merge pull request #71 from incertum/chore/workflow-permissions
Cloned https://github.com/swiftlang/swift-package-collection-generator.git
Revision (git rev-parse @):
7bc2514946443f31242f17c25365c97491674d27
SUCCESS checkout https://github.com/swiftlang/swift-package-collection-generator.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swift-package-collection-generator.git
https://github.com/swiftlang/swift-package-collection-generator.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    },
    {
      "identity" : "swift-backtrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-backtrace.git"
    }
  ],
  "manifest_display_name" : "swift-package-collection-generator",
  "name" : "swift-package-collection-generator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "package-collection-generate",
      "targets" : [
        "PackageCollectionGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-sign",
      "targets" : [
        "PackageCollectionSigner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-validate",
      "targets" : [
        "PackageCollectionValidator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "package-collection-diff",
      "targets" : [
        "PackageCollectionDiff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "GitUtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "SwiftTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_dependencies" : [
        "SwiftPMPackageCollections"
      ],
      "product_memberships" : [
        "package-collection-generate",
        "package-collection-sign",
        "package-collection-validate",
        "package-collection-diff"
      ],
      "sources" : [
        "Git.swift",
        "Logging.swift",
        "Path.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "Sources/TestUtilities",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPMPackageCollections"
      ],
      "sources" : [
        "TestUtilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageCollectionValidatorTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionValidatorTests",
      "path" : "Tests/PackageCollectionValidatorTests",
      "sources" : [
        "PackageCollectionValidateTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionValidator",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionValidator",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionValidator",
      "path" : "Sources/PackageCollectionValidator",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-validate"
      ],
      "sources" : [
        "PackageCollectionValidate.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionSignerTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionSignerTests",
      "path" : "Tests/PackageCollectionSignerTests",
      "sources" : [
        "PackageCollectionSignTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionSigner",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionSigner",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionSigner",
      "path" : "Sources/PackageCollectionSigner",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-sign"
      ],
      "sources" : [
        "PackageCollectionSign.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionGeneratorTests",
      "path" : "Tests/PackageCollectionGeneratorTests",
      "sources" : [
        "GitHubPackageMetadataProviderTests.swift",
        "PackageCollectionGenerateTests.swift",
        "PackageCollectionGeneratorInputTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionGenerator",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionGenerator",
      "path" : "Sources/PackageCollectionGenerator",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-generate"
      ],
      "sources" : [
        "Models/PackageCollectionExtensions.swift",
        "Models/PackageCollectionGeneratorInput.swift",
        "Models/PackageDescription.swift",
        "Models/PackageManifest.swift",
        "PackageCollectionGenerate.swift",
        "PackageMetadataProviders/GitHubPackageMetadataProvider.swift",
        "PackageMetadataProviders/PackageMetadataProvider.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageCollectionDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionDiffTests",
      "path" : "Tests/PackageCollectionDiffTests",
      "sources" : [
        "PackageCollectionDiffTests.swift"
      ],
      "target_dependencies" : [
        "PackageCollectionDiff",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageCollectionDiff",
      "module_type" : "SwiftTarget",
      "name" : "PackageCollectionDiff",
      "path" : "Sources/PackageCollectionDiff",
      "product_dependencies" : [
        "SwiftPMPackageCollections",
        "ArgumentParser",
        "Backtrace"
      ],
      "product_memberships" : [
        "package-collection-diff"
      ],
      "sources" : [
        "PackageCollectionDiff.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
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
Fetching https://github.com/apple/swift-package-manager.git
[1/165185] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (16.71s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29309] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (2.07s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6975] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (1.29s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35870] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.17s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/187] Fetching swift-toolchain-sqlite
[18/818] Fetching swift-toolchain-sqlite, swift-backtrace
[208/7477] Fetching swift-toolchain-sqlite, swift-backtrace, swift-certificates
Fetched https://github.com/swift-server/swift-backtrace.git from cache (1.21s)
[6837/6846] Fetching swift-toolchain-sqlite, swift-certificates
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.33s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.33s)
Fetched https://github.com/apple/swift-system.git from cache (1.51s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.51s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.52s)
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (2.15s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (0.58s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.29s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (0.49s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.50s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.7
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at main (9cd0607)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at main (cc79a4e)
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at main (c26cd00)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at main (c54107d)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
error: the library 'TestUtilities' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the library 'TestUtilities' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the library 'Utilities' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the library 'Utilities' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionDiff' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionDiff' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionValidator' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionValidator' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionSigner' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionSigner' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionGenerator' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionGenerator' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'TestUtilities' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the library 'TestUtilities' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the library 'Utilities' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the library 'Utilities' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionDiff' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionDiff' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionValidator' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionValidator' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionSigner' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionSigner' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
error: the executable 'PackageCollectionGenerator' requires macos 13.0, but depends on the product 'SwiftPMPackageCollections' which requires macos 14.0; consider changing the executable 'PackageCollectionGenerator' to require macos 14.0 or later, or the product 'SwiftPMPackageCollections' to require macos 13.0 or earlier.
BUILD FAILURE 6.1 macosSpm