The Swift Package Index logo.Swift Package Index

Build Information

Failed to build csv-dialect-swift with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chrispomeroyhale/csv-dialect-swift.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/chrispomeroyhale/csv-dialect-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 89c6c11 GH-7: Optionally specify import data encoding.
Cloned https://github.com/chrispomeroyhale/csv-dialect-swift.git
Revision (git rev-parse @):
89c6c1195da0aa86f201b4dc3bf5011cd7dd6adc
SUCCESS checkout https://github.com/chrispomeroyhale/csv-dialect-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/chrispomeroyhale/csv-dialect-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/8] Compiling DialectalCSV InputIterator.swift
[2/8] Compiling DialectalCSV InputHandler.swift
/host/spi-builder-workspace/Sources/InputHandler.swift:157:37: error: 'seek(toOffset:)' is unavailable
                try self.fileHandle.seek(toOffset: startOffset)
                                    ^~~~
Foundation.FileHandle:21:17: note: 'seek(toOffset:)' was introduced in Swift 5.0
    public func seek(toOffset offset: UInt64) throws
                ^
[3/9] Compiling DialectalCSV Dialect.swift
[4/9] Emitting module DialectalCSV
[5/9] Compiling DialectalCSV Document.swift
[6/9] Compiling DialectalCSV Aliases.swift
[7/9] Compiling DialectalCSV ExportParser.swift
[8/9] Compiling DialectalCSV ImportParser.swift
/host/spi-builder-workspace/Sources/ImportParser.swift:66:70: error: cannot convert value of type 'UnsafeMutablePointer<NSString?>' to expected argument type 'UnsafeMutablePointer<String?>'
            if !scanner.scanUpToCharacters(from: characterSet, into: &fieldPartition), scanner.isAtEnd {
                                                                     ^
/host/spi-builder-workspace/Sources/ImportParser.swift:66:70: note: arguments to generic parameter 'Pointee' ('NSString?' and 'String?') are expected to be equal
            if !scanner.scanUpToCharacters(from: characterSet, into: &fieldPartition), scanner.isAtEnd {
                                                                     ^
/host/spi-builder-workspace/Sources/ImportParser.swift:79:68: error: cannot convert value of type 'UnsafeMutablePointer<NSString?>' to expected argument type 'UnsafeMutablePointer<String?>'
            guard scanner.scanCharacters(from: characterSet, into: &characters), let specials = characters as String? else {
                                                                   ^
/host/spi-builder-workspace/Sources/ImportParser.swift:79:68: note: arguments to generic parameter 'Pointee' ('NSString?' and 'String?') are expected to be equal
            guard scanner.scanCharacters(from: characterSet, into: &characters), let specials = characters as String? else {
                                                                   ^
[9/9] Compiling DialectalCSV OutputHandler.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[1/3] Compiling DialectalCSV InputHandler.swift
/host/spi-builder-workspace/Sources/InputHandler.swift:157:37: error: 'seek(toOffset:)' is unavailable
                try self.fileHandle.seek(toOffset: startOffset)
                                    ^~~~
Foundation.FileHandle:21:17: note: 'seek(toOffset:)' was introduced in Swift 5.0
    public func seek(toOffset offset: UInt64) throws
                ^
[2/3] Emitting module DialectalCSV
[3/3] Compiling DialectalCSV ImportParser.swift
/host/spi-builder-workspace/Sources/ImportParser.swift:66:70: error: cannot convert value of type 'UnsafeMutablePointer<NSString?>' to expected argument type 'UnsafeMutablePointer<String?>'
            if !scanner.scanUpToCharacters(from: characterSet, into: &fieldPartition), scanner.isAtEnd {
                                                                     ^
/host/spi-builder-workspace/Sources/ImportParser.swift:66:70: note: arguments to generic parameter 'Pointee' ('NSString?' and 'String?') are expected to be equal
            if !scanner.scanUpToCharacters(from: characterSet, into: &fieldPartition), scanner.isAtEnd {
                                                                     ^
/host/spi-builder-workspace/Sources/ImportParser.swift:79:68: error: cannot convert value of type 'UnsafeMutablePointer<NSString?>' to expected argument type 'UnsafeMutablePointer<String?>'
            guard scanner.scanCharacters(from: characterSet, into: &characters), let specials = characters as String? else {
                                                                   ^
/host/spi-builder-workspace/Sources/ImportParser.swift:79:68: note: arguments to generic parameter 'Pointee' ('NSString?' and 'String?') are expected to be equal
            guard scanner.scanCharacters(from: characterSet, into: &characters), let specials = characters as String? else {
                                                                   ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1