Build Information
Successful build of CSVImporter, reference main (193aa0
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 11:08:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/CSVImporter.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/FlineDev/CSVImporter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 193aa03 Update code style
Cloned https://github.com/FlineDev/CSVImporter.git
Revision (git rev-parse @):
193aa03649f7fcdd1a2d9ed968885ef145e4ac18
SUCCESS checkout https://github.com/FlineDev/CSVImporter.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/FlineDev/CSVImporter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Flinesoft/HandySwift.git
[1/3374] Fetching handyswift
Fetched https://github.com/Flinesoft/HandySwift.git from cache (0.34s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[11366/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.61s)
[15080/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.23s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (4.13s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.46s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Flinesoft/HandySwift.git
Working copy of https://github.com/Flinesoft/HandySwift.git resolved at main (e9defa2)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/33] Emitting module HandySwift
[5/37] Compiling HandySwift ArrayExt.swift
[6/37] Compiling HandySwift CaseIterableExt.swift
[7/37] Compiling HandySwift CollectionExt.swift
[8/37] Compiling HandySwift ComparableExt.swift
[9/37] Compiling HandySwift DataExt.swift
[10/37] Compiling HandySwift JSONEncoderExt.swift
[11/37] Compiling HandySwift NSRangeExt.swift
[12/37] Compiling HandySwift RandomAccessCollectionExt.swift
[13/37] Compiling HandySwift SequenceExt.swift
[14/37] Compiling HandySwift Globals.swift
[15/37] Compiling HandySwift AutoConforming.swift
[16/37] Compiling HandySwift DivisibleArithmetic.swift
[17/37] Compiling HandySwift Withable.swift
[18/37] Compiling HandySwift Debouncer.swift
[19/37] Compiling HandySwift FrequencyTable.swift
[20/37] Compiling HandySwift GregorianDay.swift
[21/37] Compiling HandySwift GregorianTime.swift
[22/37] Compiling HandySwift StringExt.swift
[23/37] Compiling HandySwift StringProtocolExt.swift
[24/37] Compiling HandySwift SymmetricKeyExt.swift
[25/37] Compiling HandySwift TimeIntervalExt.swift
[26/37] Compiling HandySwift DateExt.swift
[27/37] Compiling HandySwift DictionaryExt.swift
[28/37] Compiling HandySwift DispatchTimeIntervalExt.swift
[29/37] Compiling HandySwift DoubleExt.swift
[30/37] Compiling HandySwift DurationExt.swift
[31/37] Compiling HandySwift FloatExt.swift
[32/37] Compiling HandySwift IntExt.swift
[33/37] Compiling HandySwift JSONDecoderExt.swift
[34/37] Compiling HandySwift HandyRegex.swift
[35/37] Compiling HandySwift OperatingSystem.swift
[36/37] Compiling HandySwift RESTClient.swift
[37/37] Compiling HandySwift SortedArray.swift
[39/46] Compiling CSVImporter Source.swift
[40/46] Compiling CSVImporter StringSource.swift
[41/46] Compiling CSVImporter TextFileStreamReader.swift
[42/46] Compiling CSVImporter TextFile.swift
[43/46] Compiling CSVImporter Globals.swift
[44/46] Compiling CSVImporter CSVImporter.swift
[45/46] Emitting module CSVImporter
[46/46] Compiling CSVImporter FileSource.swift
Build complete! (24.61s)
Build complete.
{
"dependencies" : [
{
"identity" : "handyswift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flinesoft/HandySwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "CSVImporter",
"name" : "CSVImporter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CSVImporter",
"targets" : [
"CSVImporter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSVImporterTests",
"module_type" : "SwiftTarget",
"name" : "CSVImporterTests",
"path" : "Tests/CSVImporterTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"CSVImporterSpec.swift"
],
"target_dependencies" : [
"CSVImporter"
],
"type" : "test"
},
{
"c99name" : "CSVImporter",
"module_type" : "SwiftTarget",
"name" : "CSVImporter",
"path" : "Frameworks/CSVImporter",
"product_dependencies" : [
"HandySwift"
],
"product_memberships" : [
"CSVImporter"
],
"sources" : [
"CSVImporter.swift",
"FileSource.swift",
"Globals.swift",
"Source.swift",
"StringSource.swift",
"TextFile.swift",
"TextFileStreamReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.