Build Information
Failed to build CSVImporter, reference 1.9.1 (637553
), with Swift 6.2 (beta) for Android on 19 Jun 2025 11:08:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/CSVImporter.git
Reference: 1.9.1
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
* tag 1.9.1 -> FETCH_HEAD
HEAD is now at 6375530 Merge branch 'deploy/1.9.1' into productive
Cloned https://github.com/FlineDev/CSVImporter.git
Revision (git rev-parse @):
63755302a3d3ad81d62607dba4a97f06a62eab1b
SUCCESS checkout https://github.com/FlineDev/CSVImporter.git at 1.9.1
========================================
Build
========================================
Selected platform: android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Flinesoft/HandySwift.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/3374] Fetching handyswift
[474/18133] Fetching handyswift, quick
[6699/37717] Fetching handyswift, quick, nimble
Fetched https://github.com/Flinesoft/HandySwift.git from cache (1.51s)
Fetched https://github.com/Quick/Quick.git from cache (1.52s)
Fetched https://github.com/Quick/Nimble.git from cache (1.53s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (2.14s)
Computing version for https://github.com/Flinesoft/HandySwift.git
Computed https://github.com/Flinesoft/HandySwift.git at 2.8.0 (0.44s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.41s)
Creating working copy for https://github.com/Flinesoft/HandySwift.git
Working copy of https://github.com/Flinesoft/HandySwift.git resolved at 2.8.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Frameworks/CSVImporter/Frameworks/SupportingFiles': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/CSVImporterTests/Tests/SupportingFiles': File not found.
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/17] Emitting module HandySwift
[5/18] Compiling HandySwift Globals.swift
[6/18] Compiling HandySwift FrequencyTable.swift
[7/18] Compiling HandySwift Unowned.swift
[8/18] Compiling HandySwift ArrayExtension.swift
[9/18] Compiling HandySwift CollectionExtension.swift
[10/18] Compiling HandySwift DictionaryExtension.swift
[11/18] Compiling HandySwift DispatchTimeIntervalExtension.swift
[12/18] Compiling HandySwift IntExtension.swift
[13/18] Compiling HandySwift NSRangeExtension.swift
[14/18] Compiling HandySwift StringExtension.swift
[15/18] Compiling HandySwift TimeIntervalExtension.swift
[16/18] Compiling HandySwift Weak.swift
[17/18] Compiling HandySwift Regex.swift
[18/18] Compiling HandySwift SortedArray.swift
[20/27] Emitting module CSVImporter
[21/27] Compiling CSVImporter FileSource.swift
[22/27] Compiling CSVImporter CSVImporter.swift
/host/spi-builder-workspace/Frameworks/CSVImporter/CSVImporter.swift:271:13: error: cannot find 'autoreleasepool' in scope
269 | source.forEach { line in
270 | anyLine = true
271 | autoreleasepool {
| `- error: cannot find 'autoreleasepool' in scope
272 | let valuesInLine = readValuesInLine(line)
273 | closure(valuesInLine)
[23/27] Compiling CSVImporter Source.swift
[24/27] Compiling CSVImporter Globals.swift
[25/27] Compiling CSVImporter TextFile.swift
[26/27] Compiling CSVImporter TextFileStreamReader.swift
[27/27] Compiling CSVImporter StringSource.swift
BUILD FAILURE 6.2 android