Build Information
Successful build of java_swift, reference master (ebf330
), with Swift 6.2 (beta) for Android on 20 Jun 2025 21:56:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/java_swift.git
Reference: master
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/PureSwift/java_swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ebf330e Fixed macOS compilation
Cloned https://github.com/PureSwift/java_swift.git
Revision (git rev-parse @):
ebf330ea48b7170c55f6dd37b92f30e7241ce964
SUCCESS checkout https://github.com/PureSwift/java_swift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/PureSwift/java_swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/PureSwift/CJavaVM.git
[1/58] Fetching cjavavm
Fetched https://github.com/PureSwift/CJavaVM.git from cache (0.22s)
Creating working copy for https://github.com/PureSwift/CJavaVM.git
Working copy of https://github.com/PureSwift/CJavaVM.git resolved at master (3b19893)
Building for debugging...
[0/3] Write sources
[1/3] Compiling CJavaVM dummy.c
[1/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/18] Emitting module java_swift
/host/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Exception ///
5 |
6 | open class Exception: Throwable {
| `- warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.util.HashMap ///
5 |
6 | open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
| `- warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JNIObject.swift:47:12: warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
45 | }
46 |
47 | open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol {
| `- warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
/host/spi-builder-workspace/Sources/JNIObject.swift:50:12: warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
50 | open class UnavailableObject: JavaObject, Error {
| `- warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
/host/spi-builder-workspace/Sources/JNIObject.swift:53:12: warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
53 | open class UnavailableEnum: JavaEnum {
| `- warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
54 | }
55 |
/host/spi-builder-workspace/Sources/JNIObject.swift:111:12: warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
109 | }
110 |
111 | open class JNIObjectForward: JNIObject {
| `- warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
112 | }
113 |
/host/spi-builder-workspace/Sources/JavaClass.swift:6:12: warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Class ///
5 |
6 | open class JavaClass: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaEnum.swift:6:12: warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Enum ///
5 |
6 | open class JavaEnum: JavaObject, /* interface java.lang.Comparable */ UnavailableProtocol {
| `- warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaMap.swift:111:12: warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
109 |
110 |
111 | open class JavaMapForward: JNIObjectForward, JavaMap {
| `- warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
112 |
113 | private static var JavaMapJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaObject.swift:6:12: warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Object ///
5 |
6 | open class JavaObject: JNIObject {
| `- warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaSet.swift:75:12: warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
73 |
74 |
75 | open class JavaSetForward: /* interface java.util.Collection */ UnavailableProtocolForward, JavaSet {
| `- warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
76 |
77 | private static var JavaSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaThread.swift:6:12: warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Thread ///
5 |
6 | open class JavaThread: JavaObject, Runnable {
| `- warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/Runnable.swift:22:12: warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
20 |
21 |
22 | open class RunnableForward: JNIObjectForward, Runnable {
| `- warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 | private static var RunnableJNIClass: jclass?
/host/spi-builder-workspace/Sources/Throwable.swift:6:12: warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Throwable ///
5 |
6 | open class Throwable: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[5/20] Compiling java_swift JavaSet.swift
/host/spi-builder-workspace/Sources/JavaSet.swift:75:12: warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
73 |
74 |
75 | open class JavaSetForward: /* interface java.util.Collection */ UnavailableProtocolForward, JavaSet {
| `- warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
76 |
77 | private static var JavaSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaThread.swift:6:12: warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Thread ///
5 |
6 | open class JavaThread: JavaObject, Runnable {
| `- warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[6/20] Compiling java_swift JavaThread.swift
/host/spi-builder-workspace/Sources/JavaSet.swift:75:12: warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
73 |
74 |
75 | open class JavaSetForward: /* interface java.util.Collection */ UnavailableProtocolForward, JavaSet {
| `- warning: class 'JavaSetForward' must restate inherited '@unchecked Sendable' conformance
76 |
77 | private static var JavaSetJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaThread.swift:6:12: warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Thread ///
5 |
6 | open class JavaThread: JavaObject, Runnable {
| `- warning: class 'JavaThread' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[7/20] Compiling java_swift JavaClass.swift
/host/spi-builder-workspace/Sources/JavaClass.swift:6:12: warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Class ///
5 |
6 | open class JavaClass: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaEnum.swift:6:12: warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Enum ///
5 |
6 | open class JavaEnum: JavaObject, /* interface java.lang.Comparable */ UnavailableProtocol {
| `- warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[8/20] Compiling java_swift JavaEnum.swift
/host/spi-builder-workspace/Sources/JavaClass.swift:6:12: warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Class ///
5 |
6 | open class JavaClass: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'JavaClass' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/JavaEnum.swift:6:12: warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Enum ///
5 |
6 | open class JavaEnum: JavaObject, /* interface java.lang.Comparable */ UnavailableProtocol {
| `- warning: class 'JavaEnum' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[9/20] Compiling java_swift JavaMap.swift
/host/spi-builder-workspace/Sources/JavaMap.swift:111:12: warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
109 |
110 |
111 | open class JavaMapForward: JNIObjectForward, JavaMap {
| `- warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
112 |
113 | private static var JavaMapJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaObject.swift:6:12: warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Object ///
5 |
6 | open class JavaObject: JNIObject {
| `- warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[10/20] Compiling java_swift JavaObject.swift
/host/spi-builder-workspace/Sources/JavaMap.swift:111:12: warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
109 |
110 |
111 | open class JavaMapForward: JNIObjectForward, JavaMap {
| `- warning: class 'JavaMapForward' must restate inherited '@unchecked Sendable' conformance
112 |
113 | private static var JavaMapJNIClass: jclass?
/host/spi-builder-workspace/Sources/JavaObject.swift:6:12: warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Object ///
5 |
6 | open class JavaObject: JNIObject {
| `- warning: class 'JavaObject' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[11/20] Compiling java_swift Exception.swift
/host/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Exception ///
5 |
6 | open class Exception: Throwable {
| `- warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.util.HashMap ///
5 |
6 | open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
| `- warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[12/20] Compiling java_swift HashMap.swift
/host/spi-builder-workspace/Sources/Exception.swift:6:12: warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Exception ///
5 |
6 | open class Exception: Throwable {
| `- warning: class 'Exception' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
/host/spi-builder-workspace/Sources/HashMap.swift:6:12: warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.util.HashMap ///
5 |
6 | open class HashMap: /* class java.util.AbstractMap */ UnavailableObject {
| `- warning: class 'HashMap' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[13/20] Compiling java_swift Runnable.swift
/host/spi-builder-workspace/Sources/Runnable.swift:22:12: warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
20 |
21 |
22 | open class RunnableForward: JNIObjectForward, Runnable {
| `- warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 | private static var RunnableJNIClass: jclass?
/host/spi-builder-workspace/Sources/Throwable.swift:6:12: warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Throwable ///
5 |
6 | open class Throwable: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[14/20] Compiling java_swift Throwable.swift
/host/spi-builder-workspace/Sources/Runnable.swift:22:12: warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
20 |
21 |
22 | open class RunnableForward: JNIObjectForward, Runnable {
| `- warning: class 'RunnableForward' must restate inherited '@unchecked Sendable' conformance
23 |
24 | private static var RunnableJNIClass: jclass?
/host/spi-builder-workspace/Sources/Throwable.swift:6:12: warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
4 | /// class java.lang.Throwable ///
5 |
6 | open class Throwable: JavaObject, /* interface java.io.Serializable */ UnavailableProtocol {
| `- warning: class 'Throwable' must restate inherited '@unchecked Sendable' conformance
7 |
8 | public convenience init?( casting object: JavaObject, _ file: StaticString = #file, _ line: Int = #line ) {
[15/20] Compiling java_swift JNIProxy.swift
[16/20] Compiling java_swift JNIType.swift
[17/20] Compiling java_swift JNIMethod.swift
/host/spi-builder-workspace/Sources/JNIObject.swift:47:12: warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
45 | }
46 |
47 | open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol {
| `- warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
/host/spi-builder-workspace/Sources/JNIObject.swift:50:12: warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
50 | open class UnavailableObject: JavaObject, Error {
| `- warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
/host/spi-builder-workspace/Sources/JNIObject.swift:53:12: warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
53 | open class UnavailableEnum: JavaEnum {
| `- warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
54 | }
55 |
/host/spi-builder-workspace/Sources/JNIObject.swift:111:12: warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
109 | }
110 |
111 | open class JNIObjectForward: JNIObject {
| `- warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
112 | }
113 |
[18/20] Compiling java_swift JNIObject.swift
/host/spi-builder-workspace/Sources/JNIObject.swift:47:12: warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
45 | }
46 |
47 | open class UnavailableProtocolForward: JNIObjectForward, UnavailableProtocol {
| `- warning: class 'UnavailableProtocolForward' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
/host/spi-builder-workspace/Sources/JNIObject.swift:50:12: warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
48 | }
49 |
50 | open class UnavailableObject: JavaObject, Error {
| `- warning: class 'UnavailableObject' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
/host/spi-builder-workspace/Sources/JNIObject.swift:53:12: warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
51 | }
52 |
53 | open class UnavailableEnum: JavaEnum {
| `- warning: class 'UnavailableEnum' must restate inherited '@unchecked Sendable' conformance
54 | }
55 |
/host/spi-builder-workspace/Sources/JNIObject.swift:111:12: warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
109 | }
110 |
111 | open class JNIObjectForward: JNIObject {
| `- warning: class 'JNIObjectForward' must restate inherited '@unchecked Sendable' conformance
112 | }
113 |
[19/20] Compiling java_swift JNICore.swift
[20/20] Compiling java_swift JNIField.swift
Build complete! (23.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "cjavavm",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/CJavaVM.git"
}
],
"manifest_display_name" : "java_swift",
"name" : "java_swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "java_swift",
"targets" : [
"java_swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "java_swift",
"module_type" : "SwiftTarget",
"name" : "java_swift",
"path" : "Sources",
"product_dependencies" : [
"CJavaVM"
],
"product_memberships" : [
"java_swift"
],
"sources" : [
"Exception.swift",
"HashMap.swift",
"JNICore.swift",
"JNIField.swift",
"JNIMethod.swift",
"JNIObject.swift",
"JNIProxy.swift",
"JNIType.swift",
"JavaClass.swift",
"JavaEnum.swift",
"JavaMap.swift",
"JavaObject.swift",
"JavaSet.swift",
"JavaThread.swift",
"Runnable.swift",
"Throwable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.