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 Styleable, reference 1.0.28 (91882b), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 22:26:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/radu-costea/Styleable.git
Reference: 1.0.28
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/radu-costea/Styleable
 * tag               1.0.28     -> FETCH_HEAD
HEAD is now at 91882be Merge remote-tracking branch 'origin/main'
Cloned https://github.com/radu-costea/Styleable.git
Revision (git rev-parse @):
91882be699bd7e8d2e133615e7d7982bb0216ad0
SUCCESS checkout https://github.com/radu-costea/Styleable.git at 1.0.28
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "styleable",
      "name": "Styleable",
      "url": "https://github.com/radu-costea/Styleable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Styleable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/radu-costea/Styleable.git
[1/310] Fetching styleable
Fetched https://github.com/radu-costea/Styleable.git from cache (0.73s)
Creating working copy for https://github.com/radu-costea/Styleable.git
Working copy of https://github.com/radu-costea/Styleable.git resolved at 1.0.28 (91882be)
warning: '.resolve-product-dependencies': dependency 'styleable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/radu-costea/Styleable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/20] Compiling Styleable UIView+Styleable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[4/21] Compiling Styleable StyleableControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[5/21] Compiling Styleable StyleableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[6/21] Compiling Styleable UIControl+Additions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[7/21] Compiling Styleable UIEdgeInsets+Additions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[8/21] Compiling Styleable NSLayoutConstraint+DSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[9/21] Compiling Styleable Padding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/21] Emitting module Styleable
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[11/21] Compiling Styleable VStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[12/21] Compiling Styleable ZStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[13/21] Compiling Styleable Style.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[14/21] Compiling Styleable Styleable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[15/21] Compiling Styleable UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[16/21] Compiling Styleable HScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[17/21] Compiling Styleable ArrayBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[18/21] Compiling Styleable LayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[19/21] Compiling Styleable VScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[20/21] Compiling Styleable HStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
[21/21] Compiling Styleable UIVisualEffectsView+DSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/Styleable/Layout/LayoutGuide.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// An entity that has layout anchors
BUILD FAILURE 6.0 macosSpm