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 PocketSVG, reference 2.8.0 (890a94), with Swift 6.0 for Linux on 7 Feb 2025 18:34:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pocketsvg/pocketsvg.git
Reference: 2.8.0
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/pocketsvg/pocketsvg
 * tag               2.8.0      -> FETCH_HEAD
HEAD is now at 890a94e update readme and changelog for v2.8.0
Cloned https://github.com/pocketsvg/pocketsvg.git
Revision (git rev-parse @):
890a94e60c59cdf055b4d549dd246f60c6b25b5e
SUCCESS checkout https://github.com/pocketsvg/pocketsvg.git at 2.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pocketsvg/pocketsvg.git
https://github.com/pocketsvg/pocketsvg.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "PocketSVG",
  "name" : "PocketSVG",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PocketSVG",
      "targets" : [
        "PocketSVG"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PocketSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "PocketSVGTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/test_rectangle.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/test_tiger.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PocketSVGTests.swift"
      ],
      "target_dependencies" : [
        "PocketSVG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PocketSVG",
      "module_type" : "ClangTarget",
      "name" : "PocketSVG",
      "path" : "Sources",
      "product_memberships" : [
        "PocketSVG"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/SVGColors.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "SVGBezierPath.mm",
        "SVGEngine.mm",
        "SVGImageView.m",
        "SVGLayer.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:8:17: warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 6 |     name: "PocketSVG",
 7 |     platforms: [
 8 |         .macOS(.v10_10),
   |                 `- warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
/host/spi-builder-workspace/Package.swift:9:15: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 7 |     platforms: [
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
/host/spi-builder-workspace/Package.swift:10:16: warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
   |                `- warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
11 |         .watchOS(.v3),
12 |         .visionOS(.v1)
/host/spi-builder-workspace/Package.swift:11:19: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
   |                   `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
12 |         .visionOS(.v1)
13 |     ],
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:8:17: warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 6 |     name: "PocketSVG",
 7 |     platforms: [
 8 |         .macOS(.v10_10),
   |                 `- warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
/host/spi-builder-workspace/Package.swift:9:15: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 7 |     platforms: [
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
/host/spi-builder-workspace/Package.swift:10:16: warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
   |                `- warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
11 |         .watchOS(.v3),
12 |         .visionOS(.v1)
/host/spi-builder-workspace/Package.swift:11:19: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
   |                   `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
12 |         .visionOS(.v1)
13 |     ],
Building for debugging...
[0/8] Copying SVGColors.plist
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/8] Compiling PocketSVG resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/8] Compiling PocketSVG SVGImageView.m
[1/8] Compiling PocketSVG SVGLayer.m
[1/8] Compiling PocketSVG SVGBezierPath.mm
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/8] Compiling PocketSVG SVGEngine.mm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:8:17: warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 6 |     name: "PocketSVG",
 7 |     platforms: [
 8 |         .macOS(.v10_10),
   |                 `- warning: 'v10_10' is deprecated: macOS 10.13 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
/host/spi-builder-workspace/Package.swift:9:15: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
 7 |     platforms: [
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
/host/spi-builder-workspace/Package.swift:10:16: warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
 8 |         .macOS(.v10_10),
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
   |                `- warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
11 |         .watchOS(.v3),
12 |         .visionOS(.v1)
/host/spi-builder-workspace/Package.swift:11:19: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
 9 |         .iOS(.v9),
10 |         .tvOS(.v10),
11 |         .watchOS(.v3),
   |                   `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
12 |         .visionOS(.v1)
13 |     ],
[0/1] Planning build
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/7] Compiling PocketSVG SVGImageView.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/7] Compiling PocketSVG resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/7] Compiling PocketSVG SVGLayer.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/7] Compiling PocketSVG SVGEngine.mm
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PocketSVG.build/DerivedSources/resource_bundle_accessor.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/7] Compiling PocketSVG SVGBezierPath.mm
BUILD FAILURE 6.0 linux