The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ASCII-Data²JavApi, reference 1.4.0 (c8e9fd), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 00:21:42 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASCII-Data²JavApi -destination generic/platform=tvOS

Build Log

    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomReflectable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomStringConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:10:22: error: conformance of 'UInt128' to 'Equatable' is only available in tvOS 18.0 or newer
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:10:22: note: add 'if #available' version check
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:9:22: note: add @available attribute to enclosing operator function
  public static func == (lhs: PIC9, rhs: PIC9) -> Bool {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : Equatable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:15:22: error: conformance of 'UInt128' to 'Equatable' is only available in tvOS 18.0 or newer
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:15:22: note: add 'if #available' version check
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:13:22: note: add @available attribute to enclosing operator function
  static public func == (lhs: PIC9, rhs: any UnsignedInteger) -> Bool {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : Equatable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:19:22: error: conformance of 'UInt128' to 'Equatable' is only available in tvOS 18.0 or newer
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:19:22: note: add 'if #available' version check
    return lhs.value == rhs.value
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:17:22: note: add @available attribute to enclosing operator function
  static public func == (lhs: any UnsignedInteger, rhs: PIC9) -> Bool {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : Equatable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:8:42: error: 'UInt128' is only available in tvOS 18.0 or newer
  public typealias UIntegerLiteralType = UInt128
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:8:20: note: add @available attribute to enclosing type alias
  public typealias UIntegerLiteralType = UInt128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: error: conformance of 'UInt128' to '_ExpressibleByBuiltinIntegerLiteral' is only available in tvOS 18.0 or newer
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: in associated type 'Self.IntegerLiteralType' (inferred as 'UInt128')
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:12:36: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: value)
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:12:36: note: add 'if #available' version check
    self.init(count: count, value: value)
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:10:10: note: add @available attribute to enclosing initializer
  public init (integerLiteral value: UIntegerLiteralType) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByIntegerLiteral {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:58: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.init(count: string.count, value: UInt128(string)!)
                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:58: note: add 'if #available' version check
    self.init(count: string.count, value: UInt128(string)!)
                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:9:10: note: add @available attribute to enclosing initializer
  public init(stringLiteral value: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:43: error: 'UInt128' is only available in tvOS 18.0 or newer
    self.init(count: string.count, value: UInt128(string)!)
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:43: note: add 'if #available' version check
    self.init(count: string.count, value: UInt128(string)!)
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:9:10: note: add @available attribute to enclosing initializer
  public init(stringLiteral value: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:43: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    self.init(count: string.count, value: UInt128(string)!)
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:11:43: note: add 'if #available' version check
    self.init(count: string.count, value: UInt128(string)!)
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:9:10: note: add @available attribute to enclosing initializer
  public init(stringLiteral value: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByStringLiteral {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift:8:12: error: conformance of 'UInt128' to 'Hashable' is only available in tvOS 18.0 or newer
    hasher.combine(value)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift:8:12: note: add 'if #available' version check
    hasher.combine(value)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift:6:15: note: add @available attribute to enclosing instance method
  public func hash(into hasher: inout Hasher) {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift:5:1: note: add @available attribute to enclosing extension
extension PIC9 : Hashable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:26: error: 'UInt128' is only available in tvOS 18.0 or newer
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:26: note: add 'if #available' version check
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:7:10: note: add @available attribute to enclosing initializer
  public init?(_ description: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : LosslessStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:26: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:26: note: add 'if #available' version check
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:7:10: note: add @available attribute to enclosing initializer
  public init?(_ description: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : LosslessStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:57: error: conformance of 'UInt128' to 'Comparable' is only available in tvOS 18.0 or newer
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:8:57: note: add 'if #available' version check
    guard let intValue = UInt128(description), intValue <= PIC9.max else {
                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:7:10: note: add @available attribute to enclosing initializer
  public init?(_ description: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : LosslessStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:11:10: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    self.init(intValue)
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:11:10: note: add 'if #available' version check
    self.init(intValue)
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:7:10: note: add @available attribute to enclosing initializer
  public init?(_ description: String) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : LosslessStringConvertible {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:7:32: error: 'UInt128' is only available in tvOS 18.0 or newer
  public typealias Magnitude = UInt128
                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:7:20: note: add @available attribute to enclosing type alias
  public typealias Magnitude = UInt128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: error: conformance of 'UInt128' to 'Comparable' is only available in tvOS 18.0 or newer
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: in associated type 'Self.Magnitude' (inferred as 'UInt128')
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: error: conformance of 'UInt128' to 'Numeric' is only available in tvOS 18.0 or newer
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: in associated type 'Self.Magnitude' (inferred as 'UInt128')
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:14:27: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    let value = lhs.value + rhs.value
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:14:27: note: add 'if #available' version check
    let value = lhs.value + rhs.value
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: error: 'UInt128' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:15:43: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: UInt128(value))
                                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:13:22: note: add @available attribute to enclosing operator function
  public static func + (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:19:53: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: lhs.value - rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:19:53: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: lhs.value - rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:18:22: note: add @available attribute to enclosing operator function
  public static func - (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:19:53: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: lhs.value - rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:19:53: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: lhs.value - rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:18:22: note: add @available attribute to enclosing operator function
  public static func - (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:23:53: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: lhs.value * rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:23:53: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: lhs.value * rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:22:22: note: add @available attribute to enclosing operator function
  public static func * (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:23:53: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return PIC9 (count: lhs.count, value: lhs.value * rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:23:53: note: add 'if #available' version check
    return PIC9 (count: lhs.count, value: lhs.value * rhs.value)
                                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:22:22: note: add @available attribute to enclosing operator function
  public static func * (lhs: PIC9, rhs: PIC9) -> PIC9 {
                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:27: error: 'UInt128' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:27: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:27: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:27: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:63: error: conformance of 'UInt128' to 'Comparable' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:63: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:66: error: 'UInt128' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:66: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:74: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:74: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:74: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:31:74: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:34:20: error: 'UInt128' is only available in tvOS 18.0 or newer
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:34:20: note: add 'if #available' version check
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:34:20: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:34:20: note: add 'if #available' version check
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: error: 'UInt128' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:35:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:30:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T: BinaryFloatingPoint {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: error: 'UInt128' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:27: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:63: error: conformance of 'UInt128' to 'Comparable' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:63: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:66: error: 'UInt128' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:66: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:74: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:74: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:74: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:39:74: note: add 'if #available' version check
    guard let UIntValue = UInt128(exactly: source), UIntValue <= UInt128.max else {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: error: 'UInt128' is only available in tvOS 18.0 or newer
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: note: add 'if #available' version check
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: note: add 'if #available' version check
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:42:20: note: add 'if #available' version check
    let count = "\(UInt128 (source))".count
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: error: 'UInt128' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:43:36: note: add 'if #available' version check
    self.init(count: count, value: UInt128(source))
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:38:10: note: add @available attribute to enclosing initializer
  public init?<T>(exactly source: T) where T : BinaryInteger {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:35:29: error: 'Int128' is only available in tvOS 18.0 or newer
  public typealias Stride = Int128
                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:35:20: note: add @available attribute to enclosing type alias
  public typealias Stride = Int128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: error: conformance of 'Int128' to 'Comparable' is only available in tvOS 18.0 or newer
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: in associated type 'Self.Stride' (inferred as 'Int128')
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: error: conformance of 'Int128' to 'SignedNumeric' is only available in tvOS 18.0 or newer
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: in associated type 'Self.Stride' (inferred as 'Int128')
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: error: 'Int128' is only available in tvOS 18.0 or newer
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: note: add 'if #available' version check
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:37:15: note: add @available attribute to enclosing instance method
  public func distance(to other: PIC9) -> Stride {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: error: conformance of 'Int128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: note: add 'if #available' version check
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:37:15: note: add @available attribute to enclosing instance method
  public func distance(to other: PIC9) -> Stride {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: error: conformance of 'Int128' to 'SignedInteger' is only available in tvOS 18.0 or newer
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: note: add 'if #available' version check
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:37:15: note: add @available attribute to enclosing instance method
  public func distance(to other: PIC9) -> Stride {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:12: note: add 'if #available' version check
    return Int128(otherValue - selfValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:37:15: note: add @available attribute to enclosing instance method
  public func distance(to other: PIC9) -> Stride {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:30: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return Int128(otherValue - selfValue)
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:40:30: note: add 'if #available' version check
    return Int128(otherValue - selfValue)
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:37:15: note: add @available attribute to enclosing instance method
  public func distance(to other: PIC9) -> Stride {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:39: error: conformance of 'Int128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    let newValue = Int128(self.value) + n
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:39: note: add 'if #available' version check
    let newValue = Int128(self.value) + n
                                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: error: 'Int128' is only available in tvOS 18.0 or newer
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: note: add 'if #available' version check
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: error: conformance of 'Int128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: note: add 'if #available' version check
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: error: conformance of 'Int128' to 'SignedInteger' is only available in tvOS 18.0 or newer
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: note: add 'if #available' version check
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:44:20: note: add 'if #available' version check
    let newValue = Int128(self.value) + n
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:30: error: conformance of 'Int128' to 'Comparable' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:30: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:40: error: conformance of 'Int128' to 'Comparable' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:40: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: error: 'Int128' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: error: conformance of 'Int128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: error: conformance of 'Int128' to 'SignedInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:54: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: error: 'Int128' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: error: conformance of 'Int128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: error: conformance of 'Int128' to 'SignedInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:45:73: note: add 'if #available' version check
    let clampedValue = Swift.max(Swift.min(newValue, Int128(PIC9.max)), Int128(PIC9.min))
                                                                        ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:46:12: error: conformance of 'Int128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
    return PIC9(clamping: clampedValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:46:12: note: add 'if #available' version check
    return PIC9(clamping: clampedValue)
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:43:15: note: add @available attribute to enclosing instance method
  public func advanced(by n: Stride) -> PIC9 {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+UnsignedInteger.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:9:35: error: 'UInt128' is only available in tvOS 18.0 or newer
  public internal(set) var value: UInt128 = 0
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:9:45: error: 'UInt128' is only available in tvOS 18.0 or newer
  public internal(set) var value: UInt128 = 0
                                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:27: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:21: note: add @available attribute to enclosing static property
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:37: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:21: note: add @available attribute to enclosing static property
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:27: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let min : UInt128 = 0
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:21: note: add @available attribute to enclosing static property
  public static let min : UInt128 = 0
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:37: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let min : UInt128 = 0
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:21: note: add @available attribute to enclosing static property
  public static let min : UInt128 = 0
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: error: 'UInt128' is only available in tvOS 18.0 or newer
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: note: add 'if #available' version check
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:23:24: note: add @available attribute to enclosing instance method
  public mutating func setValue(_ newValue: any UnsignedInteger) {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: note: add 'if #available' version check
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:23:24: note: add @available attribute to enclosing instance method
  public mutating func setValue(_ newValue: any UnsignedInteger) {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:24:18: note: add 'if #available' version check
    self.value = UInt128(trim(value: newValue, toCount: self.count))
                 ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:23:24: note: add @available attribute to enclosing instance method
  public mutating func setValue(_ newValue: any UnsignedInteger) {
                       ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:42:12: error: 'UInt128' is only available in tvOS 18.0 or newer
      case UInt128.bitWidth:
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:42:12: note: add 'if #available' version check
      case UInt128.bitWidth:
           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:27:17: note: add @available attribute to enclosing instance method
  internal func trim(value : any UnsignedInteger, toCount : Int?) -> any UnsignedInteger {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:42:20: error: 'bitWidth' is only available in tvOS 18.0 or newer
      case UInt128.bitWidth:
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:42:20: note: add 'if #available' version check
      case UInt128.bitWidth:
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:27:17: note: add @available attribute to enclosing instance method
  internal func trim(value : any UnsignedInteger, toCount : Int?) -> any UnsignedInteger {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:46: error: conformance of 'UInt128' to 'UnsignedInteger' is only available in tvOS 18.0 or newer
        return UInt128(asString[..<endIndex])!
                                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:46: note: add 'if #available' version check
        return UInt128(asString[..<endIndex])!
                                             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:27:17: note: add @available attribute to enclosing instance method
  internal func trim(value : any UnsignedInteger, toCount : Int?) -> any UnsignedInteger {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:16: error: 'UInt128' is only available in tvOS 18.0 or newer
        return UInt128(asString[..<endIndex])!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:16: note: add 'if #available' version check
        return UInt128(asString[..<endIndex])!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:27:17: note: add @available attribute to enclosing instance method
  internal func trim(value : any UnsignedInteger, toCount : Int?) -> any UnsignedInteger {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:16: error: conformance of 'UInt128' to 'FixedWidthInteger' is only available in tvOS 18.0 or newer
        return UInt128(asString[..<endIndex])!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:45:16: note: add 'if #available' version check
        return UInt128(asString[..<endIndex])!
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:27:17: note: add @available attribute to enclosing instance method
  internal func trim(value : any UnsignedInteger, toCount : Int?) -> any UnsignedInteger {
                ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+Extension.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt4.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt8.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+BinaryInteger.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Codable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Comparable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Instant+Codable.swift,\ Instant+Comparable.swift,\ Instant+CustomDebugStringConvertible.swift,\ Instant+CustomPlaygroundDisplayConvertible.swift,\ Instant+CustomReflectable.swift,\ Instant+CustomStringConvertible.swift,\ Instant+Equatable.swift,\ Instant+Hashable.swift,\ Instant.swift,\ IntegerExtension.swift,\ LocalDate.swift,\ LocalDateTime.swift,\ LocalTime.swift,\ Period.swift,\ ZonedDateTime.swift,\ java.time.swift,\ ArrayList.swift,\ Arrays.swift,\ Base64+Alphabets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomPlaygroundDisplayConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/IntegerExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Period.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ZonedDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/java.time.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/ArrayList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Arrays.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64+Alphabets.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Codable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Comparable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomDebugStringConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomPlaygroundDisplayConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomReflectable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomStringConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Equatable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Hashable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/IntegerExtension.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDate.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDateTime.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalTime.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Period.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ZonedDateTime.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/java.time.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/ArrayList.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Arrays.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64+Alphabets.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String+Java.swift,\ String+Swiftify.swift,\ StringBuilder+Equalable.swift,\ StringBuilder+Hashable.swift,\ StringBuilder+Swiftify.swift,\ StringBuilder.swift,\ StringProtocol+Java.swift,\ SubString+CharSequence.swift,\ System+Properties.swift,\ System+Swiftify.swift,\ System+SystemErr.swift,\ System+SystemOut.swift,\ System.swift,\ Thread+Swiftify.swift,\ Thread.swift,\ Throwable.swift,\ java.lang.swift,\ BigDecimal+Java.swift,\ BigDecimal+Swiftify.swift,\ BigDecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Equalable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringProtocol+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/SubString+CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Properties.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemErr.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemOut.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Throwable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/java.lang.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Equalable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Hashable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringProtocol+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/SubString+CharSequence.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Properties.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemErr.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemOut.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Throwable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/java.lang.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Flushable.swift,\ InputStream+Swiftify.swift,\ InputStream.swift,\ OutputStream+Swiftify.swift,\ OutputStream.swift,\ PrintStream.swift,\ RandomAccessFile.swift,\ Reader.swift,\ Writer+Swiftify.swift,\ Writer.swift,\ java.io.swift,\ java.swift,\ Appendable.swift,\ Array+Java.swift,\ Boolean.swift,\ CharSequence+StringProtocol.swift,\ CharSequence.swift,\ Character+Java.swift,\ Character+Operator.swift,\ Character+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Flushable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/PrintStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/RandomAccessFile.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Reader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/java.io.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Appendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Array+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Boolean.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence+StringProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Operator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Strideable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Flushable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/PrintStream.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/RandomAccessFile.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Reader.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/java.io.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Appendable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Array+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Boolean.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence+StringProtocol.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Operator.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Strideable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Character+Swiftify.swift,\ Class+Swiftify.swift,\ Class.swift,\ Cloneable+Swiftify.swift,\ Cloneable.swift,\ Comparable+Swiftify.swift,\ Comparable.swift,\ Double+Java.swift,\ Double+Swiftify.swift,\ FileHandle+TextOutputStream.swift,\ Int+Java.swift,\ Int16+Java.swift,\ Int32+Java.swift,\ Int64+Java.swift,\ Integer.swift,\ Long.swift,\ Math.swift,\ Operator+Java.swift,\ Runnable.swift,\ String+CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/FileHandle+TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int16+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int32+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int64+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Long.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Math.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Operator+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Runnable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+CharSequence.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/FileHandle+TextOutputStream.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int16+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int32+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int64+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Integer.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Long.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Math.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Operator+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Runnable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+CharSequence.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ JavApi (in target 'JavApi' from project 'JavApi⁴Swift')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/awt/Point.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/awt/geom/Point2D+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/awt/geom/Point2D.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/awt/geom/java.awt.geom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/awt/java.awt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/BufferedOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/ByteArrayInputStream+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/ByteArrayInputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/CharArrayWriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Closeable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/DataInput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/DataOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/File+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/File.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FileFilter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FileInputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FileOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FilterInputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/FilterOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Flushable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/InputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/OutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/PrintStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/RandomAccessFile.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Reader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Writer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/java.io.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Appendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Array+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Boolean.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence+StringProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Operator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Character+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Class.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Cloneable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Double+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/FileHandle+TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int16+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int32+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Int64+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Long.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Math.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Operator+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Runnable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/String+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Equalable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/StringProtocol+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/SubString+CharSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Properties.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemErr.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System+SystemOut.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/System.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Thread.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/Throwable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/lang/java.lang.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/BigDecimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/Decimal+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/math/java.math.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/net/java.net.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/ByteBuffer+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/ByteBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/ByteOrder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/CharBuffer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/charset/Charset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/charset/StandardCharsets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/charset/java.nio.charset.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/Files+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/Files.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/OpenOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/Path.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/Paths.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/StandardOpenOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/attribute/FileAttribute.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/attribute/java.nio.file.attribute.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/file/java.nio.file.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/nio/java.nio.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Codeable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt8.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomPlaygroundDisplayConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Numeric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/no.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/SecureRandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/java.security.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Clock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ClockIdentifierName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+AnyDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomPlaygroundDisplayConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/IntegerExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/LocalTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Period.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ZonedDateTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/java.time.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/ArrayList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Arrays.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64+Alphabets.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Comparator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Cloneable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Equalable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Operator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Queue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/RandomAccessCollection+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Set+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/TimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/UUID+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/java.util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/java.util.zip.swift -target arm64-apple-tvos16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -user-module-version 0.25.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name JavApi -package-name javapi4swift -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JavApi⁴Swift.build/Debug-appletvos/JavApi.build/Objects-normal/arm64/JavApi.abi.json
EmitSwiftModule normal arm64 (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Reader.swift:46:23: error: 'Mutex' is only available in tvOS 18.0 or newer
    public let lock : Mutex<Sendable>
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/io/Reader.swift:39:14: note: add @available attribute to enclosing class
  open class Reader : @unchecked Sendable /*: Readable*/ ,Closeable {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:20:21: error: 'UInt128' is only available in tvOS 18.0 or newer
  public var words: UInt128.Words {
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:20:14: note: add @available attribute to enclosing property
  public var words: UInt128.Words {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:24:28: error: 'UInt128' is only available in tvOS 18.0 or newer
  public typealias Words = UInt128.Words
                           ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:24:20: note: add @available attribute to enclosing type alias
  public typealias Words = UInt128.Words
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:42:35: error: 'UInt128' is only available in tvOS 18.0 or newer
  public func wordsFullWidth() -> UInt128.Words {
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:42:15: note: add @available attribute to enclosing instance method
  public func wordsFullWidth() -> UInt128.Words {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: error: conformance of 'UInt128' to 'BinaryInteger' is only available in tvOS 18.0 or newer
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: in associated type 'Self.Magnitude' (inferred as 'UInt128')
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: error: conformance of 'UInt128.Words' to 'RandomAccessCollection' is only available in tvOS 18.0 or newer
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift:6:1: note: in associated type 'Self.Words' (inferred as 'UInt128.Words')
extension PIC9 : BinaryInteger, Comparable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:8:42: error: 'UInt128' is only available in tvOS 18.0 or newer
  public typealias UIntegerLiteralType = UInt128
                                         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:8:20: note: add @available attribute to enclosing type alias
  public typealias UIntegerLiteralType = UInt128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: error: conformance of 'UInt128' to '_ExpressibleByBuiltinIntegerLiteral' is only available in tvOS 18.0 or newer
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: add @available attribute to enclosing extension
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift:7:1: note: in associated type 'Self.IntegerLiteralType' (inferred as 'UInt128')
extension PIC9 : ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:7:32: error: 'UInt128' is only available in tvOS 18.0 or newer
  public typealias Magnitude = UInt128
                               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:7:20: note: add @available attribute to enclosing type alias
  public typealias Magnitude = UInt128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: error: conformance of 'UInt128' to 'Comparable' is only available in tvOS 18.0 or newer
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: in associated type 'Self.Magnitude' (inferred as 'UInt128')
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: error: conformance of 'UInt128' to 'Numeric' is only available in tvOS 18.0 or newer
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: add @available attribute to enclosing extension
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift:6:1: note: in associated type 'Self.Magnitude' (inferred as 'UInt128')
extension PIC9 : Numeric {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:35:29: error: 'Int128' is only available in tvOS 18.0 or newer
  public typealias Stride = Int128
                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:35:20: note: add @available attribute to enclosing type alias
  public typealias Stride = Int128
                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: error: conformance of 'Int128' to 'Comparable' is only available in tvOS 18.0 or newer
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: in associated type 'Self.Stride' (inferred as 'Int128')
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: error: conformance of 'Int128' to 'SignedNumeric' is only available in tvOS 18.0 or newer
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: add @available attribute to enclosing extension
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift:34:1: note: in associated type 'Self.Stride' (inferred as 'Int128')
extension PIC9: Strideable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:9:35: error: 'UInt128' is only available in tvOS 18.0 or newer
  public internal(set) var value: UInt128 = 0
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:9:45: error: 'UInt128' is only available in tvOS 18.0 or newer
  public internal(set) var value: UInt128 = 0
                                            ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:27: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:21: note: add @available attribute to enclosing static property
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:37: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:12:21: note: add @available attribute to enclosing static property
  public static let max : UInt128 = 9_999_999_999_999_999_999_999_999_999_999
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:27: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let min : UInt128 = 0
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:21: note: add @available attribute to enclosing static property
  public static let min : UInt128 = 0
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:37: error: 'UInt128' is only available in tvOS 18.0 or newer
  public static let min : UInt128 = 0
                                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:13:21: note: add @available attribute to enclosing static property
  public static let min : UInt128 = 0
                    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift:8:15: note: add @available attribute to enclosing struct
public struct PIC9 : Sendable {
              ^
SwiftCompile normal arm64 Compiling\ Map.swift,\ Queue.swift,\ Random.swift,\ RandomAccessCollection+Java.swift,\ Set+Java.swift,\ Stack+Swiftify.swift,\ Stack.swift,\ TimeZone.swift,\ UUID+Java.swift,\ java.util.swift,\ Adler32+Swiftify.swift,\ Adler32.swift,\ CRC32+Swiftify.swift,\ CRC32.swift,\ CRC32C+Swiftify.swift,\ CRC32C.swift,\ Checksum+Swiftify.swift,\ Checksum.swift,\ java.util.zip.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Queue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/RandomAccessCollection+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Set+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/TimeZone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/UUID+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/java.util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/java.util.zip.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Map.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Queue.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Random.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/RandomAccessCollection+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Set+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Stack.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/TimeZone.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/UUID+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/java.util.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Adler32.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/CRC32C.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/Checksum.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/zip/java.util.zip.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Base64.Decoder.swift,\ Base64.Encoder.swift,\ Base64.swift,\ Calendar+Swiftify.swift,\ Calendar.swift,\ Collection.swift,\ Collections.swift,\ Comparator.swift,\ Date+Cloneable.swift,\ Date+Comparable.swift,\ Date+Equalable.swift,\ Date.swift,\ Dictionary+Java.swift,\ Dictionary+Swiftify.swift,\ GregorianCalendar+Swiftify.swift,\ GregorianCalendar.swift,\ LinkedHashMap+Operator.swift,\ LinkedHashMap+Swiftify.swift,\ LinkedHashMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Decoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Encoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Comparator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Cloneable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Equalable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Java.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Operator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Swiftify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap.swift (in target 'JavApi' from project 'JavApi⁴Swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Decoder.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.Encoder.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Base64.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Calendar.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collection.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Collections.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Comparator.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Cloneable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Comparable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date+Equalable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Date.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Java.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/Dictionary+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/GregorianCalendar.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Operator.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap+Swiftify.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/util/LinkedHashMap.swift (in target 'JavApi' from project 'JavApi⁴Swift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UInt4+CustomDebugStringConvertible.swift,\ UInt4+CustomPlaygroundDisplayConvertible.swift,\ UInt4+CustomReflectable.swift,\ UInt4+CustomStringConvertible.swift,\ UInt4+Equatable.swift,\ UInt4+ExpressibleByIntegerLiteral.swift,\ UInt4+ExpressibleByStringLiteral.swift,\ UInt4+FixedWidthInteger.swift,\ UInt4+Hashable.swift,\ UInt4+LosslessStringConvertible.swift,\ UInt4+Numeric.swift,\ UInt4+Strideable.swift,\ UInt4+UnsignedInteger.swift,\ UInt4.swift,\ no.swift,\ SecureRandom.swift,\ java.security.swift,\ Clock.swift,\ ClockIdentifierName.swift,\ Instant+AnyDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomPlaygroundDisplayConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Numeric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/no.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/SecureRandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/java.security.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Clock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ClockIdentifierName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+AnyDate.swift (in target 'JavApi' from project 'JavApi⁴Swift')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PIC9+BinaryInteger.swift,\ PIC9+Codeable.swift,\ PIC9+CustomDebugStringConvertible.swift,\ PIC9+CustomReflectable.swift,\ PIC9+CustomStringConvertible.swift,\ PIC9+Equatable.swift,\ PIC9+ExpessibleByIntegerLiteral.swift,\ PIC9+ExpressibleByStringLiteral.swift,\ PIC9+Hashable.swift,\ PIC9+LosslessStringConvertible.swift,\ PIC9+Numeric.swift,\ PIC9+Strideable.swift,\ PIC9+UnsignedInteger.swift,\ PIC9.swift,\ Array+Extension.swift,\ Array+UInt4.swift,\ Array+UInt8.swift,\ UInt4+BinaryInteger.swift,\ UInt4+Codable.swift,\ UInt4+Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Codeable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/Array+UInt8.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+BinaryInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Comparable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+BinaryInteger.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Codeable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Equatable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpessibleByIntegerLiteral.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+ExpressibleByStringLiteral.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Hashable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+LosslessStringConvertible.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Numeric.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9+Strideable.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/cobol/PIC9.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ JavApi (in target 'JavApi' from project 'JavApi⁴Swift')
	EmitSwiftModule normal arm64 (in target 'JavApi' from project 'JavApi⁴Swift')
	SwiftCompile normal arm64 Compiling\ UInt4+CustomDebugStringConvertible.swift,\ UInt4+CustomPlaygroundDisplayConvertible.swift,\ UInt4+CustomReflectable.swift,\ UInt4+CustomStringConvertible.swift,\ UInt4+Equatable.swift,\ UInt4+ExpressibleByIntegerLiteral.swift,\ UInt4+ExpressibleByStringLiteral.swift,\ UInt4+FixedWidthInteger.swift,\ UInt4+Hashable.swift,\ UInt4+LosslessStringConvertible.swift,\ UInt4+Numeric.swift,\ UInt4+Strideable.swift,\ UInt4+UnsignedInteger.swift,\ UInt4.swift,\ no.swift,\ SecureRandom.swift,\ java.security.swift,\ Clock.swift,\ ClockIdentifierName.swift,\ Instant+AnyDate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomPlaygroundDisplayConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomReflectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+CustomStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByIntegerLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+ExpressibleByStringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+FixedWidthInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+LosslessStringConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Numeric.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+Strideable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4+UnsignedInteger.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/lowlevel/UInt4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/no/no.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/SecureRandom.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/security/java.security.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Clock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/ClockIdentifierName.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JavApi4Swift/Sources/JavApi/time/Instant+AnyDate.swift (in target 'JavApi' from project 'JavApi⁴Swift')
	Building workspace spi-builder-workspace with scheme ASCII-Data²JavApi
(15 failures)
BUILD FAILURE 6.1 tvOS