Build Information
Successful build of swift-typescript-bridge, reference main (d95b17), with Swift 6.2 for Wasm on 22 Apr 2026 16:49:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sunghyun-k/swift-typescript-bridge.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/sunghyun-k/swift-typescript-bridge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d95b171 feat: @Extends 자동 @dynamicMemberLookup + override 충돌 진단
Cloned https://github.com/sunghyun-k/swift-typescript-bridge.git
Revision (git rev-parse @):
d95b17129b08c1a8784cb5cdf70db9ea3ccf5d0b
SUCCESS checkout https://github.com/sunghyun-k/swift-typescript-bridge.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sunghyun-k/swift-typescript-bridge.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-syntax.git
[1/75035] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.72s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (10.43s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.56s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling TypeScriptBridgeMacros TypeScriptBridgeMacros.swift
[5/13] Compiling TypeScriptBridgeMacros UnionDiscriminatorMacro.swift
[6/13] Compiling TypeScriptBridgeMacros TypeUnionMacro.swift
[7/13] Compiling TypeScriptBridgeMacros MacroUtils.swift
[8/13] Compiling TypeScriptBridgeMacros LiteralUnionMacro.swift
[9/13] Emitting module TypeScriptBridgeMacros
[10/13] Compiling TypeScriptBridgeMacros ExtendsMacro.swift
[11/14] Wrapping AST for TypeScriptBridgeMacros for debugging
[12/14] Write Objects.LinkFileList
[13/14] Linking TypeScriptBridgeMacros-tool
[15/16] Emitting module TypeScriptBridge
[16/16] Compiling TypeScriptBridge TypeScriptBridge.swift
Build complete! (32.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "swift-typescript-bridge",
"name" : "swift-typescript-bridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TypeScriptBridge",
"targets" : [
"TypeScriptBridge"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TypeScriptBridgeMacros",
"targets" : [
"TypeScriptBridgeMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "TypeScriptBridgeTests",
"module_type" : "SwiftTarget",
"name" : "TypeScriptBridgeTests",
"path" : "Tests/TypeScriptBridgeTests",
"sources" : [
"AccessModifierTests.swift",
"BasicUnionTests.swift",
"ComplexTypeTests.swift",
"DiscriminatorTests.swift",
"EdgeCaseTests.swift",
"ExtendsMacroTests.swift",
"IntegrationTests.swift",
"NumericLiteralTests.swift",
"TestHelpers.swift",
"TypeValidationTests.swift"
],
"target_dependencies" : [
"TypeScriptBridge"
],
"type" : "test"
},
{
"c99name" : "TypeScriptBridgeMacros",
"module_type" : "SwiftTarget",
"name" : "TypeScriptBridgeMacros",
"path" : "Sources/TypeScriptBridgeMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"TypeScriptBridge",
"TypeScriptBridgeMacros"
],
"sources" : [
"ExtendsMacro.swift",
"LiteralUnionMacro.swift",
"MacroUtils.swift",
"TypeScriptBridgeMacros.swift",
"TypeUnionMacro.swift",
"UnionDiscriminatorMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "TypeScriptBridge",
"module_type" : "SwiftTarget",
"name" : "TypeScriptBridge",
"path" : "Sources/TypeScriptBridge",
"product_memberships" : [
"TypeScriptBridge"
],
"sources" : [
"TypeScriptBridge.swift"
],
"target_dependencies" : [
"TypeScriptBridgeMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.