Build Information
Successful build of swift-marker-protocols, reference main (22ad22), with Swift 6.1 for Wasm on 7 Feb 2026 18:57:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-marker-protocols.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/capturecontext/swift-marker-protocols
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 22ad220 feat(SPI): Update .spi.yml
Cloned https://github.com/capturecontext/swift-marker-protocols.git
Revision (git rev-parse @):
22ad220854d3d001a80a0ef0e01f23598301db8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-marker-protocols.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/capturecontext/swift-marker-protocols.git
https://github.com/capturecontext/swift-marker-protocols.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-marker-protocols",
"name" : "swift-marker-protocols",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AVFoundationMarkerProtocols",
"targets" : [
"AVFoundationMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CocoaMarkerProtocols",
"targets" : [
"CocoaMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationMarkerProtocols",
"targets" : [
"FoundationMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MarkerProtocols",
"targets" : [
"MarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QuartzCoreMarkerProtocols",
"targets" : [
"QuartzCoreMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftMarkerProtocols",
"targets" : [
"SwiftMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftMarkerProtocolsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMarkerProtocolsTests",
"path" : "Tests/SwiftMarkerProtocolsTests",
"sources" : [
"OptionalProtocolTests.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols"
],
"type" : "test"
},
{
"c99name" : "SwiftMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "SwiftMarkerProtocols",
"path" : "Sources/SwiftMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"FoundationMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols",
"SwiftMarkerProtocols"
],
"sources" : [
"Deprecations/Deprecations.swift",
"_AnyKeyPathProtocol.swift",
"_OptionalProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "QuartzCoreMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "QuartzCoreMarkerProtocols",
"path" : "Sources/QuartzCoreMarkerProtocols",
"product_memberships" : [
"CocoaMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"sources" : [
"_CALayerProtocol.swift"
],
"target_dependencies" : [
"FoundationMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "MarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "MarkerProtocols",
"path" : "Sources/MarkerProtocols",
"product_memberships" : [
"MarkerProtocols"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"QuartzCoreMarkerProtocols",
"FoundationMarkerProtocols",
"SwiftMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "FoundationMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "FoundationMarkerProtocols",
"path" : "Sources/FoundationMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"FoundationMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"sources" : [
"Exports.swift",
"_NotificationCenterProtocol.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "CocoaMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "CocoaMarkerProtocols",
"path" : "Sources/CocoaMarkerProtocols",
"product_memberships" : [
"CocoaMarkerProtocols",
"MarkerProtocols"
],
"sources" : [
"Exports.swift",
"_CocoaViewControllerProtocol.swift",
"_CocoaViewProtocol.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "AVFoundationMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "AVFoundationMarkerProtocols",
"path" : "Sources/AVFoundationMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"MarkerProtocols"
],
"sources" : [
"_AVCaptureDeviceProtocol.swift"
],
"target_dependencies" : [
"FoundationMarkerProtocols"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/11] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[9/11] Compiling SwiftMarkerProtocols Deprecations.swift
[10/11] Emitting module SwiftMarkerProtocols
[11/11] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[13/15] Compiling FoundationMarkerProtocols Exports.swift
[14/15] Emitting module FoundationMarkerProtocols
[15/15] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[17/20] Compiling AVFoundationMarkerProtocols _AVCaptureDeviceProtocol.swift
[18/20] Emitting module AVFoundationMarkerProtocols
[19/21] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[20/21] Emitting module QuartzCoreMarkerProtocols
[23/26] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[24/26] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[25/26] Emitting module CocoaMarkerProtocols
[26/26] Compiling CocoaMarkerProtocols Exports.swift
[28/29] Compiling MarkerProtocols Exports.swift
[29/29] Emitting module MarkerProtocols
Build complete! (5.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-marker-protocols",
"name" : "swift-marker-protocols",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AVFoundationMarkerProtocols",
"targets" : [
"AVFoundationMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CocoaMarkerProtocols",
"targets" : [
"CocoaMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationMarkerProtocols",
"targets" : [
"FoundationMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MarkerProtocols",
"targets" : [
"MarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QuartzCoreMarkerProtocols",
"targets" : [
"QuartzCoreMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftMarkerProtocols",
"targets" : [
"SwiftMarkerProtocols"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftMarkerProtocolsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMarkerProtocolsTests",
"path" : "Tests/SwiftMarkerProtocolsTests",
"sources" : [
"OptionalProtocolTests.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols"
],
"type" : "test"
},
{
"c99name" : "SwiftMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "SwiftMarkerProtocols",
"path" : "Sources/SwiftMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"FoundationMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols",
"SwiftMarkerProtocols"
],
"sources" : [
"Deprecations/Deprecations.swift",
"_AnyKeyPathProtocol.swift",
"_OptionalProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "QuartzCoreMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "QuartzCoreMarkerProtocols",
"path" : "Sources/QuartzCoreMarkerProtocols",
"product_memberships" : [
"CocoaMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"sources" : [
"_CALayerProtocol.swift"
],
"target_dependencies" : [
"FoundationMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "MarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "MarkerProtocols",
"path" : "Sources/MarkerProtocols",
"product_memberships" : [
"MarkerProtocols"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"QuartzCoreMarkerProtocols",
"FoundationMarkerProtocols",
"SwiftMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "FoundationMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "FoundationMarkerProtocols",
"path" : "Sources/FoundationMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"CocoaMarkerProtocols",
"FoundationMarkerProtocols",
"MarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"sources" : [
"Exports.swift",
"_NotificationCenterProtocol.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "CocoaMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "CocoaMarkerProtocols",
"path" : "Sources/CocoaMarkerProtocols",
"product_memberships" : [
"CocoaMarkerProtocols",
"MarkerProtocols"
],
"sources" : [
"Exports.swift",
"_CocoaViewControllerProtocol.swift",
"_CocoaViewProtocol.swift"
],
"target_dependencies" : [
"SwiftMarkerProtocols",
"QuartzCoreMarkerProtocols"
],
"type" : "library"
},
{
"c99name" : "AVFoundationMarkerProtocols",
"module_type" : "SwiftTarget",
"name" : "AVFoundationMarkerProtocols",
"path" : "Sources/AVFoundationMarkerProtocols",
"product_memberships" : [
"AVFoundationMarkerProtocols",
"MarkerProtocols"
],
"sources" : [
"_AVCaptureDeviceProtocol.swift"
],
"target_dependencies" : [
"FoundationMarkerProtocols"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Done.