Build Information
Failed to build JavApi⁴Swift, reference main (a950aa), with Swift 6.2 for Linux on 29 Sep 2025 18:07:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bastie/JavApi4Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bastie/JavApi4Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a950aab another Swift 5.10 FreeBSD change
Cloned https://github.com/bastie/JavApi4Swift.git
Revision (git rev-parse @):
a950aab0e98c07c2d4f8ba9f5f842214cf50796f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bastie/JavApi4Swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/bastie/JavApi4Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/171] Emitting module JavApi
/host/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/195] Compiling JavApi PIC9+UnsignedInteger.swift
[5/195] Compiling JavApi PIC9.swift
[6/195] Compiling JavApi Array+Extension.swift
[7/195] Compiling JavApi Array+UInt4.swift
[8/195] Compiling JavApi Array+UInt8.swift
[9/195] Compiling JavApi UInt4+BinaryInteger.swift
[10/195] Compiling JavApi UInt4+Codable.swift
[11/195] Compiling JavApi UInt4+Comparable.swift
[12/195] Compiling JavApi UInt4+CustomDebugStringConvertible.swift
[13/195] Compiling JavApi UInt4+CustomPlaygroundDisplayConvertible.swift
[14/195] Compiling JavApi UInt4+CustomReflectable.swift
[15/195] Compiling JavApi UInt4+CustomStringConvertible.swift
[16/195] Compiling JavApi UInt4+Equatable.swift
[17/195] Compiling JavApi UInt4+ExpressibleByIntegerLiteral.swift
[18/195] Compiling JavApi UInt4+ExpressibleByStringLiteral.swift
[19/195] Compiling JavApi UInt4+FixedWidthInteger.swift
[20/195] Compiling JavApi UInt4+Hashable.swift
[21/195] Compiling JavApi UInt4+LosslessStringConvertible.swift
[22/195] Compiling JavApi UInt4+Numeric.swift
[23/195] Compiling JavApi UInt4+Strideable.swift
[24/195] Compiling JavApi UInt4+UnsignedInteger.swift
[25/195] Compiling JavApi UInt4.swift
[26/195] Compiling JavApi no.swift
[27/195] Compiling JavApi SecureRandom.swift
[28/218] Compiling JavApi Map.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[29/218] Compiling JavApi Observable.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[30/218] Compiling JavApi Observer+Equatable.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[31/218] Compiling JavApi Observer+Hashable.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[32/218] Compiling JavApi Observer.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[33/218] Compiling JavApi Queue.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[34/218] Compiling JavApi Random.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[35/218] Compiling JavApi RandomAccessCollection+Java.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[36/218] Compiling JavApi Set+Java.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[37/218] Compiling JavApi Stack+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[38/218] Compiling JavApi Stack.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[39/218] Compiling JavApi TimeZone.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[40/218] Compiling JavApi UUID+Java.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[41/218] Compiling JavApi java.util.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[42/218] Compiling JavApi Adler32+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[43/218] Compiling JavApi Adler32.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[44/218] Compiling JavApi CRC32+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[45/218] Compiling JavApi CRC32.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[46/218] Compiling JavApi CRC32C+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[47/218] Compiling JavApi CRC32C.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[48/218] Compiling JavApi Checksum+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[49/218] Compiling JavApi Checksum.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[50/218] Compiling JavApi java.util.zip.swift
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:32: error: extraneous argument label 'data:' in call
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: extraneous argument label 'data:' in call
34 | var md5Bytes = md5.map{$0}
35 |
/host/spi-builder-workspace/Sources/JavApi/util/UUID+Java.swift:33:39: error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
31 |
32 | public static func nameUUIDFromBytes (_ bytes : [UInt8]) throws -> UUID {
33 | let md5 = Insecure.MD5.hash(data: Data(bytes))
| `- error: cannot convert value of type 'Data' to expected argument type '[UInt8]'
34 | var md5Bytes = md5.map{$0}
35 |
[51/218] Compiling JavApi Base64.Decoder.swift
[52/218] Compiling JavApi Base64.Encoder.swift
[53/218] Compiling JavApi Base64.swift
[54/218] Compiling JavApi Calendar+Swiftify.swift
[55/218] Compiling JavApi Calendar.swift
[56/218] Compiling JavApi Collection.swift
[57/218] Compiling JavApi Collections.swift
[58/218] Compiling JavApi Comparator.swift
[59/218] Compiling JavApi Date+Cloneable.swift
[60/218] Compiling JavApi Date+Comparable.swift
[61/218] Compiling JavApi Date+Equalable.swift
[62/218] Compiling JavApi Date.swift
[63/218] Compiling JavApi Dictionary+Java.swift
[64/218] Compiling JavApi Dictionary+Swiftify.swift
[65/218] Compiling JavApi GregorianCalendar+Swiftify.swift
[66/218] Compiling JavApi GregorianCalendar.swift
[67/218] Compiling JavApi HashMap.swift
[68/218] Compiling JavApi Iterator.swift
[69/218] Compiling JavApi LinkedHashMap+Operator.swift
[70/218] Compiling JavApi LinkedHashMap+Swiftify.swift
[71/218] Compiling JavApi LinkedHashMap.swift
[72/218] Compiling JavApi List.swift
[73/218] Compiling JavApi ListIterator.swift
[74/218] Compiling JavApi Locale.swift
[75/218] Compiling JavApi StringBuilder.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[76/218] Compiling JavApi StringProtocol+Java.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[77/218] Compiling JavApi SubString+CharSequence.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[78/218] Compiling JavApi System+Properties.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[79/218] Compiling JavApi System+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[80/218] Compiling JavApi System+SystemErr.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[81/218] Compiling JavApi System+SystemIn.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[82/218] Compiling JavApi System+SystemOut.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[83/218] Compiling JavApi System.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[84/218] Compiling JavApi Thread+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[85/218] Compiling JavApi Thread.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[86/218] Compiling JavApi Throwable.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[87/218] Compiling JavApi java.lang.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[88/218] Compiling JavApi BigDecimal+Java.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[89/218] Compiling JavApi BigDecimal+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[90/218] Compiling JavApi BigDecimal.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[91/218] Compiling JavApi Decimal+Java.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[92/218] Compiling JavApi java.math.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[93/218] Compiling JavApi java.net.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[94/218] Compiling JavApi ByteBuffer+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[95/218] Compiling JavApi ByteBuffer.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[96/218] Compiling JavApi ByteOrder.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[97/218] Compiling JavApi CharBuffer.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[98/218] Compiling JavApi Charset.swift
/host/spi-builder-workspace/Sources/JavApi/nio/ByteOrder.swift:28:17: error: cannot find 'CFByteOrderGetCurrent' in scope
26 | typedef CFIndex CFByteOrder;
27 | */
28 | switch (CFByteOrderGetCurrent()) {
| `- error: cannot find 'CFByteOrderGetCurrent' in scope
29 | case 1 : // LittleEndian
30 | asString = "LITTLE_ENDIAN"
[99/218] Compiling JavApi Foundation+TimeZone+FreeBSD.swift
[100/218] Compiling JavApi Int128.swift
[101/218] Compiling JavApi UInt128.swift
[102/218] Compiling JavApi Insecure.swift
[103/218] Compiling JavApi MD5.swift
[104/218] Compiling JavApi Point.swift
[105/218] Compiling JavApi Point2D+Hashable.swift
[106/218] Compiling JavApi Point2D.swift
[107/218] Compiling JavApi java.awt.geom.swift
[108/218] Compiling JavApi java.awt.swift
[109/218] Compiling JavApi BufferedOutputStream.swift
[110/218] Compiling JavApi ByteArrayInputStream+Swiftify.swift
[111/218] Compiling JavApi ByteArrayInputStream.swift
[112/218] Compiling JavApi CharArrayWriter.swift
[113/218] Compiling JavApi Closeable.swift
[114/218] Compiling JavApi DataInput.swift
[115/218] Compiling JavApi DataOutput.swift
[116/218] Compiling JavApi File+Extensions.swift
[117/218] Compiling JavApi File.swift
[118/218] Compiling JavApi FileDescriptor.swift
[119/218] Compiling JavApi FileFilter.swift
[120/218] Compiling JavApi FileInputStream.swift
[121/218] Compiling JavApi FileOutputStream.swift
[122/218] Compiling JavApi FilterInputStream.swift
[123/218] Compiling JavApi StandardCharsets.swift
[124/218] Compiling JavApi java.nio.charset.swift
[125/218] Compiling JavApi Files+Swiftify.swift
[126/218] Compiling JavApi Files.swift
[127/218] Compiling JavApi OpenOption.swift
[128/218] Compiling JavApi Path.swift
[129/218] Compiling JavApi Paths.swift
[130/218] Compiling JavApi StandardOpenOption.swift
[131/218] Compiling JavApi FileAttribute.swift
[132/218] Compiling JavApi java.nio.file.attribute.swift
[133/218] Compiling JavApi java.nio.file.swift
[134/218] Compiling JavApi java.nio.swift
[135/218] Compiling JavApi PIC9+BinaryInteger.swift
[136/218] Compiling JavApi PIC9+Codeable.swift
[137/218] Compiling JavApi PIC9+CustomDebugStringConvertible.swift
[138/218] Compiling JavApi PIC9+CustomReflectable.swift
[139/218] Compiling JavApi PIC9+CustomStringConvertible.swift
[140/218] Compiling JavApi PIC9+Equatable.swift
[141/218] Compiling JavApi PIC9+ExpessibleByIntegerLiteral.swift
[142/218] Compiling JavApi PIC9+ExpressibleByStringLiteral.swift
[143/218] Compiling JavApi PIC9+Hashable.swift
[144/218] Compiling JavApi PIC9+LosslessStringConvertible.swift
[145/218] Compiling JavApi PIC9+Numeric.swift
[146/218] Compiling JavApi PIC9+Strideable.swift
[147/218] Compiling JavApi java.security.swift
[148/218] Compiling JavApi Clock.swift
[149/218] Compiling JavApi ClockIdentifierName.swift
[150/218] Compiling JavApi Instant+AnyDate.swift
[151/218] Compiling JavApi Instant+Codable.swift
[152/218] Compiling JavApi Instant+Comparable.swift
[153/218] Compiling JavApi Instant+CustomDebugStringConvertible.swift
[154/218] Compiling JavApi Instant+CustomPlaygroundDisplayConvertible.swift
[155/218] Compiling JavApi Instant+CustomReflectable.swift
[156/218] Compiling JavApi Instant+CustomStringConvertible.swift
[157/218] Compiling JavApi Instant+Equatable.swift
[158/218] Compiling JavApi Instant+Hashable.swift
[159/218] Compiling JavApi Instant.swift
[160/218] Compiling JavApi IntegerExtension.swift
[161/218] Compiling JavApi LocalDate.swift
[162/218] Compiling JavApi LocalDateTime.swift
[163/218] Compiling JavApi LocalTime.swift
[164/218] Compiling JavApi Period.swift
[165/218] Compiling JavApi ZonedDateTime.swift
[166/218] Compiling JavApi java.time.swift
[167/218] Compiling JavApi AbstractCollection.swift
[168/218] Compiling JavApi ArrayList.swift
[169/218] Compiling JavApi Arrays.swift
[170/218] Compiling JavApi Base64+Alphabets.swift
[171/218] Compiling JavApi FilterOutputStream.swift
/host/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 |
[172/218] Compiling JavApi Flushable.swift
/host/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 |
[173/218] Compiling JavApi InputStream+Swiftify.swift
/host/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 |
[174/218] Compiling JavApi InputStream.swift
/host/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 |
[175/218] Compiling JavApi OutputStream+Swiftify.swift
/host/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 |
[176/218] Compiling JavApi OutputStream.swift
/host/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 |
[177/218] Compiling JavApi PrintStream.swift
/host/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 |
[178/218] Compiling JavApi RandomAccessFile.swift
/host/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 |
[179/218] Compiling JavApi Reader.swift
/host/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 |
[180/218] Compiling JavApi Writer+Swiftify.swift
/host/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 |
[181/218] Compiling JavApi Writer.swift
/host/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 |
[182/218] Compiling JavApi _CrossPlatformMutex.swift
/host/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 |
[183/218] Compiling JavApi java.io.swift
/host/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 |
[184/218] Compiling JavApi java.swift
/host/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 |
[185/218] Compiling JavApi Appendable.swift
/host/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 |
[186/218] Compiling JavApi Array+Java.swift
/host/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 |
[187/218] Compiling JavApi Boolean.swift
/host/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 |
[188/218] Compiling JavApi CharSequence+StringProtocol.swift
/host/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 |
[189/218] Compiling JavApi CharSequence.swift
/host/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 |
[190/218] Compiling JavApi Character+Java.swift
/host/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 |
[191/218] Compiling JavApi Character+Operator.swift
/host/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 |
[192/218] Compiling JavApi Character+Strideable.swift
/host/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 |
[193/218] Compiling JavApi Character+Swiftify.swift
/host/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 |
[194/218] Compiling JavApi Class+Swiftify.swift
/host/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 |
[195/218] Compiling JavApi Class.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[196/218] Compiling JavApi Cloneable+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[197/218] Compiling JavApi Cloneable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[198/218] Compiling JavApi Comparable+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[199/218] Compiling JavApi Comparable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[200/218] Compiling JavApi Double+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[201/218] Compiling JavApi Double+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[202/218] Compiling JavApi FileHandle+TextOutputStream.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[203/218] Compiling JavApi Int+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[204/218] Compiling JavApi Int16+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[205/218] Compiling JavApi Int32+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[206/218] Compiling JavApi Int64+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[207/218] Compiling JavApi Integer.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[208/218] Compiling JavApi Iterable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[209/218] Compiling JavApi Long.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[210/218] Compiling JavApi Math.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[211/218] Compiling JavApi Operator+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[212/218] Compiling JavApi Runnable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[213/218] Compiling JavApi String+CharSequence.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[214/218] Compiling JavApi String+Java.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[215/218] Compiling JavApi String+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[216/218] Compiling JavApi StringBuilder+Equalable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[217/218] Compiling JavApi StringBuilder+Hashable.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
[218/218] Compiling JavApi StringBuilder+Swiftify.swift
/host/spi-builder-workspace/Sources/JavApi/lang/Class.swift:43:27: error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
41 |
42 | open func getName() -> String {
43 | let type = delegate.className(for: delegate) ?? "<unknown>"
| `- error: value of type 'AnyClass' (aka 'any AnyObject.Type') has no member 'className'
44 | return "\(type)"
45 | }
BUILD FAILURE 6.2 linux