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 PulsrMarkdown, reference main (8d840e), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 13:17:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snowy1803/PulsrMarkdown.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snowy1803/PulsrMarkdown
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d840e6 Update README, add LICENSE, add documentation
Cloned https://github.com/Snowy1803/PulsrMarkdown.git
Revision (git rev-parse @):
8d840e66c9ead1c430abd1113393d10f6b2343ee
SUCCESS checkout https://github.com/Snowy1803/PulsrMarkdown.git at main
========================================
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": "pulsrmarkdown",
      "name": "PulsrMarkdown",
      "url": "https://github.com/Snowy1803/PulsrMarkdown.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PulsrMarkdown",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Snowy1803/PulsrMarkdown.git
[1/118] Fetching pulsrmarkdown
Fetched https://github.com/Snowy1803/PulsrMarkdown.git from cache (0.64s)
Creating working copy for https://github.com/Snowy1803/PulsrMarkdown.git
Working copy of https://github.com/Snowy1803/PulsrMarkdown.git resolved at main (8d840e6)
warning: '.resolve-product-dependencies': dependency 'pulsrmarkdown' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Snowy1803/PulsrMarkdown.git
https://github.com/Snowy1803/PulsrMarkdown.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PulsrMarkdown",
  "name" : "PulsrMarkdown",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "PulsrMarkdown",
      "targets" : [
        "PulsrMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PulsrMarkdownViews",
      "targets" : [
        "PulsrMarkdownViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PulsrMarkdownViews",
      "module_type" : "SwiftTarget",
      "name" : "PulsrMarkdownViews",
      "path" : "Sources/PulsrMarkdownViews",
      "product_memberships" : [
        "PulsrMarkdownViews"
      ],
      "sources" : [
        "MarkdownEditorView.swift",
        "MarkdownRenderedTextView.swift",
        "MarkdownView.swift"
      ],
      "target_dependencies" : [
        "PulsrMarkdown"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PulsrMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "PulsrMarkdownTests",
      "path" : "Tests/PulsrMarkdownTests",
      "sources" : [
        "PulsrMarkdownTests.swift"
      ],
      "target_dependencies" : [
        "PulsrMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PulsrMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "PulsrMarkdown",
      "path" : "Sources/PulsrMarkdown",
      "product_memberships" : [
        "PulsrMarkdown",
        "PulsrMarkdownViews"
      ],
      "sources" : [
        "MarkdownGenerator.swift",
        "MarkdownRule.swift",
        "UIColor+watchOS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module PulsrMarkdown
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[5/7] Compiling PulsrMarkdown MarkdownGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[6/7] Compiling PulsrMarkdown MarkdownRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[7/7] Compiling PulsrMarkdown UIColor+watchOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module PulsrMarkdown
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[3/5] Compiling PulsrMarkdown UIColor+watchOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[4/5] Compiling PulsrMarkdown MarkdownRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
[5/5] Compiling PulsrMarkdown MarkdownGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/PulsrMarkdown/MarkdownGenerator.swift:9:8: error: no such module 'UIKit'
  7 |
  8 | import Foundation
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | public struct MarkdownGenerator {
BUILD FAILURE 6.1 macosSpm