This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build pixivswift with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theBreadCompany/pixivswift.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/theBreadCompany/pixivswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a5e89f9 require packages only where the native libs arent available
Cloned https://github.com/theBreadCompany/pixivswift.git
Revision (git rev-parse @):
a5e89f98096f1207a4073deeceafa8decb197620
SUCCESS checkout https://github.com/theBreadCompany/pixivswift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/theBreadCompany/pixivswift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.aTE4Ic/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.3.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.pf2vg2/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:54:22: error: no exact matches in call to instance method 'append'
52 | #endif
53 | #if !canImport(ImageIO)
54 | package.dependencies.append([
   |                      `- error: no exact matches in call to instance method 'append'
55 |     .package(url: "https://github.com/fwcd/swift-gif.git", .upToNextMajor(from: "2.0.0")),
56 |     .package(url: "https://github.com/twostraws/SwiftGD", .upToNextMajor(from: "2.0.0"))
Swift.Array:7:37: note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 5 |     @inlinable public mutating func reserveCapacity(_ minimumCapacity: Int)
 6 |     @inlinable public mutating func append(_ newElement: __owned Element)
 7 |     @inlinable public mutating func append<S>(contentsOf newElements: __owned S) where Element == S.Element, S : Sequence
   |                                     `- note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 8 |     @inlinable public mutating func _customRemoveLast() -> Element?
 9 |     @discardableResult
Swift.RangeReplaceableCollection:5:37: note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 3 |     @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
 4 |     @inlinable public mutating func append(_ newElement: __owned Self.Element)
 5 |     @inlinable public mutating func append<S>(contentsOf newElements: __owned S) where S : Sequence, Self.Element == S.Element
   |                                     `- note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 6 |     @inlinable public mutating func insert(_ newElement: __owned Self.Element, at i: Self.Index)
 7 |     @inlinable public mutating func insert<C>(contentsOf newElements: __owned C, at i: Self.Index) where C : Collection, Self.Element == C.Element
/host/spi-builder-workspace/Package.swift:58:85: error: missing argument label 'contentsOf:' in call
56 |     .package(url: "https://github.com/twostraws/SwiftGD", .upToNextMajor(from: "2.0.0"))
57 | ])
58 | package.targets.first(where: {$0.name == "pixivswiftWrapper"})!.dependencies.append([
   |                                                                                     `- error: missing argument label 'contentsOf:' in call
59 |     .product(name: "GIF", package: "swift-gif", condition: .when(platforms: [.linux])),
60 |     .product(name: "SwiftGD", package: "SwiftGD", condition: .when(platforms: [.linux]))
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.b37HBu/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.3.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.MZiE5n/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:54:22: error: no exact matches in call to instance method 'append'
52 | #endif
53 | #if !canImport(ImageIO)
54 | package.dependencies.append([
   |                      `- error: no exact matches in call to instance method 'append'
55 |     .package(url: "https://github.com/fwcd/swift-gif.git", .upToNextMajor(from: "2.0.0")),
56 |     .package(url: "https://github.com/twostraws/SwiftGD", .upToNextMajor(from: "2.0.0"))
Swift.Array:7:37: note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 5 |     @inlinable public mutating func reserveCapacity(_ minimumCapacity: Int)
 6 |     @inlinable public mutating func append(_ newElement: __owned Element)
 7 |     @inlinable public mutating func append<S>(contentsOf newElements: __owned S) where Element == S.Element, S : Sequence
   |                                     `- note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 8 |     @inlinable public mutating func _customRemoveLast() -> Element?
 9 |     @discardableResult
Swift.RangeReplaceableCollection:5:37: note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 3 |     @inlinable public init<S>(_ elements: S) where S : Sequence, Self.Element == S.Element
 4 |     @inlinable public mutating func append(_ newElement: __owned Self.Element)
 5 |     @inlinable public mutating func append<S>(contentsOf newElements: __owned S) where S : Sequence, Self.Element == S.Element
   |                                     `- note: incorrect labels for candidate (have: '(_:)', expected: '(contentsOf:)')
 6 |     @inlinable public mutating func insert(_ newElement: __owned Self.Element, at i: Self.Index)
 7 |     @inlinable public mutating func insert<C>(contentsOf newElements: __owned C, at i: Self.Index) where C : Collection, Self.Element == C.Element
/host/spi-builder-workspace/Package.swift:58:85: error: missing argument label 'contentsOf:' in call
56 |     .package(url: "https://github.com/twostraws/SwiftGD", .upToNextMajor(from: "2.0.0"))
57 | ])
58 | package.targets.first(where: {$0.name == "pixivswiftWrapper"})!.dependencies.append([
   |                                                                                     `- error: missing argument label 'contentsOf:' in call
59 |     .product(name: "GIF", package: "swift-gif", condition: .when(platforms: [.linux])),
60 |     .product(name: "SwiftGD", package: "SwiftGD", condition: .when(platforms: [.linux]))
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.