Build Information
Successful build of swift-xdg with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
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: linux
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/Frizlab/swift-xdg.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-system.git
[1/2972] Fetching swift-system
Fetched https://github.com/apple/swift-system.git (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.35s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/22] Emitting module SystemPackage
[3/24] Compiling SystemPackage Util.swift
[4/24] Compiling SystemPackage UtilConsumers.swift
[5/24] Compiling SystemPackage FilePathComponents.swift
[6/24] Compiling SystemPackage FilePathParsing.swift
[7/24] Compiling SystemPackage FilePathString.swift
[8/24] Compiling SystemPackage Errno.swift
[9/24] Compiling SystemPackage FileDescriptor.swift
[10/24] Compiling SystemPackage FileHelpers.swift
[11/24] Compiling SystemPackage PlatformString.swift
[12/24] Compiling SystemPackage SystemString.swift
[13/24] Compiling SystemPackage FileOperations.swift
[14/24] Compiling SystemPackage FilePath.swift
[15/24] Compiling SystemPackage FilePathComponentView.swift
[16/24] Compiling SystemPackage CInterop.swift
[17/24] Compiling SystemPackage Constants.swift
[18/24] Compiling SystemPackage Exports.swift
[19/24] Compiling SystemPackage Mocking.swift
[20/24] Compiling SystemPackage Syscalls.swift
[21/24] Compiling SystemPackage WindowsSyscallAdapters.swift
[22/24] Compiling SystemPackage FilePathSyntax.swift
[23/24] Compiling SystemPackage FilePathWindows.swift
[24/24] Compiling SystemPackage FilePermissions.swift
[27/34] Compiling XDG BaseDirectories+FindFiles.swift
[28/35] Compiling XDG BaseDirectories+GetPath.swift
[29/35] Compiling XDG BaseDirectories+FindFile.swift
[30/35] Compiling XDG BaseDirectories+EnsureFileParents.swift
[31/35] Compiling XDG FilePath+Utils.swift
[32/35] Compiling XDG BaseDirectories+EnsureDir.swift
[33/35] Compiling XDG Errors.swift
[34/35] Emitting module XDG
[35/35] Compiling XDG BaseDirectories.swift
Build complete! (7.26s)
Build complete.
Done.