Build Information
Successful build of swift-xdg, reference main (d61833), with Swift 6.3 for Wasm on 18 Apr 2026 03:58:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/swift-xdg.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/Frizlab/swift-xdg
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d618335 Get home directory for iOS, tvOS and watchOS
Cloned https://github.com/Frizlab/swift-xdg.git
Revision (git rev-parse @):
d6183353dacd2747fb0ed71e2d49c09676987b98
SUCCESS checkout https://github.com/Frizlab/swift-xdg.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Frizlab/swift-xdg.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.68s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Emitting module SystemPackage
[6/39] Compiling SystemPackage FilePathWindows.swift
[7/39] Compiling SystemPackage FilePermissions.swift
[8/39] Compiling SystemPackage IOCompletion.swift
[9/39] Compiling SystemPackage IORequest.swift
[10/39] Compiling SystemPackage SystemString.swift
[11/39] Compiling SystemPackage Util+StringArray.swift
[12/39] Compiling SystemPackage Util.swift
[13/39] Compiling SystemPackage UtilConsumers.swift
[14/39] Compiling SystemPackage Errno.swift
[15/39] Compiling SystemPackage ErrnoWindows.swift
[16/39] Compiling SystemPackage FileDescriptor.swift
[17/39] Compiling SystemPackage FileHelpers.swift
[18/39] Compiling SystemPackage FileOperations.swift
[19/39] Compiling SystemPackage FilePathSyntax.swift
[20/39] Compiling SystemPackage FilePathTemp.swift
[21/39] Compiling SystemPackage FilePathTempPosix.swift
[22/39] Compiling SystemPackage FilePathTempWindows.swift
[23/39] Compiling SystemPackage FilePath.swift
[24/39] Compiling SystemPackage FilePathComponentView.swift
[25/39] Compiling SystemPackage FilePathComponents.swift
[26/39] Compiling SystemPackage FilePathParsing.swift
[27/39] Compiling SystemPackage FilePathString.swift
[28/39] Compiling SystemPackage IORing.swift
[29/39] Compiling SystemPackage RawIORequest.swift
[30/39] Compiling SystemPackage Backcompat.swift
[31/39] Compiling SystemPackage CInterop.swift
[32/39] Compiling SystemPackage Constants.swift
[33/39] Compiling SystemPackage Exports.swift
[34/39] Compiling SystemPackage Mocking.swift
[35/39] Compiling SystemPackage RawBuffer.swift
[36/39] Compiling SystemPackage Syscalls.swift
[37/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/39] Compiling SystemPackage MachPort.swift
[39/39] Compiling SystemPackage PlatformString.swift
[41/48] Compiling XDG BaseDirectories.swift
/host/spi-builder-workspace/Sources/XDG/BaseDirectories.swift:22:36: warning: conformance of 'FileManager' to protocol 'Sendable' was already stated in the type's module 'FoundationEssentials'
20 | * 1. It’s open;
21 | * 2. There might be a possibility of issue with the delegate? */
22 | extension FileManager : @unchecked Sendable {}
| `- warning: conformance of 'FileManager' to protocol 'Sendable' was already stated in the type's module 'FoundationEssentials'
23 |
24 | /* Based on <https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.8.html>. */
FoundationEssentials.FileManager:1:12: note: 'FileManager' declares conformance to protocol 'Sendable' here
1 | open class FileManager : @unchecked Sendable {
| `- note: 'FileManager' declares conformance to protocol 'Sendable' here
2 | open class var `default`: FileManager { get }
3 | weak open var delegate: (any FileManagerDelegate)? { get set }
[42/49] Compiling XDG BaseDirectories+GetPath.swift
[43/49] Compiling XDG BaseDirectories+EnsureDir.swift
[44/49] Compiling XDG Errors.swift
[45/49] Emitting module XDG
/host/spi-builder-workspace/Sources/XDG/BaseDirectories.swift:22:36: warning: conformance of 'FileManager' to protocol 'Sendable' was already stated in the type's module 'FoundationEssentials'
20 | * 1. It’s open;
21 | * 2. There might be a possibility of issue with the delegate? */
22 | extension FileManager : @unchecked Sendable {}
| `- warning: conformance of 'FileManager' to protocol 'Sendable' was already stated in the type's module 'FoundationEssentials'
23 |
24 | /* Based on <https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.8.html>. */
FoundationEssentials.FileManager:1:12: note: 'FileManager' declares conformance to protocol 'Sendable' here
1 | open class FileManager : @unchecked Sendable {
| `- note: 'FileManager' declares conformance to protocol 'Sendable' here
2 | open class var `default`: FileManager { get }
3 | weak open var delegate: (any FileManagerDelegate)? { get set }
[46/49] Compiling XDG BaseDirectories+EnsureFileParents.swift
[47/49] Compiling XDG BaseDirectories+FindFile.swift
[48/49] Compiling XDG BaseDirectories+FindFiles.swift
[49/49] Compiling XDG FilePath+Utils.swift
Build complete! (24.67s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "swift-xdg",
"name" : "swift-xdg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "XDG",
"targets" : [
"XDG"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XDGTests",
"module_type" : "SwiftTarget",
"name" : "XDGTests",
"path" : "Tests/XDGTests",
"sources" : [
"XDGTests.swift"
],
"target_dependencies" : [
"XDG"
],
"type" : "test"
},
{
"c99name" : "XDG",
"module_type" : "SwiftTarget",
"name" : "XDG",
"path" : "Sources/XDG",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"XDG"
],
"sources" : [
" Errors.swift",
"BaseDirectories+EnsureDir.swift",
"BaseDirectories+EnsureFileParents.swift",
"BaseDirectories+FindFile.swift",
"BaseDirectories+FindFiles.swift",
"BaseDirectories+GetPath.swift",
"BaseDirectories.swift",
"PrivateUtils/FilePath+Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.