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 DocumetationComment, reference 0.0.6 (90d3c5), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 11 Aug 2024 07:54:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DocumetationComment -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumito-ito/DocumentationComment.git
Reference: 0.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumito-ito/DocumentationComment
 * tag               0.0.6      -> FETCH_HEAD
HEAD is now at 90d3c5b fix lint error
Cloned https://github.com/fumito-ito/DocumentationComment.git
Revision (git rev-parse @):
90d3c5b9cccddb202c8adb99138733c868d7b082
SUCCESS checkout https://github.com/fumito-ito/DocumentationComment.git at 0.0.6
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/fumito-ito/DocumentationComment.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-markdown.git
Fetching from https://github.com/apple/swift-cmark.git
Creating working copy of package ‘swift-markdown’
Checking out 0.4.0 of package ‘swift-markdown’
Creating working copy of package ‘swift-cmark’
Checking out 0.4.0 of package ‘swift-cmark’
Resolve Package Graph
Resolved source packages:
  swift-markdown: https://github.com/apple/swift-markdown.git @ 0.4.0
  cmark-gfm: https://github.com/apple/swift-cmark.git @ 0.4.0
  DocumetationComment: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-markdown, cmark-gfm, DocumetationComment
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown.git"
    }
  ],
  "manifest_display_name" : "DocumetationComment",
  "name" : "DocumetationComment",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "DocumetationComment",
      "targets" : [
        "DocumetationComment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocumetationCommentTests",
      "module_type" : "SwiftTarget",
      "name" : "DocumetationCommentTests",
      "path" : "Tests/DocumetationCommentTests",
      "sources" : [
        "Array+ExtensionTests.swift",
        "DocumentationCommentExtractorTests.swift",
        "DocumentationCommentTests.swift",
        "ListItem+ExtensionTests.swift"
      ],
      "target_dependencies" : [
        "DocumetationComment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocumetationComment",
      "module_type" : "SwiftTarget",
      "name" : "DocumetationComment",
      "path" : "Sources/DocumetationComment",
      "product_dependencies" : [
        "Markdown"
      ],
      "product_memberships" : [
        "DocumetationComment"
      ],
      "sources" : [
        "DocumentationCommentExtractor.swift",
        "DocumetationComment.swift",
        "Entity/Abstract.swift",
        "Entity/Description.swift",
        "Entity/DocumentationTag.swift",
        "Entity/FieldExtension.swift",
        "Entity/Parameter.swift",
        "Entity/Returns.swift",
        "Entity/Throws.swift",
        "Extension/Array+Extension.swift",
        "Extension/ListItem+Extension.swift",
        "Extension/MarkUp+Extension.swift",
        "Extension/Sequence+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DocumetationComment"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DocumetationComment -destination platform=macOS,arch=arm64
Build complete.
Done.