Build Information
Failed to build java_swift, reference master (ebf330
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 21:55:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-4609320-2":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/PureSwift/CJavaVM.git
[1/58] Fetching cjavavm
Fetched https://github.com/PureSwift/CJavaVM.git from cache (0.21s)
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
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] 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 ) {
[5/18] 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 ) {
[6/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 ) {
[7/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 ) {
[8/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 ) {
[9/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 ) {
[10/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 ) {
[11/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 ) {
[12/20] Compiling java_swift JNICore.swift
/host/spi-builder-workspace/Sources/JNICore.swift:26:32: error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
24 |
25 | var result = withUnsafeMutablePointer(to: &jniEnvKey, {
26 | pthread_key_create($0, JNI_DetachCurrentThread)
| `- error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
27 | })
28 | if (result != 0) {
/host/spi-builder-workspace/Sources/JNICore.swift:34:32: error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
32 |
33 | result = withUnsafeMutablePointer(to: &jniFatalMessage, {
34 | pthread_key_create($0, JNI_DetachCurrentThread)
| `- error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
35 | })
36 | if (result != 0) {
[13/20] Compiling java_swift JNIField.swift
/host/spi-builder-workspace/Sources/JNICore.swift:26:32: error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
24 |
25 | var result = withUnsafeMutablePointer(to: &jniEnvKey, {
26 | pthread_key_create($0, JNI_DetachCurrentThread)
| `- error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
27 | })
28 | if (result != 0) {
/host/spi-builder-workspace/Sources/JNICore.swift:34:32: error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
32 |
33 | result = withUnsafeMutablePointer(to: &jniFatalMessage, {
34 | pthread_key_create($0, JNI_DetachCurrentThread)
| `- error: cannot convert value of type '(UnsafeMutableRawPointer) -> ()' to expected argument type '@convention(c) (UnsafeMutableRawPointer?) -> Void'
35 | })
36 | if (result != 0) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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 ) {
[15/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 ) {
[16/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 |
[17/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 |
[18/20] 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/JNIProxy.swift:19:122: error: cannot find type 'uintptr_t' in scope
17 | open class JNIReleasableProxy {
18 |
19 | static fileprivate func recoverPointer( _ swiftObject: jlong, _ file: StaticString = #file, _ line: Int = #line ) -> uintptr_t {
| `- error: cannot find type 'uintptr_t' in scope
20 | #if os(Android)
21 | let swiftPointer = uintptr_t(swiftObject&0xffffffff)
/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 ) {
[19/20] Compiling java_swift JNIProxy.swift
/host/spi-builder-workspace/Sources/JNIProxy.swift:19:122: error: cannot find type 'uintptr_t' in scope
17 | open class JNIReleasableProxy {
18 |
19 | static fileprivate func recoverPointer( _ swiftObject: jlong, _ file: StaticString = #file, _ line: Int = #line ) -> uintptr_t {
| `- error: cannot find type 'uintptr_t' in scope
20 | #if os(Android)
21 | let swiftPointer = uintptr_t(swiftObject&0xffffffff)
/host/spi-builder-workspace/Sources/JNIProxy.swift:23:28: error: cannot find 'uintptr_t' in scope
21 | let swiftPointer = uintptr_t(swiftObject&0xffffffff)
22 | #else
23 | let swiftPointer = uintptr_t(swiftObject)
| `- error: cannot find 'uintptr_t' in scope
24 | #endif
25 | if swiftPointer == 0 {
/host/spi-builder-workspace/Sources/JNIProxy.swift:74:81: error: cannot find 'uintptr_t' in scope
72 |
73 | open func swiftValue() -> jvalue {
74 | return jvalue( j: jlong(unsafeBitCast(Unmanaged.passRetained(self), to: uintptr_t.self)) )
| `- error: cannot find 'uintptr_t' in scope
75 | }
76 |
[20/20] Compiling java_swift JNIType.swift
/host/spi-builder-workspace/Sources/JNIProxy.swift:19:122: error: cannot find type 'uintptr_t' in scope
17 | open class JNIReleasableProxy {
18 |
19 | static fileprivate func recoverPointer( _ swiftObject: jlong, _ file: StaticString = #file, _ line: Int = #line ) -> uintptr_t {
| `- error: cannot find type 'uintptr_t' in scope
20 | #if os(Android)
21 | let swiftPointer = uintptr_t(swiftObject&0xffffffff)
/host/spi-builder-workspace/Sources/JNIProxy.swift:23:28: error: cannot find 'uintptr_t' in scope
21 | let swiftPointer = uintptr_t(swiftObject&0xffffffff)
22 | #else
23 | let swiftPointer = uintptr_t(swiftObject)
| `- error: cannot find 'uintptr_t' in scope
24 | #endif
25 | if swiftPointer == 0 {
/host/spi-builder-workspace/Sources/JNIProxy.swift:74:81: error: cannot find 'uintptr_t' in scope
72 |
73 | open func swiftValue() -> jvalue {
74 | return jvalue( j: jlong(unsafeBitCast(Unmanaged.passRetained(self), to: uintptr_t.self)) )
| `- error: cannot find 'uintptr_t' in scope
75 | }
76 |
BUILD FAILURE 6.2 linux