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 SemanticVersion, reference 0.4.0 (ea8eea), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 16:29:10 UTC.

Swift 6 data race errors: 0

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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/SemanticVersion.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/SemanticVersion
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at ea8eea9 Merge pull request #18 from sonos/string_coding
Cloned https://github.com/SwiftPackageIndex/SemanticVersion.git
Revision (git rev-parse @):
ea8eea9d89842a29af1b8e6c7677f1c86e72fa42
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftPackageIndex/SemanticVersion.git at 0.4.0
========================================
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": "semanticversion",
      "name": "SemanticVersion",
      "url": "https://github.com/SwiftPackageIndex/SemanticVersion.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SemanticVersion",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SwiftPackageIndex/SemanticVersion.git
[1/323] Fetching semanticversion
Fetched https://github.com/SwiftPackageIndex/SemanticVersion.git from cache (0.77s)
Creating working copy for https://github.com/SwiftPackageIndex/SemanticVersion.git
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion.git resolved at 0.4.0 (ea8eea9)
warning: '.resolve-product-dependencies': dependency 'semanticversion' 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/SwiftPackageIndex/SemanticVersion.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/3] Write sources
[1/3] Copying Documentation.docc
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/8] Compiling SemanticVersion resource_bundle_accessor.swift
[5/8] Compiling SemanticVersion NSRegularExpression+ext.swift
[6/8] Compiling SemanticVersion SemanticVersion+Codable.swift
[7/8] Emitting module SemanticVersion
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func < (lhs: Self, rhs: Self) -> Bool {
145 |         // Per section 11.4 of the semver spec, compare left to right until a
[8/8] Compiling SemanticVersion SemanticVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func < (lhs: Self, rhs: Self) -> Bool {
145 |         // Per section 11.4 of the semver spec, compare left to right until a
Build complete! (6.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SemanticVersion",
  "name" : "SemanticVersion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SemanticVersion",
      "targets" : [
        "SemanticVersion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemanticVersionTests",
      "module_type" : "SwiftTarget",
      "name" : "SemanticVersionTests",
      "path" : "Tests/SemanticVersionTests",
      "sources" : [
        "SemanticVersionCodingTests.swift",
        "SemanticVersionTests.swift"
      ],
      "target_dependencies" : [
        "SemanticVersion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemanticVersion",
      "module_type" : "SwiftTarget",
      "name" : "SemanticVersion",
      "path" : "Sources/SemanticVersion",
      "product_memberships" : [
        "SemanticVersion"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/Documentation.docc",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NSRegularExpression+ext.swift",
        "SemanticVersion+Codable.swift",
        "SemanticVersion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftpackageindex/semanticversion/0.4.0
Repository:               SwiftPackageIndex/SemanticVersion
Swift version used:       6.0
Target:                   SemanticVersion
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'SemanticVersion'...
Finished extracting symbol information for 'SemanticVersion'. (2.79s)
Building documentation for 'SemanticVersion'...
Finished building documentation for 'SemanticVersion' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/semanticversion/0.4.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3168] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit Relationship.swift
[18/57] Compiling SymbolKit RelationshipKind.swift
[19/57] Compiling SymbolKit SourceOrigin.swift
[20/57] Compiling SymbolKit GenericConstraints.swift
[21/57] Compiling SymbolKit Swift.swift
[22/57] Compiling SymbolKit SemanticVersion.swift
[23/57] Compiling SymbolKit AccessControl.swift
[24/57] Compiling SymbolKit Availability.swift
[25/57] Compiling SymbolKit AvailabilityItem.swift
[26/57] Compiling SymbolKit Domain.swift
[27/57] Compiling SymbolKit Names.swift
[28/57] Compiling SymbolKit SPI.swift
[29/57] Compiling SymbolKit Snippet.swift
[30/57] Compiling SymbolKit Extension.swift
[31/57] Compiling SymbolKit SourceRange.swift
[32/57] Compiling SymbolKit Metadata.swift
[33/57] Compiling SymbolKit Module.swift
[34/57] Compiling SymbolKit OperatingSystem.swift
[35/57] Compiling SymbolKit Platform.swift
[36/57] Compiling SymbolKit GenericConstraint.swift
[37/57] Compiling SymbolKit GenericParameter.swift
[38/57] Compiling SymbolKit Generics.swift
[39/57] Compiling SymbolKit Namespace.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract URL+Status.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.71s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/6] Compiling SemanticVersion resource_bundle_accessor.swift
[3/6] Compiling SemanticVersion NSRegularExpression+ext.swift
[4/6] Compiling SemanticVersion SemanticVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func < (lhs: Self, rhs: Self) -> Bool {
145 |         // Per section 11.4 of the semver spec, compare left to right until a
[5/6] Compiling SemanticVersion SemanticVersion+Codable.swift
[6/6] Emitting module SemanticVersion
/Users/admin/builder/spi-builder-workspace/Sources/SemanticVersion/SemanticVersion.swift:143:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
141 |
142 |
143 | extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func < (lhs: Self, rhs: Self) -> Bool {
145 |         // Per section 11.4 of the semver spec, compare left to right until a
Build of target: 'SemanticVersion' complete! (0.63s)
     196
2	/Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/semanticversion/0.4.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftpackageindex/semanticversion/0.4.0
File count: 196
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-swiftpackageindex-semanticversion-0.4.0-774545f5.zip to s3://spi-docs-inbox/prod-swiftpackageindex-semanticversion-0.4.0-774545f5.zip
Copying... [13%]
Copying... [27%]
Copying... [40%]
Copying... [54%]
Copying... [67%]
Copying... [80%]
Copying... [94%]
Copying... [100%]
Done.