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 EEStackLayout, reference 0.1.11 (621889), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 21:09:44 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EEStackLayout -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/efekanegeli/EEStackLayout.git
Reference: 0.1.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/efekanegeli/EEStackLayout
 * tag               0.1.11     -> FETCH_HEAD
HEAD is now at 6218896 Prepare for SPM
Cloned https://github.com/efekanegeli/EEStackLayout.git
Revision (git rev-parse @):
62188962b612406b21aba4f32d6f17ed89d4c0be
SUCCESS checkout https://github.com/efekanegeli/EEStackLayout.git at 0.1.11
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/efekanegeli/EEStackLayout.git
https://github.com/efekanegeli/EEStackLayout.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EEStackLayout",
  "name" : "EEStackLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EEStackLayout",
      "targets" : [
        "EEStackLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EEStackLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayoutTests",
      "path" : "Tests/EEStackLayoutTests",
      "sources" : [
        "EEStackLayoutTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "EEStackLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EEStackLayout",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayout",
      "path" : "Sources/EEStackLayout",
      "product_memberships" : [
        "EEStackLayout"
      ],
      "sources" : [
        "EEStackLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EEStackLayout",
  "name" : "EEStackLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EEStackLayout",
      "targets" : [
        "EEStackLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EEStackLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayoutTests",
      "path" : "Tests/EEStackLayoutTests",
      "sources" : [
        "EEStackLayoutTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "EEStackLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EEStackLayout",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayout",
      "path" : "Sources/EEStackLayout",
      "product_memberships" : [
        "EEStackLayout"
      ],
      "sources" : [
        "EEStackLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "EEStackLayout",
    "schemes" : [
      "EEStackLayout"
    ],
    "targets" : [
      "EEStackLayout",
      "EEStackLayoutTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EEStackLayout -destination platform=macOS,arch=arm64 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 EEStackLayout -destination platform=macOS,arch=arm64 "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'EEStackLayout' in project 'EEStackLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/EEStackLayout/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 755be8a98eeec4978d90d074e89b092f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/755be8a98eeec4978d90d074e89b092f.xcbuilddata
/Users/admin/builder/spi-builder-workspace/EEStackLayout.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.4, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'EEStackLayout' from project 'EEStackLayout')
/Users/admin/builder/spi-builder-workspace/EEStackLayout.xcodeproj: error: No profiles for 'efekanegeli.EEStackLayout' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'efekanegeli.EEStackLayout'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'EEStackLayout' from project 'EEStackLayout')
** BUILD FAILED **
The following build commands failed:
	Building project EEStackLayout with scheme EEStackLayout
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EEStackLayout",
  "name" : "EEStackLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EEStackLayout",
      "targets" : [
        "EEStackLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EEStackLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayoutTests",
      "path" : "Tests/EEStackLayoutTests",
      "sources" : [
        "EEStackLayoutTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "EEStackLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EEStackLayout",
      "module_type" : "SwiftTarget",
      "name" : "EEStackLayout",
      "path" : "Sources/EEStackLayout",
      "product_memberships" : [
        "EEStackLayout"
      ],
      "sources" : [
        "EEStackLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "EEStackLayout",
    "schemes" : [
      "EEStackLayout"
    ],
    "targets" : [
      "EEStackLayout",
      "EEStackLayoutTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EEStackLayout -destination platform=macOS,arch=arm64
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 EEStackLayout -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'EEStackLayout' in project 'EEStackLayout' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/EEStackLayout/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0e824ee7e2daf8c5f1590db6450f7924
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0e824ee7e2daf8c5f1590db6450f7924.xcbuilddata
/Users/admin/builder/spi-builder-workspace/EEStackLayout.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.4, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'EEStackLayout' from project 'EEStackLayout')
/Users/admin/builder/spi-builder-workspace/EEStackLayout.xcodeproj: error: No profiles for 'efekanegeli.EEStackLayout' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'efekanegeli.EEStackLayout'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'EEStackLayout' from project 'EEStackLayout')
** BUILD FAILED **
The following build commands failed:
	Building project EEStackLayout with scheme EEStackLayout
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild