Build Information
Successful build of Images, reference v1.1.6 (df3d65
), with Swift 6.0 for Linux on 28 Nov 2024 05:51:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Images.git
Reference: v1.1.6
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/elegantchaos/Images
* tag v1.1.6 -> FETCH_HEAD
HEAD is now at df3d65b fixed minimum watchOS version
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
df3d65b075f30f48deafce8a81eb9ea8a3190505
SUCCESS checkout https://github.com/elegantchaos/Images.git at v1.1.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/Images.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/ThreadExtensions.git
[1/42] Fetching threadextensions
[43/2093] Fetching threadextensions, logger
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.22s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.22s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (0.51s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.87s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling Logger PrintHandler.swift
[6/16] Compiling Logger NSLogHandler.swift
[7/16] Compiling Logger OSLogHandler.swift
[8/16] Emitting module Logger
[9/16] Compiling Logger Channel.swift
[10/16] Compiling Logger Context.swift
[11/16] Compiling Logger Handler.swift
[12/16] Compiling Logger ManagerSettings.swift
[13/16] Compiling Logger UserDefaultsManagerSettings.swift
[14/16] Compiling Logger Manager.swift
[15/16] Emitting module ThreadExtensions
[16/16] Compiling ThreadExtensions ThreadExtensions.swift
[19/25] Compiling Images Image+Extensions.swift
[20/25] Compiling Images Image+UIKit.swift
[21/25] Compiling Images Image+AppKit.swift
[22/25] Compiling Images AsyncImage.swift
[23/25] Emitting module Images
[24/25] Compiling Images ImageCache.swift
[25/25] Compiling Images ImageFactory.swift
Build complete! (17.81s)
Build complete.
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "threadextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/ThreadExtensions.git"
}
],
"manifest_display_name" : "Images",
"name" : "Images",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Images",
"targets" : [
"Images"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ImagesTests",
"module_type" : "SwiftTarget",
"name" : "ImagesTests",
"path" : "Tests/ImagesTests",
"sources" : [
"ImagesTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Images"
],
"type" : "test"
},
{
"c99name" : "Images",
"module_type" : "SwiftTarget",
"name" : "Images",
"path" : "Sources/Images",
"product_dependencies" : [
"Logger",
"ThreadExtensions"
],
"product_memberships" : [
"Images"
],
"sources" : [
"AsyncImage.swift",
"Image+AppKit.swift",
"Image+Extensions.swift",
"Image+UIKit.swift",
"ImageCache.swift",
"ImageFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.