The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of JavApi⁴Swift, reference 0.25.0 (b8a107), with Swift 6.0 for macOS (SPM) on 23 Feb 2025 20:29:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/JavApi4Swift.git
Reference: 0.25.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/JavApi4Swift
 * tag               0.25.0     -> FETCH_HEAD
HEAD is now at b8a1071 update description and remove unused comment
Cloned https://github.com/bastie/JavApi4Swift.git
Revision (git rev-parse @):
b8a10718d33d1e17bc9ae253610a798ee3f4cd74
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bastie/JavApi4Swift.git at 0.25.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "javapi4swift",
      "name": "JavApi⁴Swift",
      "url": "https://github.com/bastie/JavApi4Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JavApi4Swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bastie/JavApi4Swift.git
[1/31208] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (2.63s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.0 (b8a1071)
warning: '.resolve-product-dependencies': dependency 'javapi4swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bastie/JavApi4Swift.git
https://github.com/bastie/JavApi4Swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JavApi⁴Swift",
  "name" : "JavApi⁴Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JavApi",
      "targets" : [
        "JavApi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JavApiTests",
      "module_type" : "SwiftTarget",
      "name" : "JavApiTests",
      "path" : "Tests/JavApiTests",
      "sources" : [
        "JavApi_io_File_Tests.swift",
        "JavApi_lang_Character_Tests.swift",
        "JavApi_lang_Class_Tests.swift",
        "JavApi_lang_Long.swift",
        "JavApi_lang_Object_Tests.swift",
        "JavApi_lang_String.swift",
        "JavApi_lang_StringBuilder_Tests.swift",
        "JavApi_lang_Thread_Tests.swift",
        "JavApi_math_BigDecimal.swift",
        "JavApi_time_Clock_Tests.swift",
        "JavApi_time_Instant_Tests.swift",
        "JavApi_time_IntegerExtensionTests.swift",
        "JavApi_time_LocalDateTime_Tests.swift",
        "JavApi_time_LocalDate_Tests.swift",
        "JavApi_time_LocalTime_Tests.swift",
        "JavApi_time_Period_Tests.swift",
        "JavApi_time_ZonedDateTime_Tests.swift",
        "JavApi_util_Base64_Tests.swift",
        "JavApi_util_LinkedHashMap.swift",
        "JavApi_util_Random_Tests.swift",
        "JavApi_util_Stack_Tests.swift",
        "JavApi_util_TimeZone_Tests.swift",
        "JavApi_util_UUID_Tests.swift",
        "JavApi_util_zip_Checksums_Tests.swift"
      ],
      "target_dependencies" : [
        "JavApi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JavApi",
      "module_type" : "SwiftTarget",
      "name" : "JavApi",
      "path" : "Sources/JavApi",
      "product_memberships" : [
        "JavApi"
      ],
      "sources" : [
        "awt/Point.swift",
        "awt/geom/Point2D+Hashable.swift",
        "awt/geom/Point2D.swift",
        "awt/geom/java.awt.geom.swift",
        "awt/java.awt.swift",
        "io/BufferedOutputStream.swift",
        "io/ByteArrayInputStream+Swiftify.swift",
        "io/ByteArrayInputStream.swift",
        "io/CharArrayWriter.swift",
        "io/Closeable.swift",
        "io/DataInput.swift",
        "io/DataOutput.swift",
        "io/File+Extensions.swift",
        "io/File.swift",
        "io/FileDescriptor.swift",
        "io/FileFilter.swift",
        "io/FileInputStream.swift",
        "io/FileOutputStream.swift",
        "io/FilterInputStream.swift",
        "io/FilterOutputStream.swift",
        "io/Flushable.swift",
        "io/InputStream+Swiftify.swift",
        "io/InputStream.swift",
        "io/OutputStream+Swiftify.swift",
        "io/OutputStream.swift",
        "io/PrintStream.swift",
        "io/RandomAccessFile.swift",
        "io/Reader.swift",
        "io/Writer+Swiftify.swift",
        "io/Writer.swift",
        "io/java.io.swift",
        "java.swift",
        "lang/Appendable.swift",
        "lang/Array+Java.swift",
        "lang/Boolean.swift",
        "lang/CharSequence+StringProtocol.swift",
        "lang/CharSequence.swift",
        "lang/Character+Java.swift",
        "lang/Character+Operator.swift",
        "lang/Character+Strideable.swift",
        "lang/Character+Swiftify.swift",
        "lang/Class+Swiftify.swift",
        "lang/Class.swift",
        "lang/Cloneable+Swiftify.swift",
        "lang/Cloneable.swift",
        "lang/Comparable+Swiftify.swift",
        "lang/Comparable.swift",
        "lang/Double+Java.swift",
        "lang/Double+Swiftify.swift",
        "lang/FileHandle+TextOutputStream.swift",
        "lang/Int+Java.swift",
        "lang/Int16+Java.swift",
        "lang/Int32+Java.swift",
        "lang/Int64+Java.swift",
        "lang/Integer.swift",
        "lang/Long.swift",
        "lang/Math.swift",
        "lang/Operator+Java.swift",
        "lang/Runnable.swift",
        "lang/String+CharSequence.swift",
        "lang/String+Java.swift",
        "lang/String+Swiftify.swift",
        "lang/StringBuilder+Equalable.swift",
        "lang/StringBuilder+Hashable.swift",
        "lang/StringBuilder+Swiftify.swift",
        "lang/StringBuilder.swift",
        "lang/StringProtocol+Java.swift",
        "lang/SubString+CharSequence.swift",
        "lang/System+Properties.swift",
        "lang/System+Swiftify.swift",
        "lang/System+SystemErr.swift",
        "lang/System+SystemOut.swift",
        "lang/System.swift",
        "lang/Thread+Swiftify.swift",
        "lang/Thread.swift",
        "lang/Throwable.swift",
        "lang/java.lang.swift",
        "math/BigDecimal+Java.swift",
        "math/BigDecimal+Swiftify.swift",
        "math/BigDecimal.swift",
        "math/Decimal+Java.swift",
        "math/java.math.swift",
        "net/java.net.swift",
        "nio/ByteBuffer+Swiftify.swift",
        "nio/ByteBuffer.swift",
        "nio/ByteOrder.swift",
        "nio/CharBuffer.swift",
        "nio/charset/Charset.swift",
        "nio/charset/StandardCharsets.swift",
        "nio/charset/java.nio.charset.swift",
        "nio/file/Files+Swiftify.swift",
        "nio/file/Files.swift",
        "nio/file/OpenOption.swift",
        "nio/file/Path.swift",
        "nio/file/Paths.swift",
        "nio/file/StandardOpenOption.swift",
        "nio/file/attribute/FileAttribute.swift",
        "nio/file/attribute/java.nio.file.attribute.swift",
        "nio/file/java.nio.file.swift",
        "nio/java.nio.swift",
        "no/cobol/PIC9+BinaryInteger.swift",
        "no/cobol/PIC9+Codeable.swift",
        "no/cobol/PIC9+CustomDebugStringConvertible.swift",
        "no/cobol/PIC9+CustomReflectable.swift",
        "no/cobol/PIC9+CustomStringConvertible.swift",
        "no/cobol/PIC9+Equatable.swift",
        "no/cobol/PIC9+ExpessibleByIntegerLiteral.swift",
        "no/cobol/PIC9+ExpressibleByStringLiteral.swift",
        "no/cobol/PIC9+Hashable.swift",
        "no/cobol/PIC9+LosslessStringConvertible.swift",
        "no/cobol/PIC9+Numeric.swift",
        "no/cobol/PIC9+Strideable.swift",
        "no/cobol/PIC9+UnsignedInteger.swift",
        "no/cobol/PIC9.swift",
        "no/lowlevel/Array+Extension.swift",
        "no/lowlevel/Array+UInt4.swift",
        "no/lowlevel/Array+UInt8.swift",
        "no/lowlevel/UInt4+BinaryInteger.swift",
        "no/lowlevel/UInt4+Codable.swift",
        "no/lowlevel/UInt4+Comparable.swift",
        "no/lowlevel/UInt4+CustomDebugStringConvertible.swift",
        "no/lowlevel/UInt4+CustomPlaygroundDisplayConvertible.swift",
        "no/lowlevel/UInt4+CustomReflectable.swift",
        "no/lowlevel/UInt4+CustomStringConvertible.swift",
        "no/lowlevel/UInt4+Equatable.swift",
        "no/lowlevel/UInt4+ExpressibleByIntegerLiteral.swift",
        "no/lowlevel/UInt4+ExpressibleByStringLiteral.swift",
        "no/lowlevel/UInt4+FixedWidthInteger.swift",
        "no/lowlevel/UInt4+Hashable.swift",
        "no/lowlevel/UInt4+LosslessStringConvertible.swift",
        "no/lowlevel/UInt4+Numeric.swift",
        "no/lowlevel/UInt4+Strideable.swift",
        "no/lowlevel/UInt4+UnsignedInteger.swift",
        "no/lowlevel/UInt4.swift",
        "no/no.swift",
        "security/SecureRandom.swift",
        "security/java.security.swift",
        "time/Clock.swift",
        "time/ClockIdentifierName.swift",
        "time/Instant+AnyDate.swift",
        "time/Instant+Codable.swift",
        "time/Instant+Comparable.swift",
        "time/Instant+CustomDebugStringConvertible.swift",
        "time/Instant+CustomPlaygroundDisplayConvertible.swift",
        "time/Instant+CustomReflectable.swift",
        "time/Instant+CustomStringConvertible.swift",
        "time/Instant+Equatable.swift",
        "time/Instant+Hashable.swift",
        "time/Instant.swift",
        "time/IntegerExtension.swift",
        "time/LocalDate.swift",
        "time/LocalDateTime.swift",
        "time/LocalTime.swift",
        "time/Period.swift",
        "time/ZonedDateTime.swift",
        "time/java.time.swift",
        "util/ArrayList.swift",
        "util/Arrays.swift",
        "util/Base64+Alphabets.swift",
        "util/Base64.Decoder.swift",
        "util/Base64.Encoder.swift",
        "util/Base64.swift",
        "util/Calendar+Swiftify.swift",
        "util/Calendar.swift",
        "util/Collection.swift",
        "util/Collections.swift",
        "util/Comparator.swift",
        "util/Date+Cloneable.swift",
        "util/Date+Comparable.swift",
        "util/Date+Equalable.swift",
        "util/Date.swift",
        "util/Dictionary+Java.swift",
        "util/Dictionary+Swiftify.swift",
        "util/GregorianCalendar+Swiftify.swift",
        "util/GregorianCalendar.swift",
        "util/LinkedHashMap+Operator.swift",
        "util/LinkedHashMap+Swiftify.swift",
        "util/LinkedHashMap.swift",
        "util/Map.swift",
        "util/Queue.swift",
        "util/Random.swift",
        "util/RandomAccessCollection+Java.swift",
        "util/Set+Java.swift",
        "util/Stack+Swiftify.swift",
        "util/Stack.swift",
        "util/TimeZone.swift",
        "util/UUID+Java.swift",
        "util/java.util.swift",
        "util/zip/Adler32+Swiftify.swift",
        "util/zip/Adler32.swift",
        "util/zip/CRC32+Swiftify.swift",
        "util/zip/CRC32.swift",
        "util/zip/CRC32C+Swiftify.swift",
        "util/zip/CRC32C.swift",
        "util/zip/Checksum+Swiftify.swift",
        "util/zip/Checksum.swift",
        "util/zip/java.util.zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/181] Compiling JavApi Character+Swiftify.swift
[4/181] Compiling JavApi Class+Swiftify.swift
[5/181] Compiling JavApi Class.swift
[6/181] Compiling JavApi Cloneable+Swiftify.swift
[7/181] Compiling JavApi Cloneable.swift
[8/181] Compiling JavApi Comparable+Swiftify.swift
[9/181] Compiling JavApi Comparable.swift
[10/181] Compiling JavApi Double+Java.swift
[11/181] Compiling JavApi Double+Swiftify.swift
[12/181] Compiling JavApi FileHandle+TextOutputStream.swift
[13/181] Compiling JavApi Int+Java.swift
[14/181] Compiling JavApi Int16+Java.swift
[15/181] Compiling JavApi Int32+Java.swift
[16/181] Compiling JavApi Int64+Java.swift
[17/181] Compiling JavApi Integer.swift
[18/181] Compiling JavApi Long.swift
[19/181] Compiling JavApi Math.swift
[20/181] Compiling JavApi Operator+Java.swift
[21/181] Compiling JavApi Runnable.swift
[22/181] Compiling JavApi String+CharSequence.swift
[23/181] Emitting module JavApi
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[24/181] Compiling JavApi Decimal+Java.swift
[25/181] Compiling JavApi java.math.swift
[26/181] Compiling JavApi java.net.swift
[27/181] Compiling JavApi ByteBuffer+Swiftify.swift
[28/181] Compiling JavApi ByteBuffer.swift
[29/181] Compiling JavApi ByteOrder.swift
[30/181] Compiling JavApi CharBuffer.swift
[31/181] Compiling JavApi Charset.swift
[32/181] Compiling JavApi StandardCharsets.swift
[33/181] Compiling JavApi java.nio.charset.swift
[34/181] Compiling JavApi Files+Swiftify.swift
[35/181] Compiling JavApi Files.swift
[36/181] Compiling JavApi OpenOption.swift
[37/181] Compiling JavApi Path.swift
[38/181] Compiling JavApi Paths.swift
[39/181] Compiling JavApi StandardOpenOption.swift
[40/181] Compiling JavApi FileAttribute.swift
[41/181] Compiling JavApi java.nio.file.attribute.swift
[42/181] Compiling JavApi java.nio.file.swift
[43/181] Compiling JavApi java.nio.swift
[44/181] Compiling JavApi UInt4+CustomDebugStringConvertible.swift
[45/181] Compiling JavApi UInt4+CustomPlaygroundDisplayConvertible.swift
[46/181] Compiling JavApi UInt4+CustomReflectable.swift
[47/181] Compiling JavApi UInt4+CustomStringConvertible.swift
[48/181] Compiling JavApi UInt4+Equatable.swift
[49/181] Compiling JavApi UInt4+ExpressibleByIntegerLiteral.swift
[50/181] Compiling JavApi UInt4+ExpressibleByStringLiteral.swift
[51/181] Compiling JavApi UInt4+FixedWidthInteger.swift
[52/181] Compiling JavApi UInt4+Hashable.swift
[53/181] Compiling JavApi UInt4+LosslessStringConvertible.swift
[54/181] Compiling JavApi UInt4+Numeric.swift
[55/181] Compiling JavApi UInt4+Strideable.swift
[56/181] Compiling JavApi UInt4+UnsignedInteger.swift
[57/181] Compiling JavApi UInt4.swift
[58/181] Compiling JavApi no.swift
[59/181] Compiling JavApi SecureRandom.swift
[60/181] Compiling JavApi java.security.swift
[61/181] Compiling JavApi Clock.swift
[62/181] Compiling JavApi ClockIdentifierName.swift
[63/181] Compiling JavApi Instant+AnyDate.swift
[64/200] Compiling JavApi Base64.Decoder.swift
[65/200] Compiling JavApi Base64.Encoder.swift
[66/200] Compiling JavApi Base64.swift
[67/200] Compiling JavApi Calendar+Swiftify.swift
[68/200] Compiling JavApi Calendar.swift
[69/200] Compiling JavApi Collection.swift
[70/200] Compiling JavApi Collections.swift
[71/200] Compiling JavApi Comparator.swift
[72/200] Compiling JavApi Date+Cloneable.swift
[73/200] Compiling JavApi Date+Comparable.swift
[74/200] Compiling JavApi Date+Equalable.swift
[75/200] Compiling JavApi Date.swift
[76/200] Compiling JavApi Dictionary+Java.swift
[77/200] Compiling JavApi Dictionary+Swiftify.swift
[78/200] Compiling JavApi GregorianCalendar+Swiftify.swift
[79/200] Compiling JavApi GregorianCalendar.swift
[80/200] Compiling JavApi LinkedHashMap+Operator.swift
[81/200] Compiling JavApi LinkedHashMap+Swiftify.swift
[82/200] Compiling JavApi LinkedHashMap.swift
[83/200] Compiling JavApi Instant+Codable.swift
[84/200] Compiling JavApi Instant+Comparable.swift
[85/200] Compiling JavApi Instant+CustomDebugStringConvertible.swift
[86/200] Compiling JavApi Instant+CustomPlaygroundDisplayConvertible.swift
[87/200] Compiling JavApi Instant+CustomReflectable.swift
[88/200] Compiling JavApi Instant+CustomStringConvertible.swift
[89/200] Compiling JavApi Instant+Equatable.swift
[90/200] Compiling JavApi Instant+Hashable.swift
[91/200] Compiling JavApi Instant.swift
[92/200] Compiling JavApi IntegerExtension.swift
[93/200] Compiling JavApi LocalDate.swift
[94/200] Compiling JavApi LocalDateTime.swift
[95/200] Compiling JavApi LocalTime.swift
[96/200] Compiling JavApi Period.swift
[97/200] Compiling JavApi ZonedDateTime.swift
[98/200] Compiling JavApi java.time.swift
[99/200] Compiling JavApi ArrayList.swift
[100/200] Compiling JavApi Arrays.swift
[101/200] Compiling JavApi Base64+Alphabets.swift
[102/200] Compiling JavApi Flushable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[103/200] Compiling JavApi InputStream+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[104/200] Compiling JavApi InputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[105/200] Compiling JavApi OutputStream+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[106/200] Compiling JavApi OutputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[107/200] Compiling JavApi PrintStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[108/200] Compiling JavApi RandomAccessFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[109/200] Compiling JavApi Reader.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[110/200] Compiling JavApi Writer+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[111/200] Compiling JavApi Writer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[112/200] Compiling JavApi java.io.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[113/200] Compiling JavApi java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[114/200] Compiling JavApi Appendable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[115/200] Compiling JavApi Array+Java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[116/200] Compiling JavApi Boolean.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[117/200] Compiling JavApi CharSequence+StringProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[118/200] Compiling JavApi CharSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[119/200] Compiling JavApi Character+Java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[120/200] Compiling JavApi Character+Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[121/200] Compiling JavApi Character+Strideable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[122/200] Compiling JavApi PIC9+BinaryInteger.swift
[123/200] Compiling JavApi PIC9+Codeable.swift
[124/200] Compiling JavApi PIC9+CustomDebugStringConvertible.swift
[125/200] Compiling JavApi PIC9+CustomReflectable.swift
[126/200] Compiling JavApi PIC9+CustomStringConvertible.swift
[127/200] Compiling JavApi PIC9+Equatable.swift
[128/200] Compiling JavApi PIC9+ExpessibleByIntegerLiteral.swift
[129/200] Compiling JavApi PIC9+ExpressibleByStringLiteral.swift
[130/200] Compiling JavApi PIC9+Hashable.swift
[131/200] Compiling JavApi PIC9+LosslessStringConvertible.swift
[132/200] Compiling JavApi PIC9+Numeric.swift
[133/200] Compiling JavApi PIC9+Strideable.swift
[134/200] Compiling JavApi PIC9+UnsignedInteger.swift
[135/200] Compiling JavApi PIC9.swift
[136/200] Compiling JavApi Array+Extension.swift
[137/200] Compiling JavApi Array+UInt4.swift
[138/200] Compiling JavApi Array+UInt8.swift
[139/200] Compiling JavApi UInt4+BinaryInteger.swift
[140/200] Compiling JavApi UInt4+Codable.swift
[141/200] Compiling JavApi UInt4+Comparable.swift
[142/200] Compiling JavApi String+Java.swift
[143/200] Compiling JavApi String+Swiftify.swift
[144/200] Compiling JavApi StringBuilder+Equalable.swift
[145/200] Compiling JavApi StringBuilder+Hashable.swift
[146/200] Compiling JavApi StringBuilder+Swiftify.swift
[147/200] Compiling JavApi StringBuilder.swift
[148/200] Compiling JavApi StringProtocol+Java.swift
[149/200] Compiling JavApi SubString+CharSequence.swift
[150/200] Compiling JavApi System+Properties.swift
[151/200] Compiling JavApi System+Swiftify.swift
[152/200] Compiling JavApi System+SystemErr.swift
[153/200] Compiling JavApi System+SystemOut.swift
[154/200] Compiling JavApi System.swift
[155/200] Compiling JavApi Thread+Swiftify.swift
[156/200] Compiling JavApi Thread.swift
[157/200] Compiling JavApi Throwable.swift
[158/200] Compiling JavApi java.lang.swift
[159/200] Compiling JavApi BigDecimal+Java.swift
[160/200] Compiling JavApi BigDecimal+Swiftify.swift
[161/200] Compiling JavApi BigDecimal.swift
[162/200] Compiling JavApi Point.swift
[163/200] Compiling JavApi Point2D+Hashable.swift
[164/200] Compiling JavApi Point2D.swift
[165/200] Compiling JavApi java.awt.geom.swift
[166/200] Compiling JavApi java.awt.swift
[167/200] Compiling JavApi BufferedOutputStream.swift
[168/200] Compiling JavApi ByteArrayInputStream+Swiftify.swift
[169/200] Compiling JavApi ByteArrayInputStream.swift
[170/200] Compiling JavApi CharArrayWriter.swift
[171/200] Compiling JavApi Closeable.swift
[172/200] Compiling JavApi DataInput.swift
[173/200] Compiling JavApi DataOutput.swift
[174/200] Compiling JavApi File+Extensions.swift
[175/200] Compiling JavApi File.swift
[176/200] Compiling JavApi FileDescriptor.swift
[177/200] Compiling JavApi FileFilter.swift
[178/200] Compiling JavApi FileInputStream.swift
[179/200] Compiling JavApi FileOutputStream.swift
[180/200] Compiling JavApi FilterInputStream.swift
[181/200] Compiling JavApi FilterOutputStream.swift
[182/200] Compiling JavApi Map.swift
[183/200] Compiling JavApi Queue.swift
[184/200] Compiling JavApi Random.swift
[185/200] Compiling JavApi RandomAccessCollection+Java.swift
[186/200] Compiling JavApi Set+Java.swift
[187/200] Compiling JavApi Stack+Swiftify.swift
[188/200] Compiling JavApi Stack.swift
[189/200] Compiling JavApi TimeZone.swift
[190/200] Compiling JavApi UUID+Java.swift
[191/200] Compiling JavApi java.util.swift
[192/200] Compiling JavApi Adler32+Swiftify.swift
[193/200] Compiling JavApi Adler32.swift
[194/200] Compiling JavApi CRC32+Swiftify.swift
[195/200] Compiling JavApi CRC32.swift
[196/200] Compiling JavApi CRC32C+Swiftify.swift
[197/200] Compiling JavApi CRC32C.swift
[198/200] Compiling JavApi Checksum+Swiftify.swift
[199/200] Compiling JavApi Checksum.swift
[200/200] Compiling JavApi java.util.zip.swift
Build complete! (15.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JavApi⁴Swift",
  "name" : "JavApi⁴Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JavApi",
      "targets" : [
        "JavApi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JavApiTests",
      "module_type" : "SwiftTarget",
      "name" : "JavApiTests",
      "path" : "Tests/JavApiTests",
      "sources" : [
        "JavApi_io_File_Tests.swift",
        "JavApi_lang_Character_Tests.swift",
        "JavApi_lang_Class_Tests.swift",
        "JavApi_lang_Long.swift",
        "JavApi_lang_Object_Tests.swift",
        "JavApi_lang_String.swift",
        "JavApi_lang_StringBuilder_Tests.swift",
        "JavApi_lang_Thread_Tests.swift",
        "JavApi_math_BigDecimal.swift",
        "JavApi_time_Clock_Tests.swift",
        "JavApi_time_Instant_Tests.swift",
        "JavApi_time_IntegerExtensionTests.swift",
        "JavApi_time_LocalDateTime_Tests.swift",
        "JavApi_time_LocalDate_Tests.swift",
        "JavApi_time_LocalTime_Tests.swift",
        "JavApi_time_Period_Tests.swift",
        "JavApi_time_ZonedDateTime_Tests.swift",
        "JavApi_util_Base64_Tests.swift",
        "JavApi_util_LinkedHashMap.swift",
        "JavApi_util_Random_Tests.swift",
        "JavApi_util_Stack_Tests.swift",
        "JavApi_util_TimeZone_Tests.swift",
        "JavApi_util_UUID_Tests.swift",
        "JavApi_util_zip_Checksums_Tests.swift"
      ],
      "target_dependencies" : [
        "JavApi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JavApi",
      "module_type" : "SwiftTarget",
      "name" : "JavApi",
      "path" : "Sources/JavApi",
      "product_memberships" : [
        "JavApi"
      ],
      "sources" : [
        "awt/Point.swift",
        "awt/geom/Point2D+Hashable.swift",
        "awt/geom/Point2D.swift",
        "awt/geom/java.awt.geom.swift",
        "awt/java.awt.swift",
        "io/BufferedOutputStream.swift",
        "io/ByteArrayInputStream+Swiftify.swift",
        "io/ByteArrayInputStream.swift",
        "io/CharArrayWriter.swift",
        "io/Closeable.swift",
        "io/DataInput.swift",
        "io/DataOutput.swift",
        "io/File+Extensions.swift",
        "io/File.swift",
        "io/FileDescriptor.swift",
        "io/FileFilter.swift",
        "io/FileInputStream.swift",
        "io/FileOutputStream.swift",
        "io/FilterInputStream.swift",
        "io/FilterOutputStream.swift",
        "io/Flushable.swift",
        "io/InputStream+Swiftify.swift",
        "io/InputStream.swift",
        "io/OutputStream+Swiftify.swift",
        "io/OutputStream.swift",
        "io/PrintStream.swift",
        "io/RandomAccessFile.swift",
        "io/Reader.swift",
        "io/Writer+Swiftify.swift",
        "io/Writer.swift",
        "io/java.io.swift",
        "java.swift",
        "lang/Appendable.swift",
        "lang/Array+Java.swift",
        "lang/Boolean.swift",
        "lang/CharSequence+StringProtocol.swift",
        "lang/CharSequence.swift",
        "lang/Character+Java.swift",
        "lang/Character+Operator.swift",
        "lang/Character+Strideable.swift",
        "lang/Character+Swiftify.swift",
        "lang/Class+Swiftify.swift",
        "lang/Class.swift",
        "lang/Cloneable+Swiftify.swift",
        "lang/Cloneable.swift",
        "lang/Comparable+Swiftify.swift",
        "lang/Comparable.swift",
        "lang/Double+Java.swift",
        "lang/Double+Swiftify.swift",
        "lang/FileHandle+TextOutputStream.swift",
        "lang/Int+Java.swift",
        "lang/Int16+Java.swift",
        "lang/Int32+Java.swift",
        "lang/Int64+Java.swift",
        "lang/Integer.swift",
        "lang/Long.swift",
        "lang/Math.swift",
        "lang/Operator+Java.swift",
        "lang/Runnable.swift",
        "lang/String+CharSequence.swift",
        "lang/String+Java.swift",
        "lang/String+Swiftify.swift",
        "lang/StringBuilder+Equalable.swift",
        "lang/StringBuilder+Hashable.swift",
        "lang/StringBuilder+Swiftify.swift",
        "lang/StringBuilder.swift",
        "lang/StringProtocol+Java.swift",
        "lang/SubString+CharSequence.swift",
        "lang/System+Properties.swift",
        "lang/System+Swiftify.swift",
        "lang/System+SystemErr.swift",
        "lang/System+SystemOut.swift",
        "lang/System.swift",
        "lang/Thread+Swiftify.swift",
        "lang/Thread.swift",
        "lang/Throwable.swift",
        "lang/java.lang.swift",
        "math/BigDecimal+Java.swift",
        "math/BigDecimal+Swiftify.swift",
        "math/BigDecimal.swift",
        "math/Decimal+Java.swift",
        "math/java.math.swift",
        "net/java.net.swift",
        "nio/ByteBuffer+Swiftify.swift",
        "nio/ByteBuffer.swift",
        "nio/ByteOrder.swift",
        "nio/CharBuffer.swift",
        "nio/charset/Charset.swift",
        "nio/charset/StandardCharsets.swift",
        "nio/charset/java.nio.charset.swift",
        "nio/file/Files+Swiftify.swift",
        "nio/file/Files.swift",
        "nio/file/OpenOption.swift",
        "nio/file/Path.swift",
        "nio/file/Paths.swift",
        "nio/file/StandardOpenOption.swift",
        "nio/file/attribute/FileAttribute.swift",
        "nio/file/attribute/java.nio.file.attribute.swift",
        "nio/file/java.nio.file.swift",
        "nio/java.nio.swift",
        "no/cobol/PIC9+BinaryInteger.swift",
        "no/cobol/PIC9+Codeable.swift",
        "no/cobol/PIC9+CustomDebugStringConvertible.swift",
        "no/cobol/PIC9+CustomReflectable.swift",
        "no/cobol/PIC9+CustomStringConvertible.swift",
        "no/cobol/PIC9+Equatable.swift",
        "no/cobol/PIC9+ExpessibleByIntegerLiteral.swift",
        "no/cobol/PIC9+ExpressibleByStringLiteral.swift",
        "no/cobol/PIC9+Hashable.swift",
        "no/cobol/PIC9+LosslessStringConvertible.swift",
        "no/cobol/PIC9+Numeric.swift",
        "no/cobol/PIC9+Strideable.swift",
        "no/cobol/PIC9+UnsignedInteger.swift",
        "no/cobol/PIC9.swift",
        "no/lowlevel/Array+Extension.swift",
        "no/lowlevel/Array+UInt4.swift",
        "no/lowlevel/Array+UInt8.swift",
        "no/lowlevel/UInt4+BinaryInteger.swift",
        "no/lowlevel/UInt4+Codable.swift",
        "no/lowlevel/UInt4+Comparable.swift",
        "no/lowlevel/UInt4+CustomDebugStringConvertible.swift",
        "no/lowlevel/UInt4+CustomPlaygroundDisplayConvertible.swift",
        "no/lowlevel/UInt4+CustomReflectable.swift",
        "no/lowlevel/UInt4+CustomStringConvertible.swift",
        "no/lowlevel/UInt4+Equatable.swift",
        "no/lowlevel/UInt4+ExpressibleByIntegerLiteral.swift",
        "no/lowlevel/UInt4+ExpressibleByStringLiteral.swift",
        "no/lowlevel/UInt4+FixedWidthInteger.swift",
        "no/lowlevel/UInt4+Hashable.swift",
        "no/lowlevel/UInt4+LosslessStringConvertible.swift",
        "no/lowlevel/UInt4+Numeric.swift",
        "no/lowlevel/UInt4+Strideable.swift",
        "no/lowlevel/UInt4+UnsignedInteger.swift",
        "no/lowlevel/UInt4.swift",
        "no/no.swift",
        "security/SecureRandom.swift",
        "security/java.security.swift",
        "time/Clock.swift",
        "time/ClockIdentifierName.swift",
        "time/Instant+AnyDate.swift",
        "time/Instant+Codable.swift",
        "time/Instant+Comparable.swift",
        "time/Instant+CustomDebugStringConvertible.swift",
        "time/Instant+CustomPlaygroundDisplayConvertible.swift",
        "time/Instant+CustomReflectable.swift",
        "time/Instant+CustomStringConvertible.swift",
        "time/Instant+Equatable.swift",
        "time/Instant+Hashable.swift",
        "time/Instant.swift",
        "time/IntegerExtension.swift",
        "time/LocalDate.swift",
        "time/LocalDateTime.swift",
        "time/LocalTime.swift",
        "time/Period.swift",
        "time/ZonedDateTime.swift",
        "time/java.time.swift",
        "util/ArrayList.swift",
        "util/Arrays.swift",
        "util/Base64+Alphabets.swift",
        "util/Base64.Decoder.swift",
        "util/Base64.Encoder.swift",
        "util/Base64.swift",
        "util/Calendar+Swiftify.swift",
        "util/Calendar.swift",
        "util/Collection.swift",
        "util/Collections.swift",
        "util/Comparator.swift",
        "util/Date+Cloneable.swift",
        "util/Date+Comparable.swift",
        "util/Date+Equalable.swift",
        "util/Date.swift",
        "util/Dictionary+Java.swift",
        "util/Dictionary+Swiftify.swift",
        "util/GregorianCalendar+Swiftify.swift",
        "util/GregorianCalendar.swift",
        "util/LinkedHashMap+Operator.swift",
        "util/LinkedHashMap+Swiftify.swift",
        "util/LinkedHashMap.swift",
        "util/Map.swift",
        "util/Queue.swift",
        "util/Random.swift",
        "util/RandomAccessCollection+Java.swift",
        "util/Set+Java.swift",
        "util/Stack+Swiftify.swift",
        "util/Stack.swift",
        "util/TimeZone.swift",
        "util/UUID+Java.swift",
        "util/java.util.swift",
        "util/zip/Adler32+Swiftify.swift",
        "util/zip/Adler32.swift",
        "util/zip/CRC32+Swiftify.swift",
        "util/zip/CRC32.swift",
        "util/zip/CRC32C+Swiftify.swift",
        "util/zip/CRC32C.swift",
        "util/zip/Checksum+Swiftify.swift",
        "util/zip/Checksum.swift",
        "util/zip/java.util.zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/bastie/javapi4swift/0.25.0
Repository:               bastie/JavApi4Swift
Swift version used:       6.0
Target:                   JavApi
Extracting symbol information for 'JavApi'...
Finished extracting symbol information for 'JavApi'. (4.37s)
Building documentation for 'JavApi'...
warning: Parameter 'out' not found in instance method declaration
   --> ../io/CharArrayWriter.swift:234:8-235:78
232 |      * receiver since the last reset or since it was created.
233 |      *
234 +      * @param out
    |        ╰─suggestion: Remove 'out' parameter documentation
235 +      *            the non-null {@code Writer} on which to write the contents.
236 |      * @throws IOException
237 |      *             if an error occurs attempting to write out the contents.
warning: Parameter 'writer' is missing documentation
   --> ../io/CharArrayWriter.swift:235:78-235:78
233 |      *
234 |      * @param out
235 +      *            the non-null {@code Writer} on which to write the contents.
    |                                                                              ╰─suggestion: Document 'writer' parameter
236 |      * @throws IOException
237 |      *             if an error occurs attempting to write out the contents.
warning: 'java.io.OutputStream' doesn't exist at '/JavApi/java/io/FilterOutputStream'
  --> ../io/FilterOutputStream.swift:20:24-20:44
18 | extension java.io {
19 | /**
20 +  * Wraps an existing ``java.io.OutputStream`` and performs some transformation on
21 |  * the output data while it is being written. Transformations can be anything
22 |  * from a simple byte-wise filtering output data to an on-the-fly compression or
warning: 'java.io.FilterOutputStream' doesn't exist at '/JavApi/java/io/FilterOutputStream'
  --> ../io/FilterOutputStream.swift:27:12-27:38
25 |  * inherit from this class.
26 |  *
27 +  * - see ``java.io.FilterOutputStream``
28 |  */
29 | /// - Since: JavaApi > 0.18.0 (Java 1.0)
warning: Parameter 'lock' not found in initializer declaration
--> ../io/Reader.swift
Replace 'lock' with 'lockObject'
warning: Parameter 'lockObject' is missing documentation
  --> ../io/Reader.swift:61:76-61:76
59 |      *
60 |      * @param lock
61 +      *            the {@code Object} used to synchronize critical sections.
   |                                                                            ╰─suggestion: Document 'lockObject' parameter
62 |      */
63 |     public init(_ lockObject : Sendable) {
warning: '\u{216D}' doesn't exist at '/JavApi/Swift/Character/getNumericValue(_:)'
  --> ../lang/Character+Java.swift:38:61-38:69
36 |   }
37 |
38 +   /// Return the numeric value of Unicode character, f.e. ``\u{216D}`` returns  100.
39 |   ///
40 |   /// - Parameters: char
warning: 'valueOf:(String)' doesn't exist at '/JavApi/Foundation/Decimal/valueOf(_:)'
  --> ../math/Decimal+Java.swift:12:102-12:118
10 |   // exponent is the internal field of accurance
11 |
12 +   /// NOTE: Same as Java is a bad idea using a double to initialize a BigDecimal value. Better use ``valueOf:(String)`` because the internal information exponent is set correct
13 |   public static func valueOf (_ newValue : Double) -> java.math.BigDecimal {
14 |     return java.math.BigDecimal(floatLiteral: newValue)
warning: 'java.nio.ByteOrder.BIG_ENDIAN' doesn't exist at '/JavApi/ByteBuffer/order()'
  --> ../nio/ByteBuffer.swift:38:72-38:101
36 |   }
37 |
38 +   /// Returns the order of this ``ByteBuffer``. The default value is ``java.nio.ByteOrder.BIG_ENDIAN``
39 |   /// - Returns order of ``ByteBuffer``
40 |   /// - Since: JavaApi > 0.17.0 (Java 1.4)
warning: 'Equatable' doesn't exist at '/JavApi/PIC9/==(_:_:)'
  --> ../no/cobol/PIC9+Equatable.swift:8:26-8:35
6  | // needed to use ==
7  | extension PIC9 : Equatable {
8  +   /// Implementing the ```Equatable``` protocol to use ```==``` in Code
9  |   public static func == (lhs: PIC9, rhs: PIC9) -> Bool {
10 |     return lhs.value == rhs.value
warning: '==' doesn't exist at '/JavApi/PIC9/==(_:_:)'
  --> ../no/cobol/PIC9+Equatable.swift:8:58-8:60
6  | // needed to use ==
7  | extension PIC9 : Equatable {
8  +   /// Implementing the ```Equatable``` protocol to use ```==``` in Code
9  |   public static func == (lhs: PIC9, rhs: PIC9) -> Bool {
10 |     return lhs.value == rhs.value
warning: '[UInt4]' doesn't exist at '/JavApi/Swift/Array/convertToUInt8Array()'
  --> ../no/lowlevel/Array+UInt4.swift:8:17-8:24
6  | // Extending Array for me
7  | extension Array where Element == UInt4 {
8  +   /// Convert ```[UInt4]``` to ```[UInt8]```
9  |   ///
10 |   /// - Returns: ```[UInt8]```
warning: '[UInt8]' doesn't exist at '/JavApi/Swift/Array/convertToUInt8Array()'
  --> ../no/lowlevel/Array+UInt4.swift:8:34-8:41
6  | // Extending Array for me
7  | extension Array where Element == UInt4 {
8  +   /// Convert ```[UInt4]``` to ```[UInt8]```
9  |   ///
10 |   /// - Returns: ```[UInt8]```
warning: '[UInt8]' doesn't exist at '/JavApi/Swift/Array/convertToUInt8Array()'
  --> ../no/lowlevel/Array+UInt4.swift:10:20-10:27
8  |   /// Convert ```[UInt4]``` to ```[UInt8]```
9  |   ///
10 +   /// - Returns: ```[UInt8]```
11 |   public func convertToUInt8Array() -> [UInt8] {
12 |     var uint8Array: [UInt8] = []
warning: '[UInt4]' doesn't exist at '/JavApi/Swift/Array/convert(to:)'
  --> ../no/lowlevel/Array+UInt4.swift:41:17-41:24
39 | // Other Extending Array with a littlebit more generic
40 | extension Array where Element == UInt4 {
41 +   /// Convert ```[UInt4]``` to other BinaryInteger type
42 |   public func convert<T : BinaryInteger>(to targetType: T.Type) -> [T] {
43 |     let uint8Array = self.convertToUInt8Array()
warning: '[UInt8]' doesn't exist at '/JavApi/Swift/Array/convertToInt4Array()'
  --> ../no/lowlevel/Array+UInt8.swift:8:17-8:24
6  | // Extending Array for me
7  | extension Array where Element == UInt8 {
8  +   /// Convert ```[UInt8]``` to ```[UInt4]```
9  |   ///
10 |   /// - Returns: ```[UInt4]```
warning: '[UInt4]' doesn't exist at '/JavApi/Swift/Array/convertToInt4Array()'
  --> ../no/lowlevel/Array+UInt8.swift:8:34-8:41
6  | // Extending Array for me
7  | extension Array where Element == UInt8 {
8  +   /// Convert ```[UInt8]``` to ```[UInt4]```
9  |   ///
10 |   /// - Returns: ```[UInt4]```
warning: '[UInt4]' doesn't exist at '/JavApi/Swift/Array/convertToInt4Array()'
  --> ../no/lowlevel/Array+UInt8.swift:10:20-10:27
8  |   /// Convert ```[UInt8]``` to ```[UInt4]```
9  |   ///
10 +   /// - Returns: ```[UInt4]```
11 |   public func convertToInt4Array() -> [UInt4] {
12 |     var uint4Array: [UInt4] = []
warning: 'Equatable' doesn't exist at '/JavApi/UInt4/==(_:_:)'
  --> ../no/lowlevel/UInt4+Equatable.swift:8:28-8:37
6  | // needed to use ==
7  | extension UInt4 : Equatable {
8  +     /// Implementing the ```Equatable``` protocol to use ```==``` in Code
9  |     static public func ==(lhs: UInt4, rhs: UInt4) -> Bool {
10 |         return lhs.value == rhs.value
warning: '==' doesn't exist at '/JavApi/UInt4/==(_:_:)'
  --> ../no/lowlevel/UInt4+Equatable.swift:8:60-8:62
6  | // needed to use ==
7  | extension UInt4 : Equatable {
8  +     /// Implementing the ```Equatable``` protocol to use ```==``` in Code
9  |     static public func ==(lhs: UInt4, rhs: UInt4) -> Bool {
10 |         return lhs.value == rhs.value
warning: 'UInt8' doesn't exist at '/JavApi/UInt4/combineNibblesToByte(_:_:)'
  --> ../no/lowlevel/UInt4.swift:54:36-54:41
52 |
53 | extension UInt4 {
54 +   /// Combine two ```UInt4``` to ```UInt8```
55 |   /// - Parameters:
56 |   ///    - nibble1: ```UInt4``` high value
warning: 'UInt8' doesn't exist at '/JavApi/UInt4/combineNibblesToByte(_:_:)'
  --> ../no/lowlevel/UInt4.swift:58:20-58:25
56 |   ///    - nibble1: ```UInt4``` high value
57 |   ///    - nibble2: ```UInt4``` low value
58 +   /// - Returns: ```UInt8```
59 |   public static func combineNibblesToByte(_ nibble1: UInt4, _ nibble2: UInt4) -> UInt8 {
60 |     let byte: UInt8 = (nibble1.getValue() << 4) | nibble2.getValue()
warning: 'UInt8' doesn't exist at '/JavApi/UInt4/splitByteIntoNibbles(_:)'
  --> ../no/lowlevel/UInt4.swift:64:19-64:24
62 |   }
63 |
64 +   /// Convert a ```UInt8``` to UInt4 Tupel
65 |   ///
66 |   /// - Parameters:
warning: 'UInt8' doesn't exist at '/JavApi/UInt4/splitByteIntoNibbles(_:)'
  --> ../no/lowlevel/UInt4.swift:67:20-67:25
65 |   ///
66 |   /// - Parameters:
67 +   ///    - byte: ```UInt8```
68 |   /// - Returns: ```(UInt4, UInt4) ```
69 |   public static func splitByteIntoNibbles(_ byte: UInt8) -> (UInt4, UInt4) {
warning: '(UInt4, UInt4) ' doesn't exist at '/JavApi/UInt4/splitByteIntoNibbles(_:)'
  --> ../no/lowlevel/UInt4.swift:68:20-68:35
66 |   /// - Parameters:
67 |   ///    - byte: ```UInt8```
68 +   /// - Returns: ```(UInt4, UInt4) ```
69 |   public static func splitByteIntoNibbles(_ byte: UInt8) -> (UInt4, UInt4) {
70 |     var nibble1 = UInt4()
warning: Parameter 'second' not found in instance method declaration
   --> ../time/Instant.swift:229:22-229:28
227 |     /// Returns a copy of this instant with the specified duration in seconds added.
228 |     ///
229 +     /// - Parameters second: The amount of the second field to add to the result.
    |                      ╰─suggestion: Replace 'second' with 'secondsToAdd'
230 |     /// - Results: An Instant based on this instant with the specified amount added.
231 |     public func plusSeconds (_ secondsToAdd : Int64) -> Instant {
warning: Parameter 'secondsToAdd' is missing documentation
   --> ../time/Instant.swift:229:82-229:82
227 |     /// Returns a copy of this instant with the specified duration in seconds added.
228 |     ///
229 +     /// - Parameters second: The amount of the second field to add to the result.
    |                                                                                  ╰─suggestion: Document 'secondsToAdd' parameter
230 |     /// - Results: An Instant based on this instant with the specified amount added.
231 |     public func plusSeconds (_ secondsToAdd : Int64) -> Instant {
warning: External name 'zoneSameLocal' used to document parameter
   --> ../time/ZonedDateTime.swift:204:22-204:35
202 |     /// retaining the local date-time if possible.
203 |     ///
204 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |                      ╰─suggestion: Replace 'zoneSameLocal' with 'clock'
205 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
206 |     public func with(zoneSameLocal clock: Clock) -> ZonedDateTime {
warning: External name 'zoneSameLocal' used to document parameter
   --> ../time/ZonedDateTime.swift:221:22-221:35
219 |     /// retaining the local date-time if possible.
220 |     ///
221 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |                      ╰─suggestion: Replace 'zoneSameLocal' with 'timeZone'
222 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
223 |     public func with(zoneSameLocal timeZone: Foundation.TimeZone) -> ZonedDateTime {
warning: Parameter 'zoneSameLocal' not found in instance method declaration
   --> ../time/ZonedDateTime.swift:230:9-230:64
228 |     /// retaining the instant.
229 |     ///
230 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |         ╰─suggestion: Remove 'zoneSameLocal' parameter documentation
231 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
232 |     public func with(zoneSameInstant clock: Clock) -> ZonedDateTime {
warning: Parameter 'clock' is missing documentation
   --> ../time/ZonedDateTime.swift:230:64-230:64
228 |     /// retaining the instant.
229 |     ///
230 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |                                                                ╰─suggestion: Document 'clock' parameter
231 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
232 |     public func with(zoneSameInstant clock: Clock) -> ZonedDateTime {
warning: Parameter 'zoneSameLocal' not found in instance method declaration
   --> ../time/ZonedDateTime.swift:242:9-242:64
240 |     /// retaining the instant.
241 |     ///
242 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |         ╰─suggestion: Remove 'zoneSameLocal' parameter documentation
243 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
244 |     public func with(zoneSameInstant timeZone: Foundation.TimeZone) -> ZonedDateTime {
warning: Parameter 'timeZone' is missing documentation
   --> ../time/ZonedDateTime.swift:242:64-242:64
240 |     /// retaining the instant.
241 |     ///
242 +     /// - Parameters zoneSameLocal: the time-zone to change to.
    |                                                                ╰─suggestion: Document 'timeZone' parameter
243 |     /// - Returns: A ZonedDateTime based on this date-time with the requested zone.
244 |     public func with(zoneSameInstant timeZone: Foundation.TimeZone) -> ZonedDateTime {
warning: 'nil' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:26:120-26:123
24 |     }
25 |
26 +     /// If all element of two array are in same order in both contained, these arrays are equals. If both arrays are ``nil`` these arrays are also same.
27 |     /// - Parameter actual array
28 |     /// - Parameter identical array
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:29:21-29:25
27 |     /// - Parameter actual array
28 |     /// - Parameter identical array
29 +     /// - Returns ``true`` if they are equals
30 |     public static func equals (_ actual : [UInt8]?, _ identical : [UInt8]?) -> Bool {
31 |       if nil == actual && nil == identical {
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:43:21-43:25
41 |     /// - Parameter actual array
42 |     /// - Parameter identical array
43 +     /// - Returns ``true`` if they are equals
44 |     public static func equals (_ actual : [UInt8], _ identical : [UInt8]) -> Bool {
45 |       guard actual.count == identical.count else {
warning: 'nil' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:56:120-56:123
54 |     }
55 |
56 +     /// If all element of two array are in same order in both contained, these arrays are equals. If both arrays are ``nil`` these arrays are also same.
57 |     /// - Parameter actual array
58 |     /// - Parameter identical array
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:59:21-59:25
57 |     /// - Parameter actual array
58 |     /// - Parameter identical array
59 +     /// - Returns ``true`` if they are equals
60 |     public static func equals (_ actual : [UInt8]?, _ identical : [Int]?) -> Bool {
61 |       if nil == actual && nil == identical {
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:73:21-73:25
71 |     /// - Parameter actual array
72 |     /// - Parameter identical array
73 +     /// - Returns ``true`` if they are equals
74 |     public static func equals (_ actual : [UInt8], _ identical : [Int]) -> Bool {
75 |       return equals(identical, actual)
warning: 'nil' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:78:120-78:123
76 |     }
77 |
78 +     /// If all element of two array are in same order in both contained, these arrays are equals. If both arrays are ``nil`` these arrays are also same.
79 |     /// - Parameter actual array
80 |     /// - Parameter identical array
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:81:21-81:25
79 |     /// - Parameter actual array
80 |     /// - Parameter identical array
81 +     /// - Returns ``true`` if they are equals
82 |     public static func equals (_ actual : [Int]?, _ identical : [UInt8]?) -> Bool {
83 |       if nil == actual && nil == identical {
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
  --> ../util/Arrays.swift:95:21-95:25
93 |     /// - Parameter actual array
94 |     /// - Parameter identical array
95 +     /// - Returns ``true`` if they are equals
96 |     public static func equals (_ actual : [Int], _ identical : [UInt8]) -> Bool {
97 |       guard actual.count == identical.count else {
warning: 'true' doesn't exist at '/JavApi/java/util/Arrays/equals(_:_:)'
   --> ../util/Arrays.swift:111:21-111:25
109 |     /// - Parameter actual array
110 |     /// - Parameter identical array
111 +     /// - Returns ``true`` if they are equals
112 |     public static func equals<T>(_ actual : [T], _ identical : [T]) -> Bool {
113 |       guard actual.count == identical.count else {
warning: 'java.util.Date' doesn't exist at '/JavApi/java/util/Date/init(_:)'
  --> ../util/Date.swift:17:24-17:38
15 |     }
16 |
17 +     /// Create a new ``java.util.Date`` instance at 1. Januar 1970
18 |     /// - Parameters:
19 |     /// - Parameter millisecondsSince1970 milliseconds since 1970
warning: 'java.util.GregorianCalendar' doesn't exist at '/JavApi/java/util/GregorianCalendar'
  --> ../util/GregorianCalendar.swift:12:17-12:44
10 |   /// The Gregorian calendar is the calendar used in not too less parts of the world.
11 |   ///
12 +   /// Port of ``java.util.GregorianCalendar`` to Swift.
13 |   ///
14 |   /// ## Sample for port Java to Swift without [JavApi⁴Swift](https://github.com/bastie/JavApi4Swift)
warning: 'java.util.Calendar' doesn't exist at '/JavApi/java/util/GregorianCalendar/get(_:)'
  --> ../util/GregorianCalendar.swift:58:38-58:56
56 |     }
57 |
58 +     /// Returns the value of given ``java.util.Calendar`` field
59 |     /// - Returns ``Int`` value of expected field or throws exception
60 |     /// - Note: Can throw a hidden Java runtime Exception. Use Swift DateComponents or secure extension function `get (_ java.util.Calendar.DateComponets`
warning: 'Int' doesn't exist at '/JavApi/java/util/GregorianCalendar/get(_:)'
  --> ../util/GregorianCalendar.swift:59:21-59:24
57 |
58 |     /// Returns the value of given ``java.util.Calendar`` field
59 +     /// - Returns ``Int`` value of expected field or throws exception
60 |     /// - Note: Can throw a hidden Java runtime Exception. Use Swift DateComponents or secure extension function `get (_ java.util.Calendar.DateComponets`
61 |     open override func get (_ field : Int) throws -> Int {
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:13:13-13:17
11 |   /// Update the checksum with given byte
12 |   /// - Parameters:
13 +   ///     - with: byte value for update
   |             ╰─suggestion: Replace 'with' with 'byteValue'
14 |   public func update (with byteValue: UInt8) {
15 |     self.update([byteValue])
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:13:13-13:17
11 |   /// Update the checksum with given byte
12 |   /// - Parameters:
13 +   ///     - with: byte value for update
   |             ╰─suggestion: Replace 'with' with 'byteValue'
14 |   public func update (with byteValue: UInt8) {
15 |     self.update([byteValue])
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:13:13-13:17
11 |   /// Update the checksum with given byte
12 |   /// - Parameters:
13 +   ///     - with: byte value for update
   |             ╰─suggestion: Replace 'with' with 'byteValue'
14 |   public func update (with byteValue: UInt8) {
15 |     self.update([byteValue])
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:13:13-13:17
11 |   /// Update the checksum with given byte
12 |   /// - Parameters:
13 +   ///     - with: byte value for update
   |             ╰─suggestion: Replace 'with' with 'byteValue'
14 |   public func update (with byteValue: UInt8) {
15 |     self.update([byteValue])
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:19:13-19:17
17 |   /// Update the checksum with given bytes
18 |   /// - Parameters:
19 +   ///     - with:  byte datas for update
   |             ╰─suggestion: Replace 'with' with 'data'
20 |   public func update (with data: Data) {
21 |     self.update([UInt8](data))
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:19:13-19:17
17 |   /// Update the checksum with given bytes
18 |   /// - Parameters:
19 +   ///     - with:  byte datas for update
   |             ╰─suggestion: Replace 'with' with 'data'
20 |   public func update (with data: Data) {
21 |     self.update([UInt8](data))
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:19:13-19:17
17 |   /// Update the checksum with given bytes
18 |   /// - Parameters:
19 +   ///     - with:  byte datas for update
   |             ╰─suggestion: Replace 'with' with 'data'
20 |   public func update (with data: Data) {
21 |     self.update([UInt8](data))
warning: External name 'with' used to document parameter
  --> ../util/zip/Checksum+Swiftify.swift:19:13-19:17
17 |   /// Update the checksum with given bytes
18 |   /// - Parameters:
19 +   ///     - with:  byte datas for update
   |             ╰─suggestion: Replace 'with' with 'data'
20 |   public func update (with data: Data) {
21 |     self.update([UInt8](data))Finished building documentation for 'JavApi' (1.30s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bastie/javapi4swift/0.25.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3313] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Emitting module Snippets
[20/57] Compiling Snippets Snippet.swift
[21/57] Compiling Snippets SnippetParser.swift
[22/57] Emitting module SymbolKit
[23/57] Compiling SymbolKit Relationship.swift
[24/57] Compiling SymbolKit RelationshipKind.swift
[25/57] Compiling SymbolKit SourceOrigin.swift
[26/57] Compiling SymbolKit GenericConstraints.swift
[27/57] Compiling SymbolKit Swift.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.00s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/180] Compiling JavApi Character+Swiftify.swift
[3/180] Compiling JavApi Class+Swiftify.swift
[4/180] Compiling JavApi Class.swift
[5/180] Compiling JavApi Cloneable+Swiftify.swift
[6/180] Compiling JavApi Cloneable.swift
[7/180] Compiling JavApi Comparable+Swiftify.swift
[8/180] Compiling JavApi Comparable.swift
[9/180] Compiling JavApi Double+Java.swift
[10/180] Compiling JavApi Double+Swiftify.swift
[11/180] Compiling JavApi FileHandle+TextOutputStream.swift
[12/180] Compiling JavApi Int+Java.swift
[13/180] Compiling JavApi Int16+Java.swift
[14/180] Compiling JavApi Int32+Java.swift
[15/180] Compiling JavApi Int64+Java.swift
[16/180] Compiling JavApi Integer.swift
[17/180] Compiling JavApi Long.swift
[18/180] Compiling JavApi Math.swift
[19/180] Compiling JavApi Operator+Java.swift
[20/180] Compiling JavApi Runnable.swift
[21/180] Compiling JavApi String+CharSequence.swift
[22/180] Compiling JavApi Flushable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[23/180] Compiling JavApi InputStream+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[24/180] Compiling JavApi InputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[25/180] Compiling JavApi OutputStream+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[26/180] Compiling JavApi OutputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[27/180] Compiling JavApi PrintStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[28/180] Compiling JavApi RandomAccessFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[29/180] Compiling JavApi Reader.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[30/180] Compiling JavApi Writer+Swiftify.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[31/180] Compiling JavApi Writer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[32/180] Compiling JavApi java.io.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[33/180] Compiling JavApi java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[34/180] Compiling JavApi Appendable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[35/180] Compiling JavApi Array+Java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[36/180] Compiling JavApi Boolean.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[37/180] Compiling JavApi CharSequence+StringProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[38/180] Compiling JavApi CharSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[39/180] Compiling JavApi Character+Java.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[40/180] Compiling JavApi Character+Operator.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[41/180] Compiling JavApi Character+Strideable.swift
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[42/199] Compiling JavApi Point.swift
[43/199] Compiling JavApi Point2D+Hashable.swift
[44/199] Compiling JavApi Point2D.swift
[45/199] Compiling JavApi java.awt.geom.swift
[46/199] Compiling JavApi java.awt.swift
[47/199] Compiling JavApi BufferedOutputStream.swift
[48/199] Compiling JavApi ByteArrayInputStream+Swiftify.swift
[49/199] Compiling JavApi ByteArrayInputStream.swift
[50/199] Compiling JavApi CharArrayWriter.swift
[51/199] Compiling JavApi Closeable.swift
[52/199] Compiling JavApi DataInput.swift
[53/199] Compiling JavApi DataOutput.swift
[54/199] Compiling JavApi File+Extensions.swift
[55/199] Compiling JavApi File.swift
[56/199] Compiling JavApi FileDescriptor.swift
[57/199] Compiling JavApi FileFilter.swift
[58/199] Compiling JavApi FileInputStream.swift
[59/199] Compiling JavApi FileOutputStream.swift
[60/199] Compiling JavApi FilterInputStream.swift
[61/199] Compiling JavApi FilterOutputStream.swift
[62/199] Compiling JavApi PIC9+BinaryInteger.swift
[63/199] Compiling JavApi PIC9+Codeable.swift
[64/199] Compiling JavApi PIC9+CustomDebugStringConvertible.swift
[65/199] Compiling JavApi PIC9+CustomReflectable.swift
[66/199] Compiling JavApi PIC9+CustomStringConvertible.swift
[67/199] Compiling JavApi PIC9+Equatable.swift
[68/199] Compiling JavApi PIC9+ExpessibleByIntegerLiteral.swift
[69/199] Compiling JavApi PIC9+ExpressibleByStringLiteral.swift
[70/199] Compiling JavApi PIC9+Hashable.swift
[71/199] Compiling JavApi PIC9+LosslessStringConvertible.swift
[72/199] Compiling JavApi PIC9+Numeric.swift
[73/199] Compiling JavApi PIC9+Strideable.swift
[74/199] Compiling JavApi PIC9+UnsignedInteger.swift
[75/199] Compiling JavApi PIC9.swift
[76/199] Compiling JavApi Array+Extension.swift
[77/199] Compiling JavApi Array+UInt4.swift
[78/199] Compiling JavApi Array+UInt8.swift
[79/199] Compiling JavApi UInt4+BinaryInteger.swift
[80/199] Compiling JavApi UInt4+Codable.swift
[81/199] Compiling JavApi UInt4+Comparable.swift
[82/199] Compiling JavApi Base64.Decoder.swift
[83/199] Compiling JavApi Base64.Encoder.swift
[84/199] Compiling JavApi Base64.swift
[85/199] Compiling JavApi Calendar+Swiftify.swift
[86/199] Compiling JavApi Calendar.swift
[87/199] Compiling JavApi Collection.swift
[88/199] Compiling JavApi Collections.swift
[89/199] Compiling JavApi Comparator.swift
[90/199] Compiling JavApi Date+Cloneable.swift
[91/199] Compiling JavApi Date+Comparable.swift
[92/199] Compiling JavApi Date+Equalable.swift
[93/199] Compiling JavApi Date.swift
[94/199] Compiling JavApi Dictionary+Java.swift
[95/199] Compiling JavApi Dictionary+Swiftify.swift
[96/199] Compiling JavApi GregorianCalendar+Swiftify.swift
[97/199] Compiling JavApi GregorianCalendar.swift
[98/199] Compiling JavApi LinkedHashMap+Operator.swift
[99/199] Compiling JavApi LinkedHashMap+Swiftify.swift
[100/199] Compiling JavApi LinkedHashMap.swift
[101/199] Compiling JavApi String+Java.swift
[102/199] Compiling JavApi String+Swiftify.swift
[103/199] Compiling JavApi StringBuilder+Equalable.swift
[104/199] Compiling JavApi StringBuilder+Hashable.swift
[105/199] Compiling JavApi StringBuilder+Swiftify.swift
[106/199] Compiling JavApi StringBuilder.swift
[107/199] Compiling JavApi StringProtocol+Java.swift
[108/199] Compiling JavApi SubString+CharSequence.swift
[109/199] Compiling JavApi System+Properties.swift
[110/199] Compiling JavApi System+Swiftify.swift
[111/199] Compiling JavApi System+SystemErr.swift
[112/199] Compiling JavApi System+SystemOut.swift
[113/199] Compiling JavApi System.swift
[114/199] Compiling JavApi Thread+Swiftify.swift
[115/199] Compiling JavApi Thread.swift
[116/199] Compiling JavApi Throwable.swift
[117/199] Compiling JavApi java.lang.swift
[118/199] Compiling JavApi BigDecimal+Java.swift
[119/199] Compiling JavApi BigDecimal+Swiftify.swift
[120/199] Compiling JavApi BigDecimal.swift
[121/199] Compiling JavApi Decimal+Java.swift
[122/199] Compiling JavApi java.math.swift
[123/199] Compiling JavApi java.net.swift
[124/199] Compiling JavApi ByteBuffer+Swiftify.swift
[125/199] Compiling JavApi ByteBuffer.swift
[126/199] Compiling JavApi ByteOrder.swift
[127/199] Compiling JavApi CharBuffer.swift
[128/199] Compiling JavApi Charset.swift
[129/199] Compiling JavApi StandardCharsets.swift
[130/199] Compiling JavApi java.nio.charset.swift
[131/199] Compiling JavApi Files+Swiftify.swift
[132/199] Compiling JavApi Files.swift
[133/199] Compiling JavApi OpenOption.swift
[134/199] Compiling JavApi Path.swift
[135/199] Compiling JavApi Paths.swift
[136/199] Compiling JavApi StandardOpenOption.swift
[137/199] Compiling JavApi FileAttribute.swift
[138/199] Compiling JavApi java.nio.file.attribute.swift
[139/199] Compiling JavApi java.nio.file.swift
[140/199] Compiling JavApi java.nio.swift
[141/199] Emitting module JavApi
/Users/admin/builder/spi-builder-workspace/Sources/JavApi/lang/Character+Strideable.swift:34:1: warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
32 | /// ```
33 | ///
34 | extension Character : Strideable { //Diese Compiler-Warnung soll explizit bestehen bleiben
   | |- warning: extension declares a conformance of imported type 'Character' to imported protocol 'Strideable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
35 |   public typealias Stride = Int
36 |
[142/199] Compiling JavApi UInt4+CustomDebugStringConvertible.swift
[143/199] Compiling JavApi UInt4+CustomPlaygroundDisplayConvertible.swift
[144/199] Compiling JavApi UInt4+CustomReflectable.swift
[145/199] Compiling JavApi UInt4+CustomStringConvertible.swift
[146/199] Compiling JavApi UInt4+Equatable.swift
[147/199] Compiling JavApi UInt4+ExpressibleByIntegerLiteral.swift
[148/199] Compiling JavApi UInt4+ExpressibleByStringLiteral.swift
[149/199] Compiling JavApi UInt4+FixedWidthInteger.swift
[150/199] Compiling JavApi UInt4+Hashable.swift
[151/199] Compiling JavApi UInt4+LosslessStringConvertible.swift
[152/199] Compiling JavApi UInt4+Numeric.swift
[153/199] Compiling JavApi UInt4+Strideable.swift
[154/199] Compiling JavApi UInt4+UnsignedInteger.swift
[155/199] Compiling JavApi UInt4.swift
[156/199] Compiling JavApi no.swift
[157/199] Compiling JavApi SecureRandom.swift
[158/199] Compiling JavApi java.security.swift
[159/199] Compiling JavApi Clock.swift
[160/199] Compiling JavApi ClockIdentifierName.swift
[161/199] Compiling JavApi Instant+AnyDate.swift
[162/199] Compiling JavApi Instant+Codable.swift
[163/199] Compiling JavApi Instant+Comparable.swift
[164/199] Compiling JavApi Instant+CustomDebugStringConvertible.swift
[165/199] Compiling JavApi Instant+CustomPlaygroundDisplayConvertible.swift
[166/199] Compiling JavApi Instant+CustomReflectable.swift
[167/199] Compiling JavApi Instant+CustomStringConvertible.swift
[168/199] Compiling JavApi Instant+Equatable.swift
[169/199] Compiling JavApi Instant+Hashable.swift
[170/199] Compiling JavApi Instant.swift
[171/199] Compiling JavApi IntegerExtension.swift
[172/199] Compiling JavApi LocalDate.swift
[173/199] Compiling JavApi LocalDateTime.swift
[174/199] Compiling JavApi LocalTime.swift
[175/199] Compiling JavApi Period.swift
[176/199] Compiling JavApi ZonedDateTime.swift
[177/199] Compiling JavApi java.time.swift
[178/199] Compiling JavApi ArrayList.swift
[179/199] Compiling JavApi Arrays.swift
[180/199] Compiling JavApi Base64+Alphabets.swift
[181/199] Compiling JavApi Map.swift
[182/199] Compiling JavApi Queue.swift
[183/199] Compiling JavApi Random.swift
[184/199] Compiling JavApi RandomAccessCollection+Java.swift
[185/199] Compiling JavApi Set+Java.swift
[186/199] Compiling JavApi Stack+Swiftify.swift
[187/199] Compiling JavApi Stack.swift
[188/199] Compiling JavApi TimeZone.swift
[189/199] Compiling JavApi UUID+Java.swift
[190/199] Compiling JavApi java.util.swift
[191/199] Compiling JavApi Adler32+Swiftify.swift
[192/199] Compiling JavApi Adler32.swift
[193/199] Compiling JavApi CRC32+Swiftify.swift
[194/199] Compiling JavApi CRC32.swift
[195/199] Compiling JavApi CRC32C+Swiftify.swift
[196/199] Compiling JavApi CRC32C.swift
[197/199] Compiling JavApi Checksum+Swiftify.swift
[198/199] Compiling JavApi Checksum.swift
[199/199] Compiling JavApi java.util.zip.swift
Build of target: 'JavApi' complete! (2.09s)
    5033
29	/Users/admin/builder/spi-builder-workspace/.docs/bastie/javapi4swift/0.25.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bastie/javapi4swift/0.25.0
File count: 5033
Doc size:   29.0MB
Preparing doc bundle ...
Uploading prod-bastie-javapi4swift-0.25.0-e14d6960.zip to s3://spi-docs-inbox/prod-bastie-javapi4swift-0.25.0-e14d6960.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.