Build Information
Failed to build iban4j²JavApi, reference 4.1.0 (21de2f
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 08:29:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/iban4j2JavApi.git
Reference: 4.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/iban4j2JavApi
* tag 4.1.0 -> FETCH_HEAD
HEAD is now at 21de2fd see https://github.com/arturmkrtchyan/iban4j/releases/tag/3.2.10-RELEASE
Cloned https://github.com/bastie/iban4j2JavApi.git
Revision (git rev-parse @):
21de2fd4354aba904ac3653c05edbe8944e6d9d5
SUCCESS checkout https://github.com/bastie/iban4j2JavApi.git at 4.1.0
Fetching https://github.com/bastie/JavApi4Swift.git
[1/31254] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (2.61s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.25.0 (3.08s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "iban4j2javapi",
"name": "iban4j²JavApi",
"url": "https://github.com/bastie/iban4j2JavApi.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iban4j2JavApi",
"dependencies": [
{
"identity": "javapi4swift",
"name": "JavApi⁴Swift",
"url": "https://github.com/bastie/JavApi4Swift.git",
"version": "0.25.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JavApi4Swift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bastie/iban4j2JavApi.git
[1/2586] Fetching iban4j2javapi
Fetched https://github.com/bastie/iban4j2JavApi.git from cache (0.82s)
Fetching https://github.com/bastie/JavApi4Swift.git from cache
Fetched https://github.com/bastie/JavApi4Swift.git from cache (0.44s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.25.0 (0.49s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.0
Creating working copy for https://github.com/bastie/iban4j2JavApi.git
Working copy of https://github.com/bastie/iban4j2JavApi.git resolved at 4.1.0 (21de2fd)
warning: '.resolve-product-dependencies': dependency 'iban4j2javapi' is not used by any target
Found 1 product dependencies
- JavApi⁴Swift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bastie/iban4j2JavApi.git
https://github.com/bastie/iban4j2JavApi.git
{
"dependencies" : [
{
"identity" : "javapi4swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bastie/JavApi4Swift.git"
}
],
"manifest_display_name" : "iban4j²JavApi",
"name" : "iban4j²JavApi",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "iban4j2JavApi",
"targets" : [
"iban4j2JavApi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iban4j2JavApiTests",
"module_type" : "SwiftTarget",
"name" : "iban4j2JavApiTests",
"path" : "Tests/iban4j2JavApiTests",
"product_dependencies" : [
"JavApi"
],
"sources" : [
"BicCreationTest.swift",
"BicTest.swift",
"BicUtilTest.swift",
"CountryCodeTest.swift",
"ExceptionMessageTest.swift",
"IbanGenerationExceptionTest.swift",
"IbanGenerationTest.swift",
"IbanLengthTest.swift",
"IbanTest.swift",
"IbanUtilTest.swift",
"InvalidCheckDigitCalculationTest.swift",
"InvalidIbanIsValidTest.swift",
"InvalidIbanValidationTest.swift",
"TestDataHelper.swift",
"ValidCheckDigitCalculationTest.swift",
"ValidIbanValidationTest.swift",
"bban/BbanStructureEntryTest.swift",
"benchmark/IbanBenchmarkTest.swift"
],
"target_dependencies" : [
"iban4j2JavApi"
],
"type" : "test"
},
{
"c99name" : "iban4j2JavApi",
"module_type" : "SwiftTarget",
"name" : "iban4j2JavApi",
"path" : "Sources/iban4j2JavApi",
"product_dependencies" : [
"JavApi"
],
"product_memberships" : [
"iban4j2JavApi"
],
"sources" : [
"IBAN+Swiftify.swift",
"org/iban4j/Bic.swift",
"org/iban4j/BicFormatException.swift",
"org/iban4j/BicUtil.swift",
"org/iban4j/Builder.swift",
"org/iban4j/CountryCode+CaseIterable.swift",
"org/iban4j/CountryCode.swift",
"org/iban4j/Iban.swift",
"org/iban4j/Iban4jException.swift",
"org/iban4j/IbanFormat.swift",
"org/iban4j/IbanFormatException.swift",
"org/iban4j/IbanUtil.swift",
"org/iban4j/InvalidCheckDigitException.swift",
"org/iban4j/UnsupportedCountryException.swift",
"org/iban4j/bban/BbanEntryType.swift",
"org/iban4j/bban/BbanStructure.swift",
"org/iban4j/bban/BbanStructureEntry.swift",
"org/iban4j/bban/org.iban4j.bban.swift",
"org/iban4j/org.iban4j.swift",
"org/org.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
error: the library 'iban4j2JavApi' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the library 'iban4j2JavApi' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
error: the test 'iban4j2JavApiTests' requires macos 14.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the test 'iban4j2JavApiTests' to require macos 15.0 or later, or the product 'JavApi' to require macos 14.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'iban4j2JavApi' requires macos 13.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the library 'iban4j2JavApi' to require macos 15.0 or later, or the product 'JavApi' to require macos 13.0 or earlier.
error: the test 'iban4j2JavApiTests' requires macos 14.0, but depends on the product 'JavApi' which requires macos 15.0; consider changing the test 'iban4j2JavApiTests' to require macos 15.0 or later, or the product 'JavApi' to require macos 14.0 or earlier.
BUILD FAILURE 6.1 macosSpm