Build Information
Successful build of JavApi⁴Swift, reference main (c37a06
), with Swift 6.1 for macOS (SPM) on 23 Jun 2025 00:54:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/JavApi4Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bastie/JavApi4Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c37a061 switch to Version 0.26.1
Cloned https://github.com/bastie/JavApi4Swift.git
Revision (git rev-parse @):
c37a061e740b79341b3b27fa809556ef0bd985a1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bastie/JavApi4Swift.git at main
========================================
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/31303] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (2.56s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at main (c37a061)
warning: '.resolve-product-dependencies': dependency 'javapi4swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
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_Math_Tests.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/Iterable.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+SystemIn.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/AbstractCollection.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/HashMap.swift",
"util/Iterator.swift",
"util/LinkedHashMap+Operator.swift",
"util/LinkedHashMap+Swiftify.swift",
"util/LinkedHashMap.swift",
"util/List.swift",
"util/ListIterator.swift",
"util/Locale.swift",
"util/Map.swift",
"util/Observable.swift",
"util/Observer+Equatable.swift",
"util/Observer+Hashable.swift",
"util/Observer.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.3.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-2F0A5646E1D333AE.txt
[3/192] 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 |
[4/212] Compiling JavApi Observer+Hashable.swift
[5/212] Compiling JavApi Observer.swift
[6/212] Compiling JavApi Queue.swift
[7/212] Compiling JavApi Random.swift
[8/212] Compiling JavApi RandomAccessCollection+Java.swift
[9/212] Compiling JavApi Set+Java.swift
[10/212] Compiling JavApi Stack+Swiftify.swift
[11/212] Compiling JavApi Stack.swift
[12/212] Compiling JavApi TimeZone.swift
[13/212] Compiling JavApi UUID+Java.swift
[14/212] Compiling JavApi java.util.swift
[15/212] Compiling JavApi Adler32+Swiftify.swift
[16/212] Compiling JavApi Adler32.swift
[17/212] Compiling JavApi CRC32+Swiftify.swift
[18/212] Compiling JavApi CRC32.swift
[19/212] Compiling JavApi CRC32C+Swiftify.swift
[20/212] Compiling JavApi CRC32C.swift
[21/212] Compiling JavApi Checksum+Swiftify.swift
[22/212] Compiling JavApi Checksum.swift
[23/212] Compiling JavApi java.util.zip.swift
[24/212] Compiling JavApi java.net.swift
[25/212] Compiling JavApi ByteBuffer+Swiftify.swift
[26/212] Compiling JavApi ByteBuffer.swift
[27/212] Compiling JavApi ByteOrder.swift
[28/212] Compiling JavApi CharBuffer.swift
[29/212] Compiling JavApi Charset.swift
[30/212] Compiling JavApi StandardCharsets.swift
[31/212] Compiling JavApi java.nio.charset.swift
[32/212] Compiling JavApi Files+Swiftify.swift
[33/212] Compiling JavApi Files.swift
[34/212] Compiling JavApi OpenOption.swift
[35/212] Compiling JavApi Path.swift
[36/212] Compiling JavApi Paths.swift
[37/212] Compiling JavApi StandardOpenOption.swift
[38/212] Compiling JavApi FileAttribute.swift
[39/212] Compiling JavApi java.nio.file.attribute.swift
[40/212] Compiling JavApi java.nio.file.swift
[41/212] Compiling JavApi java.nio.swift
[42/212] Compiling JavApi PIC9+BinaryInteger.swift
[43/212] Compiling JavApi PIC9+Codeable.swift
[44/212] Compiling JavApi PIC9+CustomDebugStringConvertible.swift
[45/212] Compiling JavApi UInt4+Equatable.swift
[46/212] Compiling JavApi UInt4+ExpressibleByIntegerLiteral.swift
[47/212] Compiling JavApi UInt4+ExpressibleByStringLiteral.swift
[48/212] Compiling JavApi UInt4+FixedWidthInteger.swift
[49/212] Compiling JavApi UInt4+Hashable.swift
[50/212] Compiling JavApi UInt4+LosslessStringConvertible.swift
[51/212] Compiling JavApi UInt4+Numeric.swift
[52/212] Compiling JavApi UInt4+Strideable.swift
[53/212] Compiling JavApi UInt4+UnsignedInteger.swift
[54/212] Compiling JavApi UInt4.swift
[55/212] Compiling JavApi no.swift
[56/212] Compiling JavApi SecureRandom.swift
[57/212] Compiling JavApi java.security.swift
[58/212] Compiling JavApi Clock.swift
[59/212] Compiling JavApi ClockIdentifierName.swift
[60/212] Compiling JavApi Instant+AnyDate.swift
[61/212] Compiling JavApi Instant+Codable.swift
[62/212] Compiling JavApi Instant+Comparable.swift
[63/212] Compiling JavApi Instant+CustomDebugStringConvertible.swift
[64/212] Compiling JavApi Instant+CustomPlaygroundDisplayConvertible.swift
[65/212] Compiling JavApi Instant+CustomReflectable.swift
[66/212] 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 |
[67/212] 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 |
[68/212] 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 |
[69/212] 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 |
[70/212] 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 |
[71/212] 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 |
[72/212] 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 |
[73/212] 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 |
[74/212] 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 |
[75/212] 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 |
[76/212] 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 |
[77/212] 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 |
[78/212] 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 |
[79/212] 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 |
[80/212] 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 |
[81/212] 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 |
[82/212] 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 |
[83/212] 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 |
[84/212] 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 |
[85/212] Compiling JavApi Character+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 |
[86/212] Compiling JavApi Class+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 |
[87/212] Compiling JavApi StringBuilder+Equalable.swift
[88/212] Compiling JavApi StringBuilder+Hashable.swift
[89/212] Compiling JavApi StringBuilder+Swiftify.swift
[90/212] Compiling JavApi StringBuilder.swift
[91/212] Compiling JavApi StringProtocol+Java.swift
[92/212] Compiling JavApi SubString+CharSequence.swift
[93/212] Compiling JavApi System+Properties.swift
[94/212] Compiling JavApi System+Swiftify.swift
[95/212] Compiling JavApi System+SystemErr.swift
[96/212] Compiling JavApi System+SystemIn.swift
[97/212] Compiling JavApi System+SystemOut.swift
[98/212] Compiling JavApi System.swift
[99/212] Compiling JavApi Thread+Swiftify.swift
[100/212] Compiling JavApi Thread.swift
[101/212] Compiling JavApi Throwable.swift
[102/212] Compiling JavApi java.lang.swift
[103/212] Compiling JavApi BigDecimal+Java.swift
[104/212] Compiling JavApi BigDecimal+Swiftify.swift
[105/212] Compiling JavApi BigDecimal.swift
[106/212] Compiling JavApi Decimal+Java.swift
[107/212] Compiling JavApi java.math.swift
[108/212] Compiling JavApi Collections.swift
[109/212] Compiling JavApi Comparator.swift
[110/212] Compiling JavApi Date+Cloneable.swift
[111/212] Compiling JavApi Date+Comparable.swift
[112/212] Compiling JavApi Date+Equalable.swift
[113/212] Compiling JavApi Date.swift
[114/212] Compiling JavApi Dictionary+Java.swift
[115/212] Compiling JavApi Dictionary+Swiftify.swift
[116/212] Compiling JavApi GregorianCalendar+Swiftify.swift
[117/212] Compiling JavApi GregorianCalendar.swift
[118/212] Compiling JavApi HashMap.swift
[119/212] Compiling JavApi Iterator.swift
[120/212] Compiling JavApi LinkedHashMap+Operator.swift
[121/212] Compiling JavApi LinkedHashMap+Swiftify.swift
[122/212] Compiling JavApi LinkedHashMap.swift
[123/212] Compiling JavApi List.swift
[124/212] Compiling JavApi ListIterator.swift
[125/212] Compiling JavApi Locale.swift
[126/212] Compiling JavApi Map.swift
[127/212] Compiling JavApi Observable.swift
[128/212] Compiling JavApi Observer+Equatable.swift
[129/212] Compiling JavApi Instant+CustomStringConvertible.swift
[130/212] Compiling JavApi Instant+Equatable.swift
[131/212] Compiling JavApi Instant+Hashable.swift
[132/212] Compiling JavApi Instant.swift
[133/212] Compiling JavApi IntegerExtension.swift
[134/212] Compiling JavApi LocalDate.swift
[135/212] Compiling JavApi LocalDateTime.swift
[136/212] Compiling JavApi LocalTime.swift
[137/212] Compiling JavApi Period.swift
[138/212] Compiling JavApi ZonedDateTime.swift
[139/212] Compiling JavApi java.time.swift
[140/212] Compiling JavApi AbstractCollection.swift
[141/212] Compiling JavApi ArrayList.swift
[142/212] Compiling JavApi Arrays.swift
[143/212] Compiling JavApi Base64+Alphabets.swift
[144/212] Compiling JavApi Base64.Decoder.swift
[145/212] Compiling JavApi Base64.Encoder.swift
[146/212] Compiling JavApi Base64.swift
[147/212] Compiling JavApi Calendar+Swiftify.swift
[148/212] Compiling JavApi Calendar.swift
[149/212] Compiling JavApi Collection.swift
[150/212] Compiling JavApi Class.swift
[151/212] Compiling JavApi Cloneable+Swiftify.swift
[152/212] Compiling JavApi Cloneable.swift
[153/212] Compiling JavApi Comparable+Swiftify.swift
[154/212] Compiling JavApi Comparable.swift
[155/212] Compiling JavApi Double+Java.swift
[156/212] Compiling JavApi Double+Swiftify.swift
[157/212] Compiling JavApi FileHandle+TextOutputStream.swift
[158/212] Compiling JavApi Int+Java.swift
[159/212] Compiling JavApi Int16+Java.swift
[160/212] Compiling JavApi Int32+Java.swift
[161/212] Compiling JavApi Int64+Java.swift
[162/212] Compiling JavApi Integer.swift
[163/212] Compiling JavApi Iterable.swift
[164/212] Compiling JavApi Long.swift
[165/212] Compiling JavApi Math.swift
[166/212] Compiling JavApi Operator+Java.swift
[167/212] Compiling JavApi Runnable.swift
[168/212] Compiling JavApi String+CharSequence.swift
[169/212] Compiling JavApi String+Java.swift
[170/212] Compiling JavApi String+Swiftify.swift
[171/212] Compiling JavApi PIC9+CustomReflectable.swift
[172/212] Compiling JavApi PIC9+CustomStringConvertible.swift
[173/212] Compiling JavApi PIC9+Equatable.swift
[174/212] Compiling JavApi PIC9+ExpessibleByIntegerLiteral.swift
[175/212] Compiling JavApi PIC9+ExpressibleByStringLiteral.swift
[176/212] Compiling JavApi PIC9+Hashable.swift
[177/212] Compiling JavApi PIC9+LosslessStringConvertible.swift
[178/212] Compiling JavApi PIC9+Numeric.swift
[179/212] Compiling JavApi PIC9+Strideable.swift
[180/212] Compiling JavApi PIC9+UnsignedInteger.swift
[181/212] Compiling JavApi PIC9.swift
[182/212] Compiling JavApi Array+Extension.swift
[183/212] Compiling JavApi Array+UInt4.swift
[184/212] Compiling JavApi Array+UInt8.swift
[185/212] Compiling JavApi UInt4+BinaryInteger.swift
[186/212] Compiling JavApi UInt4+Codable.swift
[187/212] Compiling JavApi UInt4+Comparable.swift
[188/212] Compiling JavApi UInt4+CustomDebugStringConvertible.swift
[189/212] Compiling JavApi UInt4+CustomPlaygroundDisplayConvertible.swift
[190/212] Compiling JavApi UInt4+CustomReflectable.swift
[191/212] Compiling JavApi UInt4+CustomStringConvertible.swift
[192/212] Compiling JavApi Point.swift
[193/212] Compiling JavApi Point2D+Hashable.swift
[194/212] Compiling JavApi Point2D.swift
[195/212] Compiling JavApi java.awt.geom.swift
[196/212] Compiling JavApi java.awt.swift
[197/212] Compiling JavApi BufferedOutputStream.swift
[198/212] Compiling JavApi ByteArrayInputStream+Swiftify.swift
[199/212] Compiling JavApi ByteArrayInputStream.swift
[200/212] Compiling JavApi CharArrayWriter.swift
[201/212] Compiling JavApi Closeable.swift
[202/212] Compiling JavApi DataInput.swift
[203/212] Compiling JavApi DataOutput.swift
[204/212] Compiling JavApi File+Extensions.swift
[205/212] Compiling JavApi File.swift
[206/212] Compiling JavApi FileDescriptor.swift
[207/212] Compiling JavApi FileFilter.swift
[208/212] Compiling JavApi FileInputStream.swift
[209/212] Compiling JavApi FileOutputStream.swift
[210/212] Compiling JavApi FilterInputStream.swift
[211/212] Compiling JavApi FilterOutputStream.swift
[212/212] Compiling JavApi Flushable.swift
Build complete! (6.41s)
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_Math_Tests.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/Iterable.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+SystemIn.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/AbstractCollection.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/HashMap.swift",
"util/Iterator.swift",
"util/LinkedHashMap+Operator.swift",
"util/LinkedHashMap+Swiftify.swift",
"util/LinkedHashMap.swift",
"util/List.swift",
"util/ListIterator.swift",
"util/Locale.swift",
"util/Map.swift",
"util/Observable.swift",
"util/Observer+Equatable.swift",
"util/Observer+Hashable.swift",
"util/Observer.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/main
Repository: bastie/JavApi4Swift
Swift version used: 6.1
Target: JavApi
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'JavApi'...
Finished extracting symbol information for 'JavApi'. (4.52s)
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 'object' not found in instance method declaration
--> ../util/AbstractCollection.swift:119:8-120:44
117 | * {@code e == null}.
118 | *
119 + * @param object
| ╰─suggestion: Remove 'object' parameter documentation
120 + * the object to search for.
121 | * @return {@code true} if object is an element of this {@code Collection}, {@code
122 | * false} otherwise.
warning: Parameter 'element' is missing documentation
--> ../util/AbstractCollection.swift:120:44-120:44
118 | *
119 | * @param object
120 + * the object to search for.
| ╰─suggestion: Document 'element' parameter
121 | * @return {@code true} if object is an element of this {@code Collection}, {@code
122 | * false} otherwise.
warning: Parameter 'object' not found in instance method declaration
--> ../util/AbstractCollection.swift:218:8-219:40
216 | * is thrown.
217 | *
218 + * @param object
| ╰─suggestion: Remove 'object' parameter documentation
219 + * the object to remove.
220 | * @return {@code true} if this {@code Collection} is modified, {@code false}
221 | * otherwise.
warning: Parameter 'element' is missing documentation
--> ../util/AbstractCollection.swift:219:40-219:40
217 | *
218 | * @param object
219 + * the object to remove.
| ╰─suggestion: Document 'element' parameter
220 | * @return {@code true} if this {@code Collection} is modified, {@code false}
221 | * otherwise.
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: 'java.util.Observer' doesn't exist at '/JavApi/java/util/Observable'
--> ../util/Observable.swift:32:14-32:32
30 | ///
31 | /// @see Observer
32 + /// - see ``java.util.Observer``
| ╰─suggestion: Replace 'java.util.Observer' with 'addObserver(_:)'
33 | ///
34 | open class Observable {
warning: 'return self' doesn't exist at '/JavApi/java/util/Observer/observerInstance()'
--> ../util/Observer.swift:39:60-39:71
37 | func update(_ observable : Observable, _ data : Any?)
38 |
39 + /// Swift requirement: You need to implement this by ```return self```
40 | func observerInstance() -> AnyObject
41 | }
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.52s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/bastie/javapi4swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
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.4
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
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Compiling SymbolKit Identifier.swift
[9/53] Compiling SymbolKit KindIdentifier.swift
[10/53] Compiling SymbolKit Location.swift
[11/53] Compiling SymbolKit Mutability.swift
[12/53] Compiling SymbolKit GenericConstraint.swift
[13/53] Compiling SymbolKit GenericParameter.swift
[14/53] Compiling SymbolKit Generics.swift
[15/53] Compiling SymbolKit Namespace.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Emitting module Snippets
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit Names.swift
[28/57] Compiling SymbolKit SPI.swift
[29/57] Compiling SymbolKit Snippet.swift
[30/57] Compiling SymbolKit Extension.swift
[31/57] Emitting module SymbolKit
[32/57] Compiling SymbolKit SourceRange.swift
[33/57] Compiling SymbolKit Metadata.swift
[34/57] Compiling SymbolKit Module.swift
[35/57] Compiling SymbolKit OperatingSystem.swift
[36/57] Compiling SymbolKit Platform.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 Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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! (4.14s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/191] Compiling JavApi Class.swift
[3/191] Compiling JavApi Cloneable+Swiftify.swift
[4/191] Compiling JavApi Cloneable.swift
[5/191] Compiling JavApi Comparable+Swiftify.swift
[6/191] Compiling JavApi Comparable.swift
[7/191] Compiling JavApi Double+Java.swift
[8/191] Compiling JavApi Double+Swiftify.swift
[9/191] Compiling JavApi FileHandle+TextOutputStream.swift
[10/191] Compiling JavApi Int+Java.swift
[11/191] Compiling JavApi Int16+Java.swift
[12/191] Compiling JavApi Int32+Java.swift
[13/191] Compiling JavApi Int64+Java.swift
[14/191] Compiling JavApi Integer.swift
[15/191] Compiling JavApi Iterable.swift
[16/191] Compiling JavApi Long.swift
[17/191] Compiling JavApi Math.swift
[18/191] Compiling JavApi Operator+Java.swift
[19/191] Compiling JavApi Runnable.swift
[20/191] Compiling JavApi String+CharSequence.swift
[21/191] Compiling JavApi String+Java.swift
[22/191] Compiling JavApi String+Swiftify.swift
[23/211] Compiling JavApi Collections.swift
[24/211] Compiling JavApi Comparator.swift
[25/211] Compiling JavApi Date+Cloneable.swift
[26/211] Compiling JavApi Date+Comparable.swift
[27/211] Compiling JavApi Date+Equalable.swift
[28/211] Compiling JavApi Date.swift
[29/211] Compiling JavApi Dictionary+Java.swift
[30/211] Compiling JavApi Dictionary+Swiftify.swift
[31/211] Compiling JavApi GregorianCalendar+Swiftify.swift
[32/211] Compiling JavApi GregorianCalendar.swift
[33/211] Compiling JavApi HashMap.swift
[34/211] Compiling JavApi Iterator.swift
[35/211] Compiling JavApi LinkedHashMap+Operator.swift
[36/211] Compiling JavApi LinkedHashMap+Swiftify.swift
[37/211] Compiling JavApi LinkedHashMap.swift
[38/211] Compiling JavApi List.swift
[39/211] Compiling JavApi ListIterator.swift
[40/211] Compiling JavApi Locale.swift
[41/211] Compiling JavApi Map.swift
[42/211] Compiling JavApi Observable.swift
[43/211] Compiling JavApi Observer+Equatable.swift
[44/211] Compiling JavApi Point.swift
[45/211] Compiling JavApi Point2D+Hashable.swift
[46/211] Compiling JavApi Point2D.swift
[47/211] Compiling JavApi java.awt.geom.swift
[48/211] Compiling JavApi java.awt.swift
[49/211] Compiling JavApi BufferedOutputStream.swift
[50/211] Compiling JavApi ByteArrayInputStream+Swiftify.swift
[51/211] Compiling JavApi ByteArrayInputStream.swift
[52/211] Compiling JavApi CharArrayWriter.swift
[53/211] Compiling JavApi Closeable.swift
[54/211] Compiling JavApi DataInput.swift
[55/211] Compiling JavApi DataOutput.swift
[56/211] Compiling JavApi File+Extensions.swift
[57/211] Compiling JavApi File.swift
[58/211] Compiling JavApi FileDescriptor.swift
[59/211] Compiling JavApi FileFilter.swift
[60/211] Compiling JavApi FileInputStream.swift
[61/211] Compiling JavApi FileOutputStream.swift
[62/211] Compiling JavApi FilterInputStream.swift
[63/211] Compiling JavApi FilterOutputStream.swift
[64/211] Compiling JavApi Flushable.swift
[65/211] Compiling JavApi StringBuilder+Equalable.swift
[66/211] Compiling JavApi StringBuilder+Hashable.swift
[67/211] Compiling JavApi StringBuilder+Swiftify.swift
[68/211] Compiling JavApi StringBuilder.swift
[69/211] Compiling JavApi StringProtocol+Java.swift
[70/211] Compiling JavApi SubString+CharSequence.swift
[71/211] Compiling JavApi System+Properties.swift
[72/211] Compiling JavApi System+Swiftify.swift
[73/211] Compiling JavApi System+SystemErr.swift
[74/211] Compiling JavApi System+SystemIn.swift
[75/211] Compiling JavApi System+SystemOut.swift
[76/211] Compiling JavApi System.swift
[77/211] Compiling JavApi Thread+Swiftify.swift
[78/211] Compiling JavApi Thread.swift
[79/211] Compiling JavApi Throwable.swift
[80/211] Compiling JavApi java.lang.swift
[81/211] Compiling JavApi BigDecimal+Java.swift
[82/211] Compiling JavApi BigDecimal+Swiftify.swift
[83/211] Compiling JavApi BigDecimal.swift
[84/211] Compiling JavApi Decimal+Java.swift
[85/211] Compiling JavApi java.math.swift
[86/211] 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 |
[87/211] 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 |
[88/211] 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 |
[89/211] 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 |
[90/211] 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 |
[91/211] 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 |
[92/211] 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 |
[93/211] 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 |
[94/211] 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 |
[95/211] 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 |
[96/211] 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 |
[97/211] 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 |
[98/211] 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 |
[99/211] 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 |
[100/211] 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 |
[101/211] 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 |
[102/211] 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 |
[103/211] 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 |
[104/211] 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 |
[105/211] Compiling JavApi Character+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/211] Compiling JavApi Class+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 |
[107/211] Compiling JavApi Observer+Hashable.swift
[108/211] Compiling JavApi Observer.swift
[109/211] Compiling JavApi Queue.swift
[110/211] Compiling JavApi Random.swift
[111/211] Compiling JavApi RandomAccessCollection+Java.swift
[112/211] Compiling JavApi Set+Java.swift
[113/211] Compiling JavApi Stack+Swiftify.swift
[114/211] Compiling JavApi Stack.swift
[115/211] Compiling JavApi TimeZone.swift
[116/211] Compiling JavApi UUID+Java.swift
[117/211] Compiling JavApi java.util.swift
[118/211] Compiling JavApi Adler32+Swiftify.swift
[119/211] Compiling JavApi Adler32.swift
[120/211] Compiling JavApi CRC32+Swiftify.swift
[121/211] Compiling JavApi CRC32.swift
[122/211] Compiling JavApi CRC32C+Swiftify.swift
[123/211] Compiling JavApi CRC32C.swift
[124/211] Compiling JavApi Checksum+Swiftify.swift
[125/211] Compiling JavApi Checksum.swift
[126/211] Compiling JavApi java.util.zip.swift
[127/211] 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 |
[128/211] Compiling JavApi java.net.swift
[129/211] Compiling JavApi ByteBuffer+Swiftify.swift
[130/211] Compiling JavApi ByteBuffer.swift
[131/211] Compiling JavApi ByteOrder.swift
[132/211] Compiling JavApi CharBuffer.swift
[133/211] Compiling JavApi Charset.swift
[134/211] Compiling JavApi StandardCharsets.swift
[135/211] Compiling JavApi java.nio.charset.swift
[136/211] Compiling JavApi Files+Swiftify.swift
[137/211] Compiling JavApi Files.swift
[138/211] Compiling JavApi OpenOption.swift
[139/211] Compiling JavApi Path.swift
[140/211] Compiling JavApi Paths.swift
[141/211] Compiling JavApi StandardOpenOption.swift
[142/211] Compiling JavApi FileAttribute.swift
[143/211] Compiling JavApi java.nio.file.attribute.swift
[144/211] Compiling JavApi java.nio.file.swift
[145/211] Compiling JavApi java.nio.swift
[146/211] Compiling JavApi PIC9+BinaryInteger.swift
[147/211] Compiling JavApi PIC9+Codeable.swift
[148/211] Compiling JavApi PIC9+CustomDebugStringConvertible.swift
[149/211] Compiling JavApi UInt4+Equatable.swift
[150/211] Compiling JavApi UInt4+ExpressibleByIntegerLiteral.swift
[151/211] Compiling JavApi UInt4+ExpressibleByStringLiteral.swift
[152/211] Compiling JavApi UInt4+FixedWidthInteger.swift
[153/211] Compiling JavApi UInt4+Hashable.swift
[154/211] Compiling JavApi UInt4+LosslessStringConvertible.swift
[155/211] Compiling JavApi UInt4+Numeric.swift
[156/211] Compiling JavApi UInt4+Strideable.swift
[157/211] Compiling JavApi UInt4+UnsignedInteger.swift
[158/211] Compiling JavApi UInt4.swift
[159/211] Compiling JavApi no.swift
[160/211] Compiling JavApi SecureRandom.swift
[161/211] Compiling JavApi java.security.swift
[162/211] Compiling JavApi Clock.swift
[163/211] Compiling JavApi ClockIdentifierName.swift
[164/211] Compiling JavApi Instant+AnyDate.swift
[165/211] Compiling JavApi Instant+Codable.swift
[166/211] Compiling JavApi Instant+Comparable.swift
[167/211] Compiling JavApi Instant+CustomDebugStringConvertible.swift
[168/211] Compiling JavApi Instant+CustomPlaygroundDisplayConvertible.swift
[169/211] Compiling JavApi Instant+CustomReflectable.swift
[170/211] Compiling JavApi PIC9+CustomReflectable.swift
[171/211] Compiling JavApi PIC9+CustomStringConvertible.swift
[172/211] Compiling JavApi PIC9+Equatable.swift
[173/211] Compiling JavApi PIC9+ExpessibleByIntegerLiteral.swift
[174/211] Compiling JavApi PIC9+ExpressibleByStringLiteral.swift
[175/211] Compiling JavApi PIC9+Hashable.swift
[176/211] Compiling JavApi PIC9+LosslessStringConvertible.swift
[177/211] Compiling JavApi PIC9+Numeric.swift
[178/211] Compiling JavApi PIC9+Strideable.swift
[179/211] Compiling JavApi PIC9+UnsignedInteger.swift
[180/211] Compiling JavApi PIC9.swift
[181/211] Compiling JavApi Array+Extension.swift
[182/211] Compiling JavApi Array+UInt4.swift
[183/211] Compiling JavApi Array+UInt8.swift
[184/211] Compiling JavApi UInt4+BinaryInteger.swift
[185/211] Compiling JavApi UInt4+Codable.swift
[186/211] Compiling JavApi UInt4+Comparable.swift
[187/211] Compiling JavApi UInt4+CustomDebugStringConvertible.swift
[188/211] Compiling JavApi UInt4+CustomPlaygroundDisplayConvertible.swift
[189/211] Compiling JavApi UInt4+CustomReflectable.swift
[190/211] Compiling JavApi UInt4+CustomStringConvertible.swift
[191/211] Compiling JavApi Instant+CustomStringConvertible.swift
[192/211] Compiling JavApi Instant+Equatable.swift
[193/211] Compiling JavApi Instant+Hashable.swift
[194/211] Compiling JavApi Instant.swift
[195/211] Compiling JavApi IntegerExtension.swift
[196/211] Compiling JavApi LocalDate.swift
[197/211] Compiling JavApi LocalDateTime.swift
[198/211] Compiling JavApi LocalTime.swift
[199/211] Compiling JavApi Period.swift
[200/211] Compiling JavApi ZonedDateTime.swift
[201/211] Compiling JavApi java.time.swift
[202/211] Compiling JavApi AbstractCollection.swift
[203/211] Compiling JavApi ArrayList.swift
[204/211] Compiling JavApi Arrays.swift
[205/211] Compiling JavApi Base64+Alphabets.swift
[206/211] Compiling JavApi Base64.Decoder.swift
[207/211] Compiling JavApi Base64.Encoder.swift
[208/211] Compiling JavApi Base64.swift
[209/211] Compiling JavApi Calendar+Swiftify.swift
[210/211] Compiling JavApi Calendar.swift
[211/211] Compiling JavApi Collection.swift
Build of target: 'JavApi' complete! (2.18s)
5335
30 /Users/admin/builder/spi-builder-workspace/.docs/bastie/javapi4swift/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bastie/javapi4swift/main
File count: 5335
Doc size: 30.0MB
Preparing doc bundle ...
Uploading prod-bastie-javapi4swift-main-7ef6d9c1.zip to s3://spi-docs-inbox/prod-bastie-javapi4swift-main-7ef6d9c1.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.