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 SketchKit, reference develop (b320b6), with Swift 6.0 for Linux on 26 Mar 2025 18:35:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dogo/SketchKit.git
Reference: develop
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/dogo/SketchKit
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at b320b66 Update PublishDocumentation.yml
Cloned https://github.com/dogo/SketchKit.git
Revision (git rev-parse @):
b320b66ee324c6911b3dbaba90a13184cb0bb5b9
SUCCESS checkout https://github.com/dogo/SketchKit.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dogo/SketchKit.git
https://github.com/dogo/SketchKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SketchKit",
  "name" : "SketchKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SketchKit",
      "targets" : [
        "SketchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SketchKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SketchKitTests",
      "path" : "Tests/SketchKitTests",
      "sources" : [
        "Addons/Anchor+AddonsTests.swift",
        "Addons/UILayoutGuide+AddonsTests.swift",
        "Helpers/Mirror/KeyboardLayoutGuide+Mirror.swift",
        "Helpers/TestExtensions/Mirror+Testable.swift",
        "KeyboardLayoutGuideTests.swift",
        "UILayoutGuide/UILayoutGuide+BottomAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+CenterAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+HeightAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+LeadingAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+LeftAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+RightAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+TopAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+TrailingAnchorTests.swift",
        "UILayoutGuide/UILayoutGuide+WidthAnchorTests.swift",
        "UIView/LayoutGuide/BottomAnchorTests.swift",
        "UIView/LayoutGuide/CenterAnchorTests.swift",
        "UIView/LayoutGuide/HeightAnchorTests.swift",
        "UIView/LayoutGuide/LeadingAnchorTests.swift",
        "UIView/LayoutGuide/LeftAnchorTests.swift",
        "UIView/LayoutGuide/RightAnchorTests.swift",
        "UIView/LayoutGuide/TopAnchorTests.swift",
        "UIView/LayoutGuide/TrailingAnchorTests.swift",
        "UIView/LayoutGuide/WidthAnchorTests.swift",
        "UIView/SafeArea/SafeBottomAnchorTests.swift",
        "UIView/SafeArea/SafeCenterAnchorTests.swift",
        "UIView/SafeArea/SafeHeightAnchorTests.swift",
        "UIView/SafeArea/SafeLeadingAnchorTests.swift",
        "UIView/SafeArea/SafeLeftAnchorTests.swift",
        "UIView/SafeArea/SafeRightAnchorTests.swift",
        "UIView/SafeArea/SafeTopAnchorTests.swift",
        "UIView/SafeArea/SafeTrailingAnchorTests.swift",
        "UIView/SafeArea/SafeWidthAnchorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SketchKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SketchKit",
      "module_type" : "SwiftTarget",
      "name" : "SketchKit",
      "path" : "Sources",
      "product_memberships" : [
        "SketchKit"
      ],
      "sources" : [
        "SketchKit/Constrainable.swift",
        "SketchKit/Extensions/Anchors+SafeArea.swift",
        "SketchKit/Extensions/Constrainable+Anchors.swift",
        "SketchKit/KeyboardLayoutGuide.swift",
        "SketchKit/SketchKitDSL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling SketchKit SketchKitDSL.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[4/8] Compiling SketchKit KeyboardLayoutGuide.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[5/8] Compiling SketchKit Constrainable+Anchors.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[6/8] Compiling SketchKit Anchors+SafeArea.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module SketchKit
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[8/8] Compiling SketchKit Constrainable.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling SketchKit SketchKitDSL.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module SketchKit
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[4/7] Compiling SketchKit Constrainable.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[5/7] Compiling SketchKit KeyboardLayoutGuide.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[6/7] Compiling SketchKit Anchors+SafeArea.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
[7/7] Compiling SketchKit Constrainable+Anchors.swift
/host/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:12:8: error: no such module 'UIKit'
10 | import AppKit
11 | #else
12 | import UIKit
   |        `- error: no such module 'UIKit'
13 | #endif
14 |
BUILD FAILURE 6.0 linux