Build Information
Successful build of universalis-swift, reference master (e6b4b3
), with Swift 6.0 for Linux on 6 Nov 2024 06:05:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/universalis-swift.git
Reference: master
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/Eisenhuth/universalis-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e6b4b35 Update LoadData.swift
Cloned https://github.com/Eisenhuth/universalis-swift.git
Revision (git rev-parse @):
e6b4b35d1d10baf7eb0d273c68f83407129a1932
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/universalis-swift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Eisenhuth/universalis-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/26] Emitting module universalis_swift
[4/29] Compiling universalis_swift UploadCountHistoryView.swift
[5/29] Compiling universalis_swift UserListView.swift
[6/29] Compiling universalis_swift World.swift
[7/29] Compiling universalis_swift MateriaView.swift
[8/29] Compiling universalis_swift MinimizedSaleView.swift
[9/29] Compiling universalis_swift MostRecentlyUpdatedItemsView.swift
[10/29] Compiling universalis_swift ProblemDetails.swift
[11/29] Compiling universalis_swift RecentlyUpdatedItemsView.swift
[12/29] Compiling universalis_swift SaleView.swift
[13/29] Compiling universalis_swift HistoryMultiViewV2.swift
[14/29] Compiling universalis_swift HistoryView.swift
[15/29] Compiling universalis_swift ListingView.swift
[16/29] Compiling universalis_swift ContentView.swift
[17/29] Compiling universalis_swift CurrentlyShownMultiViewV2.swift
[18/29] Compiling universalis_swift CurrentlyShownView.swift
[19/29] Compiling universalis_swift DataCenter.swift
[20/29] Compiling universalis_swift SourceUploadCountView.swift
[21/29] Compiling universalis_swift TaxRatesView.swift
[22/29] Compiling universalis_swift TradeVolumeView.swift
[23/29] Compiling universalis_swift WorldItemRecencyView.swift
[24/29] Compiling universalis_swift WorldUploadCounts.swift
[25/29] Compiling universalis_swift universalis-swift.swift
[26/29] Compiling universalis_swift ConvertDict.swift
[27/29] Compiling universalis_swift Endpoint.swift
[28/29] Compiling universalis_swift LoadData.swift
[29/29] Compiling universalis_swift AggregatedMarketBoardData.swift
Build complete! (9.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "universalis-swift",
"name" : "universalis-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "universalis-swift",
"targets" : [
"universalis-swift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "universalis_swift",
"module_type" : "SwiftTarget",
"name" : "universalis-swift",
"path" : "Sources/universalis-swift",
"product_memberships" : [
"universalis-swift"
],
"sources" : [
"ConvertDict.swift",
"Endpoint.swift",
"LoadData.swift",
"universalis-api/AggregatedMarketBoardData.swift",
"universalis-api/ContentView.swift",
"universalis-api/CurrentlyShownMultiViewV2.swift",
"universalis-api/CurrentlyShownView.swift",
"universalis-api/DataCenter.swift",
"universalis-api/HistoryMultiViewV2.swift",
"universalis-api/HistoryView.swift",
"universalis-api/ListingView.swift",
"universalis-api/MateriaView.swift",
"universalis-api/MinimizedSaleView.swift",
"universalis-api/MostRecentlyUpdatedItemsView.swift",
"universalis-api/ProblemDetails.swift",
"universalis-api/RecentlyUpdatedItemsView.swift",
"universalis-api/SaleView.swift",
"universalis-api/SourceUploadCountView.swift",
"universalis-api/TaxRatesView.swift",
"universalis-api/TradeVolumeView.swift",
"universalis-api/UploadCountHistoryView.swift",
"universalis-api/UserListView.swift",
"universalis-api/World.swift",
"universalis-api/WorldItemRecencyView.swift",
"universalis-api/WorldUploadCounts.swift",
"universalis-swift.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.