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 ProgressSpinnerKit, reference main (33ff37), with Swift 6.0 for iOS using Xcode 16.2 on 17 Mar 2025 15:32:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/progressspinnerkit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yutailang0119/progressspinnerkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 33ff37d Merge pull request #61 from yutailang0119/swift-tools-support-core
Cloned https://github.com/yutailang0119/progressspinnerkit.git
Revision (git rev-parse @):
33ff37dc1cccc9a9af7d18fcc0088c5a759f2697
SUCCESS checkout https://github.com/yutailang0119/progressspinnerkit.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/yutailang0119/progressspinnerkit.git
https://github.com/yutailang0119/progressspinnerkit.git
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "ProgressSpinnerKit",
  "name" : "ProgressSpinnerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressSpinnerKit",
      "targets" : [
        "ProgressSpinnerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "demo",
      "targets" : [
        "demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "demo",
      "module_type" : "SwiftTarget",
      "name" : "demo",
      "path" : "Sources/demo",
      "product_memberships" : [
        "demo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProgressSpinnerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKitTests",
      "path" : "Tests/ProgressSpinnerKitTests",
      "sources" : [
        "ProgressSpinnerTests.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProgressSpinnerKit",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKit",
      "path" : "Sources/ProgressSpinnerKit",
      "product_dependencies" : [
        "SwiftToolsSupport"
      ],
      "product_memberships" : [
        "ProgressSpinnerKit",
        "demo"
      ],
      "sources" : [
        "ProgressSpinner.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.2.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/swiftlang/swift-tools-support-core.git
Creating working copy of package ‘swift-tools-support-core’
Checking out 0.7.2 of package ‘swift-tools-support-core’
Resolve Package Graph
Resolved source packages:
  swift-tools-support-core: https://github.com/swiftlang/swift-tools-support-core.git @ 0.7.2
  ProgressSpinnerKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-tools-support-core, ProgressSpinnerKit
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "ProgressSpinnerKit",
  "name" : "ProgressSpinnerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressSpinnerKit",
      "targets" : [
        "ProgressSpinnerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "demo",
      "targets" : [
        "demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "demo",
      "module_type" : "SwiftTarget",
      "name" : "demo",
      "path" : "Sources/demo",
      "product_memberships" : [
        "demo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProgressSpinnerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKitTests",
      "path" : "Tests/ProgressSpinnerKitTests",
      "sources" : [
        "ProgressSpinnerTests.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProgressSpinnerKit",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKit",
      "path" : "Sources/ProgressSpinnerKit",
      "product_dependencies" : [
        "SwiftToolsSupport"
      ],
      "product_memberships" : [
        "ProgressSpinnerKit",
        "demo"
      ],
      "sources" : [
        "ProgressSpinner.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "demo",
      "ProgressSpinnerKit",
      "ProgressSpinnerKit-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressSpinnerKit-Package -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.2.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 ProgressSpinnerKit-Package -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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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-tools-support-core: https://github.com/swiftlang/swift-tools-support-core.git @ 0.7.2
  ProgressSpinnerKit: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'demo' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
    Target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
    Target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
    Target 'SwiftToolsSupport' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7200e7faf11243bf7f186d3424b0bf9a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7200e7faf11243bf7f186d3424b0bf9a.xcbuilddata
error: The package product 'SwiftToolsSupport' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'demo' from project 'ProgressSpinnerKit')
error: The package product 'SwiftToolsSupport' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ProgressSpinnerKit' from project 'ProgressSpinnerKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ProgressSpinnerKit-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.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
Resolved source packages:
  swift-tools-support-core: https://github.com/swiftlang/swift-tools-support-core.git @ 0.7.2
  ProgressSpinnerKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-tools-support-core, ProgressSpinnerKit
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "ProgressSpinnerKit",
  "name" : "ProgressSpinnerKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressSpinnerKit",
      "targets" : [
        "ProgressSpinnerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "demo",
      "targets" : [
        "demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "demo",
      "module_type" : "SwiftTarget",
      "name" : "demo",
      "path" : "Sources/demo",
      "product_memberships" : [
        "demo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProgressSpinnerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKitTests",
      "path" : "Tests/ProgressSpinnerKitTests",
      "sources" : [
        "ProgressSpinnerTests.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProgressSpinnerKit",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKit",
      "path" : "Sources/ProgressSpinnerKit",
      "product_dependencies" : [
        "SwiftToolsSupport"
      ],
      "product_memberships" : [
        "ProgressSpinnerKit",
        "demo"
      ],
      "sources" : [
        "ProgressSpinner.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "demo",
      "ProgressSpinnerKit",
      "ProgressSpinnerKit-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressSpinnerKit-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.2.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 ProgressSpinnerKit-Package -destination generic/platform=iOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  ProgressSpinnerKit: /Users/admin/builder/spi-builder-workspace
  swift-tools-support-core: https://github.com/swiftlang/swift-tools-support-core.git @ 0.7.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'demo' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
    Target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
    Target 'ProgressSpinnerKit' in project 'ProgressSpinnerKit'
        ➜ Explicit dependency on target 'SwiftToolsSupport' in project 'swift-tools-support-core'
    Target 'SwiftToolsSupport' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCUtility' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCBasic' in project 'swift-tools-support-core'
    Target 'TSCBasic' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCLibc' in project 'swift-tools-support-core'
        ➜ Explicit dependency on target 'TSCclibc' in project 'swift-tools-support-core'
    Target 'TSCclibc' in project 'swift-tools-support-core' (no dependencies)
    Target 'TSCLibc' in project 'swift-tools-support-core' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 01fc58ba5ac207ccb5911d842b4e058d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/01fc58ba5ac207ccb5911d842b4e058d.xcbuilddata
error: The package product 'SwiftToolsSupport' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ProgressSpinnerKit' from project 'ProgressSpinnerKit')
error: The package product 'SwiftToolsSupport' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'demo' from project 'ProgressSpinnerKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ProgressSpinnerKit-Package
(1 failure)
BUILD FAILURE 6.0 iOS