Build Information
Failed to build JavaLang, reference 0.2.0 (988d05), with Swift 6.1 for Wasm on 17 Feb 2026 07:59:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/JavaLang.git
Reference: 0.2.0
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/JavaLang
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 988d05c Update generated code
Cloned https://github.com/PureSwift/JavaLang.git
Revision (git rev-parse @):
988d05c6bf6187d3a70230a5e877f1281f07a092
SUCCESS checkout https://github.com/PureSwift/JavaLang.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PureSwift/JavaLang.git
https://github.com/PureSwift/JavaLang.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-java",
"requirement" : {
"branch" : [
"feature/android"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/swift-java.git"
}
],
"manifest_display_name" : "JavaLang",
"name" : "JavaLang",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "JavaLang",
"targets" : [
"JavaLang"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaAWT",
"targets" : [
"JavaAWT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaBeans",
"targets" : [
"JavaBeans"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaMath",
"targets" : [
"JavaMath"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaTime",
"targets" : [
"JavaTime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangIO",
"targets" : [
"JavaLangIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangNet",
"targets" : [
"JavaLangNet"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JavaLangUtil",
"targets" : [
"JavaLangUtil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JavaTime",
"module_type" : "SwiftTarget",
"name" : "JavaTime",
"path" : "Sources/JavaTime",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaIO"
],
"product_memberships" : [
"JavaTime"
],
"sources" : [
"AbstractChronology.swift",
"ChronoLocalDate.swift",
"ChronoLocalDateTime.swift",
"ChronoPeriod.swift",
"ChronoZonedDateTime.swift",
"Chronology.swift",
"Clock.swift",
"DateTimeException.swift",
"DateTimeFormatter.swift",
"DateTimeFormatterBuilder.swift",
"DateTimeParseException.swift",
"DecimalStyle.swift",
"Duration.swift",
"Era.swift",
"HijrahChronology.swift",
"HijrahDate.swift",
"Instant.swift",
"IsoChronology.swift",
"IsoFields.swift",
"JapaneseChronology.swift",
"JapaneseDate.swift",
"JapaneseEra.swift",
"JulianFields.swift",
"LocalDate.swift",
"LocalDateTime.swift",
"LocalTime.swift",
"MinguoChronology.swift",
"MinguoDate.swift",
"MonthDay.swift",
"OffsetDateTime.swift",
"OffsetTime.swift",
"Period.swift",
"Temporal.swift",
"TemporalAccessor.swift",
"TemporalAdjuster.swift",
"TemporalAdjusters.swift",
"TemporalAmount.swift",
"TemporalField.swift",
"TemporalQueries.swift",
"TemporalQuery.swift",
"TemporalUnit.swift",
"ThaiBuddhistChronology.swift",
"ThaiBuddhistDate.swift",
"UnsupportedTemporalTypeException.swift",
"ValueRange.swift",
"WeekFields.swift",
"Year.swift",
"YearMonth.swift",
"ZoneId.swift",
"ZoneOffset.swift",
"ZoneOffsetTransition.swift",
"ZoneOffsetTransitionRule.swift",
"ZoneRules.swift",
"ZoneRulesException.swift",
"ZonedDateTime.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaMath",
"module_type" : "SwiftTarget",
"name" : "JavaMath",
"path" : "Sources/JavaMath",
"product_memberships" : [
"JavaMath"
],
"sources" : [
"BigDecimal.swift",
"BigInteger.swift",
"MathContext.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangUtil",
"module_type" : "SwiftTarget",
"name" : "JavaLangUtil",
"path" : "Sources/JavaUtil",
"product_dependencies" : [
"JavaUtil"
],
"product_memberships" : [
"JavaLangUtil"
],
"sources" : [
"Arrays.swift",
"Base64+Decoder.swift",
"Base64+Encoder.swift",
"Base64.swift",
"Calendar.swift",
"Formatter.swift",
"GregorianCalendar.swift",
"Locale.swift",
"Map+Entry.swift",
"Map.swift",
"Random+Generator.swift",
"Random.swift",
"TimeZone.swift",
"Timer.swift",
"UUID.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangTests",
"module_type" : "SwiftTarget",
"name" : "JavaLangTests",
"path" : "Tests/JavaLangTests",
"sources" : [
"JavaLangTests.swift",
"JavaUtilTests.swift"
],
"target_dependencies" : [
"JavaLang",
"JavaLangUtil"
],
"type" : "test"
},
{
"c99name" : "JavaLangNet",
"module_type" : "SwiftTarget",
"name" : "JavaLangNet",
"path" : "Sources/JavaNet",
"product_dependencies" : [
"JavaNet"
],
"product_memberships" : [
"JavaLangNet"
],
"sources" : [
"Authenticator.swift",
"BindException.swift",
"CacheRequest.swift",
"CacheResponse.swift",
"ConnectException.swift",
"ContentHandler.swift",
"ContentHandlerFactory.swift",
"CookieHandler.swift",
"CookieManager.swift",
"CookiePolicy.swift",
"CookieStore.swift",
"DatagramPacket.swift",
"DatagramSocket.swift",
"DatagramSocketImpl.swift",
"DatagramSocketImplFactory.swift",
"FileNameMap.swift",
"HttpCookie.swift",
"HttpRetryException.swift",
"HttpURLConnection.swift",
"IDN.swift",
"Inet4Address.swift",
"Inet6Address.swift",
"InetAddress.swift",
"InetSocketAddress.swift",
"InterfaceAddress.swift",
"JarURLConnection.swift",
"MalformedURLException.swift",
"MulticastSocket.swift",
"NetPermission.swift",
"NetworkInterface.swift",
"NoRouteToHostException.swift",
"PasswordAuthentication.swift",
"PortUnreachableException.swift",
"ProtocolException.swift",
"ProtocolFamily.swift",
"Proxy.swift",
"ProxySelector.swift",
"ResponseCache.swift",
"SecureCacheResponse.swift",
"ServerSocket.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketException.swift",
"SocketImpl.swift",
"SocketImplFactory.swift",
"SocketOption.swift",
"SocketOptions.swift",
"SocketPermission.swift",
"SocketTimeoutException.swift",
"StandardSocketOptions.swift",
"URISyntaxException.swift",
"URLConnection.swift",
"URLDecoder.swift",
"URLEncoder.swift",
"URLStreamHandler.swift",
"URLStreamHandlerFactory.swift",
"UnknownHostException.swift",
"UnknownServiceException.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
},
{
"c99name" : "JavaLangIO",
"module_type" : "SwiftTarget",
"name" : "JavaLangIO",
"path" : "Sources/JavaIO",
"product_dependencies" : [
"SwiftJava",
"JavaIO",
"JavaLangReflect"
],
"product_memberships" : [
"JavaLang",
"JavaAWT",
"JavaBeans",
"JavaMath",
"JavaTime",
"JavaLangIO",
"JavaLangNet",
"JavaLangUtil"
],
"sources" : [
"BufferedInputStream.swift",
"BufferedOutputStream.swift",
"BufferedReader.swift",
"BufferedWriter.swift",
"ByteArrayInputStream.swift",
"ByteArrayOutputStream.swift",
"CharArrayReader.swift",
"CharArrayWriter.swift",
"CharConversionException.swift",
"Console.swift",
"DataInput.swift",
"DataInputStream.swift",
"DataOutput.swift",
"DataOutputStream.swift",
"EOFException.swift",
"Externalizable.swift",
"FileFilter.swift",
"FileInputStream.swift",
"FileNotFoundException.swift",
"FileOutputStream.swift",
"FilePermission.swift",
"FileReader.swift",
"FileWriter.swift",
"FilenameFilter.swift",
"FilterInputStream.swift",
"FilterOutputStream.swift",
"FilterReader.swift",
"FilterWriter.swift",
"IOError.swift",
"IOException.swift",
"InterruptedIOException.swift",
"InvalidClassException.swift",
"InvalidObjectException.swift",
"LineNumberInputStream.swift",
"LineNumberReader.swift",
"NotActiveException.swift",
"NotSerializableException.swift",
"ObjectInput.swift",
"ObjectInputStream+GetField.swift",
"ObjectInputStream.swift",
"ObjectInputValidation.swift",
"ObjectOutput.swift",
"ObjectOutputStream+PutField.swift",
"ObjectOutputStream.swift",
"ObjectStreamClass.swift",
"ObjectStreamConstants.swift",
"ObjectStreamException.swift",
"ObjectStreamField.swift",
"OptionalDataException.swift",
"OutputStreamWriter.swift",
"PipedInputStream.swift",
"PipedOutputStream.swift",
"PipedReader.swift",
"PipedWriter.swift",
"PrintStream.swift",
"PushbackInputStream.swift",
"PushbackReader.swift",
"RandomAccessFile.swift",
"Reader.swift",
"SequenceInputStream.swift",
"Serializable.swift",
"SerializablePermission.swift",
"StreamCorruptedException.swift",
"StreamTokenizer.swift",
"StringBufferInputStream.swift",
"StringReader.swift",
"SyncFailedException.swift",
"UTFDataFormatException.swift",
"UncheckedIOException.swift",
"UnsupportedEncodingException.swift",
"WriteAbortedException.swift"
],
"type" : "library"
},
{
"c99name" : "JavaLang",
"module_type" : "SwiftTarget",
"name" : "JavaLang",
"path" : "Sources/JavaLang",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaUtilFunction",
"JavaIO"
],
"product_memberships" : [
"JavaLang",
"JavaAWT",
"JavaMath",
"JavaTime",
"JavaLangNet",
"JavaLangUtil"
],
"sources" : [
"AbstractMethodError.swift",
"AbstractStringBuilder.swift",
"ArithmeticException.swift",
"ArrayIndexOutOfBoundsException.swift",
"ArrayStoreException.swift",
"AssertionError.swift",
"AutoCloseable.swift",
"BootstrapMethodError.swift",
"Character+Subset.swift",
"Character+UnicodeBlock.swift",
"ClassCastException.swift",
"ClassCircularityError.swift",
"ClassFormatError.swift",
"ClassNotFoundException.swift",
"CloneNotSupportedException.swift",
"Cloneable.swift",
"Comparable.swift",
"Console.swift",
"Constable.swift",
"ConstantDesc.swift",
"Deprecated.swift",
"Enum.swift",
"EnumConstantNotPresentException.swift",
"ExceptionInInitializerError.swift",
"FunctionalInterface.swift",
"IllegalAccessError.swift",
"IllegalAccessException.swift",
"IllegalArgumentException.swift",
"IllegalMonitorStateException.swift",
"IllegalStateException.swift",
"IllegalThreadStateException.swift",
"IncompatibleClassChangeError.swift",
"IndexOutOfBoundsException.swift",
"InheritableThreadLocal.swift",
"InstantiationError.swift",
"InstantiationException.swift",
"InternalError.swift",
"InterruptedException.swift",
"Iterable.swift",
"JavaConsumer.swift",
"LinkageError.swift",
"Math.swift",
"NegativeArraySizeException.swift",
"NoClassDefFoundError.swift",
"NoSuchFieldError.swift",
"NoSuchFieldException.swift",
"NoSuchMethodError.swift",
"NoSuchMethodException.swift",
"NullPointerException.swift",
"NumberFormatException.swift",
"OutOfMemoryError.swift",
"Override.swift",
"Package.swift",
"PrintStream.swift",
"Process.swift",
"ProcessBuilder+Redirect+`Type`.swift",
"ProcessBuilder+Redirect.swift",
"ProcessBuilder.swift",
"ProcessHandle+Info.swift",
"ProcessHandle.swift",
"ReflectiveOperationException.swift",
"Runnable.swift",
"Runtime.swift",
"RuntimePermission.swift",
"SafeVarargs.swift",
"SecurityException.swift",
"SecurityManager.swift",
"StackOverflowError.swift",
"StackTraceElement.swift",
"StrictMath.swift",
"StringBuffer.swift",
"StringBuilder.swift",
"StringIndexOutOfBoundsException.swift",
"SuppressWarnings.swift",
"System.swift",
"Thread+State.swift",
"Thread+UncaughtExceptionHandler.swift",
"Thread.swift",
"ThreadDeath.swift",
"ThreadGroup.swift",
"ThreadLocal.swift",
"TypeNotPresentException.swift",
"UnknownError.swift",
"UnsatisfiedLinkError.swift",
"UnsupportedClassVersionError.swift",
"UnsupportedOperationException.swift",
"VerifyError.swift",
"VirtualMachineError.swift"
],
"target_dependencies" : [
"JavaLangIO"
],
"type" : "library"
},
{
"c99name" : "JavaBeans",
"module_type" : "SwiftTarget",
"name" : "JavaBeans",
"path" : "Sources/JavaBeans",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaUtilFunction",
"JavaIO"
],
"product_memberships" : [
"JavaBeans"
],
"sources" : [
"IndexedPropertyChangeEvent.swift",
"PropertyChangeEvent.swift",
"PropertyChangeListener.swift",
"PropertyChangeListenerProxy.swift",
"PropertyChangeSupport.swift"
],
"target_dependencies" : [
"JavaLangIO"
],
"type" : "library"
},
{
"c99name" : "JavaAWT",
"module_type" : "SwiftTarget",
"name" : "JavaAWT",
"path" : "Sources/JavaAWT",
"product_dependencies" : [
"SwiftJava",
"JavaLangReflect",
"JavaIO"
],
"product_memberships" : [
"JavaAWT"
],
"sources" : [
"NumericShaper.swift",
"TextAttribute.swift"
],
"target_dependencies" : [
"JavaLang"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm