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 CurrencyText, reference 3.0.1 (03d08a), with Swift 5.9 for iOS using Xcode 15.2 on 1 Jan 2025 22:28:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/CurrencyText.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/CurrencyText
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 03d08a0 Merge pull request #92 from Andrewangeta/swiftui-fix
Cloned https://github.com/marinofelipe/CurrencyText.git
Revision (git rev-parse @):
03d08a028a32547e26f50751660c7c0b3cfa3279
SUCCESS checkout https://github.com/marinofelipe/CurrencyText.git at 3.0.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             5.9
Building package at path:  $PWD
https://github.com/marinofelipe/CurrencyText.git
Command line invocation:
    /Applications/Xcode-15.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/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/pointfreeco/swift-concurrency-extras
Creating working copy of package ‘swift-concurrency-extras’
Checking out 1.3.1 of package ‘swift-concurrency-extras’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.9.0 of package ‘swift-snapshot-testing’
Resolve Package Graph
Resolved source packages:
  SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing @ 1.9.0
  CurrencyText: /Users/admin/builder/spi-builder-workspace
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
resolved source packages: SnapshotTesting, CurrencyText, swift-concurrency-extras
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "1.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "CurrencyText",
  "name" : "CurrencyText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CurrencyTextSwiftUI",
      "targets" : [
        "CurrencyFormatter",
        "CurrencyTextField"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CurrencyText",
      "targets" : [
        "CurrencyFormatter",
        "CurrencyUITextFieldDelegate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CurrencyFormatter",
      "targets" : [
        "CurrencyFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CurrencyUITextFieldDelegateTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyUITextFieldDelegateTests",
      "path" : "Tests/UITextFieldDelegate",
      "sources" : [
        "CurrencyTextFieldDelegateTests.swift",
        "Mocks/PassthroughDelegateMock.swift",
        "UITextField.swift",
        "UITextFieldTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyUITextFieldDelegate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyUITextFieldDelegate",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyUITextFieldDelegate",
      "path" : "Sources/UITextFieldDelegate",
      "product_memberships" : [
        "CurrencyTextSwiftUI",
        "CurrencyText"
      ],
      "sources" : [
        "CurrencyUITextFieldDelegate.swift",
        "UITextField.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyTextFieldTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldTests",
      "path" : "Tests/SwiftUI",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "sources" : [
        "CurrencyTextFieldConfigurationTests.swift",
        "WrappedTextFieldTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyTextFieldTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyTextFieldTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldTestSupport",
      "path" : "Sources/CurrencyTextFieldTestSupport",
      "sources" : [
        "Fixtures/Fixtures+CurrencyFormatter.swift",
        "Fixtures/Fixtures+CurrencyTextFieldConfiguration.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyFormatter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyTextFieldSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldSnapshotTests",
      "path" : "Tests/SwiftUISnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftUISnapshotTests/__Snapshots__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CurrencyTextFieldSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyTextFieldTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyTextField",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextField",
      "path" : "Sources/SwiftUI",
      "product_memberships" : [
        "CurrencyTextSwiftUI"
      ],
      "sources" : [
        "CurrencyTextField.swift",
        "CurrencyTextFieldConfiguration.swift",
        "OptionalBinding.swift",
        "WrappedTextField.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter",
        "CurrencyUITextFieldDelegate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyFormatterTests",
      "path" : "Tests/Formatter",
      "sources" : [
        "CurrencyFormatterTests.swift",
        "NumberFormatterTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyFormatter",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyFormatter",
      "path" : "Sources/Formatter",
      "product_memberships" : [
        "CurrencyTextSwiftUI",
        "CurrencyText",
        "CurrencyFormatter"
      ],
      "sources" : [
        "Currency.swift",
        "CurrencyFormatter.swift",
        "CurrencyLocale.swift",
        "NumberFormatter.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "CurrencyText",
    "schemes" : [
      "CurrencyFormatter",
      "CurrencyText",
      "CurrencyText-Package",
      "CurrencyTextSwiftUI",
      "Example"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CurrencyText-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-15.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 CurrencyText-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
Resolve Package Graph
Resolved source packages:
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
  CurrencyText: /Users/admin/builder/spi-builder-workspace
  SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing @ 1.9.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'CurrencyUITextFieldDelegateTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyTextFieldTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
    Target 'CurrencyTextFieldSnapshotTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyText_CurrencyTextFieldSnapshotTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'SnapshotTesting'
    Target 'SnapshotTesting' in project 'SnapshotTesting'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'SnapshotTesting'
    Target 'SnapshotTesting' in project 'SnapshotTesting' (no dependencies)
    Target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
    Target 'CurrencyText_CurrencyTextFieldSnapshotTests' in project 'CurrencyText' (no dependencies)
    Target 'CurrencyFormatterTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyTextSwiftUI' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyText' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyFormatter' in project 'CurrencyText' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: c5b5c0100fb1c080b02fbe8322592d43
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5b5c0100fb1c080b02fbe8322592d43.xcbuilddata
error: The package product 'ConcurrencyExtras' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CurrencyTextFieldTests' from project 'CurrencyText')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.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:
  SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing @ 1.9.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
  CurrencyText: /Users/admin/builder/spi-builder-workspace
resolved source packages: SnapshotTesting, swift-concurrency-extras, CurrencyText
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "1.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "CurrencyText",
  "name" : "CurrencyText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CurrencyTextSwiftUI",
      "targets" : [
        "CurrencyFormatter",
        "CurrencyTextField"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CurrencyText",
      "targets" : [
        "CurrencyFormatter",
        "CurrencyUITextFieldDelegate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CurrencyFormatter",
      "targets" : [
        "CurrencyFormatter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CurrencyUITextFieldDelegateTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyUITextFieldDelegateTests",
      "path" : "Tests/UITextFieldDelegate",
      "sources" : [
        "CurrencyTextFieldDelegateTests.swift",
        "Mocks/PassthroughDelegateMock.swift",
        "UITextField.swift",
        "UITextFieldTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyUITextFieldDelegate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyUITextFieldDelegate",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyUITextFieldDelegate",
      "path" : "Sources/UITextFieldDelegate",
      "product_memberships" : [
        "CurrencyTextSwiftUI",
        "CurrencyText"
      ],
      "sources" : [
        "CurrencyUITextFieldDelegate.swift",
        "UITextField.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyTextFieldTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldTests",
      "path" : "Tests/SwiftUI",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "sources" : [
        "CurrencyTextFieldConfigurationTests.swift",
        "WrappedTextFieldTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyTextFieldTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyTextFieldTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldTestSupport",
      "path" : "Sources/CurrencyTextFieldTestSupport",
      "sources" : [
        "Fixtures/Fixtures+CurrencyFormatter.swift",
        "Fixtures/Fixtures+CurrencyTextFieldConfiguration.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyFormatter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyTextFieldSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextFieldSnapshotTests",
      "path" : "Tests/SwiftUISnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftUISnapshotTests/__Snapshots__",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CurrencyTextFieldSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyTextField",
        "CurrencyTextFieldTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyTextField",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyTextField",
      "path" : "Sources/SwiftUI",
      "product_memberships" : [
        "CurrencyTextSwiftUI"
      ],
      "sources" : [
        "CurrencyTextField.swift",
        "CurrencyTextFieldConfiguration.swift",
        "OptionalBinding.swift",
        "WrappedTextField.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter",
        "CurrencyUITextFieldDelegate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CurrencyFormatterTests",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyFormatterTests",
      "path" : "Tests/Formatter",
      "sources" : [
        "CurrencyFormatterTests.swift",
        "NumberFormatterTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "CurrencyFormatter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CurrencyFormatter",
      "module_type" : "SwiftTarget",
      "name" : "CurrencyFormatter",
      "path" : "Sources/Formatter",
      "product_memberships" : [
        "CurrencyTextSwiftUI",
        "CurrencyText",
        "CurrencyFormatter"
      ],
      "sources" : [
        "Currency.swift",
        "CurrencyFormatter.swift",
        "CurrencyLocale.swift",
        "NumberFormatter.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "CurrencyText",
    "schemes" : [
      "CurrencyFormatter",
      "CurrencyText",
      "CurrencyText-Package",
      "CurrencyTextSwiftUI",
      "Example"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CurrencyText-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-15.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 CurrencyText-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:
  SnapshotTesting: https://github.com/pointfreeco/swift-snapshot-testing @ 1.9.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 1.3.1
  CurrencyText: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'CurrencyUITextFieldDelegateTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyTextFieldTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
    Target 'CurrencyTextFieldSnapshotTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyText_CurrencyTextFieldSnapshotTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'SnapshotTesting'
    Target 'SnapshotTesting' in project 'SnapshotTesting'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'SnapshotTesting'
    Target 'SnapshotTesting' in project 'SnapshotTesting' (no dependencies)
    Target 'CurrencyTextFieldTestSupport' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
    Target 'CurrencyText_CurrencyTextFieldSnapshotTests' in project 'CurrencyText' (no dependencies)
    Target 'CurrencyFormatterTests' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyTextSwiftUI' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyTextField' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyText' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
    Target 'CurrencyUITextFieldDelegate' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyFormatter' in project 'CurrencyText'
        ➜ Explicit dependency on target 'CurrencyFormatter' in project 'CurrencyText'
    Target 'CurrencyFormatter' in project 'CurrencyText' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: c5b5c0100fb1c080b02fbe8322592d43
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5b5c0100fb1c080b02fbe8322592d43.xcbuilddata
error: The package product 'ConcurrencyExtras' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CurrencyTextFieldTests' from project 'CurrencyText')
** BUILD FAILED **
BUILD FAILURE 5.9 iOS