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

Successful build of WingedSwift, reference main (59ea75), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 00:28:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/Winged-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/Winged-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 59ea759 Merge pull request #6 from micheltlutz/feature/new-tags
Cloned https://github.com/micheltlutz/Winged-Swift.git
Revision (git rev-parse @):
59ea759300b1cc604850cd1b7d9e7013f0839fd9
SUCCESS checkout https://github.com/micheltlutz/Winged-Swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/micheltlutz/Winged-Swift.git
https://github.com/micheltlutz/Winged-Swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WingedSwift",
  "name" : "WingedSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WingedSwift",
      "targets" : [
        "WingedSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WingedSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "WingedSwiftTests",
      "path" : "Tests/WingedSwiftTests",
      "sources" : [
        "CodeTests.swift",
        "FormsTests.swift",
        "HTMLBuilderTests.swift",
        "HTMLTagTests.swift"
      ],
      "target_dependencies" : [
        "WingedSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WingedSwift",
      "module_type" : "SwiftTarget",
      "name" : "WingedSwift",
      "path" : "Sources/WingedSwift",
      "product_memberships" : [
        "WingedSwift"
      ],
      "sources" : [
        "HTML/Code/Code.swift",
        "HTML/Code/Embed.swift",
        "HTML/Code/Pre.swift",
        "HTML/Commons/A.swift",
        "HTML/Commons/Body.swift",
        "HTML/Commons/Button.swift",
        "HTML/Commons/Div.swift",
        "HTML/Commons/Dl.swift",
        "HTML/Commons/Footer.swift",
        "HTML/Commons/Head.swift",
        "HTML/Commons/Header.swift",
        "HTML/Commons/Img.swift",
        "HTML/Commons/Li.swift",
        "HTML/Commons/Link.swift",
        "HTML/Commons/MainTag.swift",
        "HTML/Commons/Meta.swift",
        "HTML/Commons/Nav.swift",
        "HTML/Commons/Ol.swift",
        "HTML/Commons/P.swift",
        "HTML/Commons/Script.swift",
        "HTML/Commons/Span.swift",
        "HTML/Commons/Table.swift",
        "HTML/Commons/Td.swift",
        "HTML/Commons/Th.swift",
        "HTML/Commons/Title.swift",
        "HTML/Commons/Tr.swift",
        "HTML/Commons/Ul.swift",
        "HTML/Forms/Fieldset.swift",
        "HTML/Forms/Form.swift",
        "HTML/Forms/Input.swift",
        "HTML/Forms/Label.swift",
        "HTML/Forms/Option.swift",
        "HTML/Forms/Section.swift",
        "HTML/Forms/Select.swift",
        "HTML/Forms/Textarea.swift",
        "WingedSwift.swift",
        "core/Attribute.swift",
        "core/HTMLTag.swift",
        "functions/HTMLFunctions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/41] Emitting module WingedSwift
[6/44] Compiling WingedSwift Attribute.swift
[7/44] Compiling WingedSwift HTMLTag.swift
[8/44] Compiling WingedSwift HTMLFunctions.swift
[9/44] Compiling WingedSwift Footer.swift
[10/44] Compiling WingedSwift Head.swift
[11/44] Compiling WingedSwift Header.swift
[12/44] Compiling WingedSwift Img.swift
[13/44] Compiling WingedSwift Section.swift
[14/44] Compiling WingedSwift Select.swift
[15/44] Compiling WingedSwift Textarea.swift
[16/44] Compiling WingedSwift WingedSwift.swift
[17/44] Compiling WingedSwift Form.swift
[18/44] Compiling WingedSwift Input.swift
[19/44] Compiling WingedSwift Label.swift
[20/44] Compiling WingedSwift Option.swift
[21/44] Compiling WingedSwift Body.swift
[22/44] Compiling WingedSwift Button.swift
[23/44] Compiling WingedSwift Div.swift
[24/44] Compiling WingedSwift Dl.swift
[25/44] Compiling WingedSwift Span.swift
[26/44] Compiling WingedSwift Table.swift
[27/44] Compiling WingedSwift Td.swift
[28/44] Compiling WingedSwift Th.swift
[29/44] Compiling WingedSwift Li.swift
[30/44] Compiling WingedSwift Link.swift
[31/44] Compiling WingedSwift MainTag.swift
[32/44] Compiling WingedSwift Meta.swift
[33/44] Compiling WingedSwift Nav.swift
[34/44] Compiling WingedSwift Ol.swift
[35/44] Compiling WingedSwift P.swift
[36/44] Compiling WingedSwift Script.swift
[37/44] Compiling WingedSwift Title.swift
[38/44] Compiling WingedSwift Tr.swift
[39/44] Compiling WingedSwift Ul.swift
[40/44] Compiling WingedSwift Fieldset.swift
[41/44] Compiling WingedSwift Code.swift
[42/44] Compiling WingedSwift Embed.swift
[43/44] Compiling WingedSwift Pre.swift
[44/44] Compiling WingedSwift A.swift
Build complete! (18.29s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.41s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WingedSwift",
  "name" : "WingedSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WingedSwift",
      "targets" : [
        "WingedSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WingedSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "WingedSwiftTests",
      "path" : "Tests/WingedSwiftTests",
      "sources" : [
        "CodeTests.swift",
        "FormsTests.swift",
        "HTMLBuilderTests.swift",
        "HTMLTagTests.swift"
      ],
      "target_dependencies" : [
        "WingedSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WingedSwift",
      "module_type" : "SwiftTarget",
      "name" : "WingedSwift",
      "path" : "Sources/WingedSwift",
      "product_memberships" : [
        "WingedSwift"
      ],
      "sources" : [
        "HTML/Code/Code.swift",
        "HTML/Code/Embed.swift",
        "HTML/Code/Pre.swift",
        "HTML/Commons/A.swift",
        "HTML/Commons/Body.swift",
        "HTML/Commons/Button.swift",
        "HTML/Commons/Div.swift",
        "HTML/Commons/Dl.swift",
        "HTML/Commons/Footer.swift",
        "HTML/Commons/Head.swift",
        "HTML/Commons/Header.swift",
        "HTML/Commons/Img.swift",
        "HTML/Commons/Li.swift",
        "HTML/Commons/Link.swift",
        "HTML/Commons/MainTag.swift",
        "HTML/Commons/Meta.swift",
        "HTML/Commons/Nav.swift",
        "HTML/Commons/Ol.swift",
        "HTML/Commons/P.swift",
        "HTML/Commons/Script.swift",
        "HTML/Commons/Span.swift",
        "HTML/Commons/Table.swift",
        "HTML/Commons/Td.swift",
        "HTML/Commons/Th.swift",
        "HTML/Commons/Title.swift",
        "HTML/Commons/Tr.swift",
        "HTML/Commons/Ul.swift",
        "HTML/Forms/Fieldset.swift",
        "HTML/Forms/Form.swift",
        "HTML/Forms/Input.swift",
        "HTML/Forms/Label.swift",
        "HTML/Forms/Option.swift",
        "HTML/Forms/Section.swift",
        "HTML/Forms/Select.swift",
        "HTML/Forms/Textarea.swift",
        "WingedSwift.swift",
        "core/Attribute.swift",
        "core/HTMLTag.swift",
        "functions/HTMLFunctions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.