The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TCAFlow, reference 1.1.2 (8a8c24), with Swift 6.0 for iOS using Xcode 16.2 on 20 Apr 2026 04:34:53 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Roy-wonji/TCAFlow.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Roy-wonji/TCAFlow
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 8a8c249 LogMacro 통합 완료 - #Log를 올바른 LogMacro 매크로로 교체
Cloned https://github.com/Roy-wonji/TCAFlow.git
Revision (git rev-parse @):
8a8c2498b2ff798c534ed8d145ed8e22235d060f
SUCCESS checkout https://github.com/Roy-wonji/TCAFlow.git at 1.1.2
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Roy-wonji/TCAFlow.git
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
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "logmacro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Roy-wonji/LogMacro"
    }
  ],
  "manifest_display_name" : "TCAFlow",
  "name" : "TCAFlow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "TCAFlow",
      "targets" : [
        "TCAFlow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TCAFlowMacros",
      "targets" : [
        "TCAFlowMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TCAFlowTests",
      "module_type" : "SwiftTarget",
      "name" : "TCAFlowTests",
      "path" : "Tests/TCAFlowTests",
      "sources" : [
        "TCAFlowTests.swift"
      ],
      "target_dependencies" : [
        "TCAFlow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TCAFlowMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "TCAFlowMacrosTests",
      "path" : "Tests/TCAFlowMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "FlowCoordinatorMacroTests.swift"
      ],
      "target_dependencies" : [
        "TCAFlowMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TCAFlowMacros",
      "module_type" : "SwiftTarget",
      "name" : "TCAFlowMacros",
      "path" : "Sources/TCAFlowMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TCAFlow",
        "TCAFlowMacros"
      ],
      "sources" : [
        "FlowCoordinatorMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TCAFlow",
      "module_type" : "SwiftTarget",
      "name" : "TCAFlow",
      "path" : "Sources/TCAFlow",
      "product_dependencies" : [
        "ComposableArchitecture",
        "LogMacro"
      ],
      "product_memberships" : [
        "TCAFlow"
      ],
      "sources" : [
        "Animation/RouteAnimation.swift",
        "Core/FlowCoordinatorMacro.swift",
        "Core/ForEachRoute.swift",
        "Core/ProductionSafety.swift",
        "Core/SafeActionDispatch.swift",
        "Core/SafeRouting.swift",
        "Core/TCAFlow.swift",
        "Core/TCARouter.swift",
        "DeepLink/DeepLink.swift",
        "Middleware/RouteGuard.swift",
        "Middleware/RouteLogger.swift",
        "Persistence/RoutePersistence.swift",
        "Tab/TCAFlowTabRouter.swift"
      ],
      "target_dependencies" : [
        "TCAFlowMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "TCAFlow",
    "schemes" : [
      "TCAFlow",
      "TCAFlowMacros"
    ],
    "targets" : [
      "TCAFlow",
      "TCAFlowMacros"
    ]
  }
}
2026-04-19 21:34:49.397 xcodebuild[605:3438] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-19-04_21-34-0049.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-composable-architecture' >= 1.24.0 contains incompatible tools version (6.1.0) and root depends on 'swift-composable-architecture' 1.25.5..<2.0.0.
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
Updating from https://github.com/Roy-wonji/LogMacro
Updating from https://github.com/swiftlang/swift-syntax.git
Updating from https://github.com/pointfreeco/swift-composable-architecture
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-19 21:34:52.415 xcodebuild[702:4068] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-19-04_21-34-0052.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-composable-architecture' >= 1.24.0 contains incompatible tools version (6.1.0) and root depends on 'swift-composable-architecture' 1.25.5..<2.0.0.
BUILD FAILURE 6.0 iOS