Build Information
Successful build of swift-version-compare with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mflknr/swift-version-compare.git
Reference: 2.0.3
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/mflknr/swift-version-compare
* tag 2.0.3 -> FETCH_HEAD
HEAD is now at 8d36d25 update: lint tools and format correctly
Cloned https://github.com/mflknr/swift-version-compare.git
Revision (git rev-parse @):
8d36d25a6c3299f5df81665e18a7025cadec9f80
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/mflknr/swift-version-compare.git at 2.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/mflknr/swift-version-compare.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/20] Emitting module VersionCompare
[5/22] Compiling VersionCompare PrereleaseIdentifier+Equatable.swift
[6/22] Compiling VersionCompare PrereleaseIdentifier+ExpressibleByLiteral.swift
[7/22] Compiling VersionCompare SemanticVersionComparable+Equatable.swift
[8/22] Compiling VersionCompare SemanticVersionComparable+Hashable.swift
[9/22] Compiling VersionCompare Character+Extensions.swift
[10/22] Compiling VersionCompare String+Regex.swift
[11/22] Compiling VersionCompare VersionCompareResult.swift
[12/22] Compiling VersionCompare VersionValidationError.swift
[13/22] Compiling VersionCompare BuildMetaData+ExpressibleByLiteral.swift
[14/22] Compiling VersionCompare BuildMetaData.swift
[15/22] Compiling VersionCompare Version+OS.swift
[16/22] Compiling VersionCompare Version+StringInitializer.swift
[17/22] Compiling VersionCompare PrereleaseIdentifier.swift
[18/22] Compiling VersionCompare SemanticVersionComparable+Comparable.swift
[19/22] Compiling VersionCompare SemanticVersionComparable.swift
[20/22] Compiling VersionCompare Version+Bundle.swift
[21/22] Compiling VersionCompare Version.swift
[22/22] Compiling VersionCompare resource_bundle_accessor.swift
Build complete! (6.16s)
Build complete.
Done.