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 TaskProgress, reference 1.1.1 (07bfe3), with Swift 6.0 for macOS (SPM) on 31 Dec 2024 19:51:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/TaskProgress.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/TaskProgress
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 07bfe33 fix intermediate messages
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
07bfe331d4c9b1d50b6795c0a1a691fe7bc207c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.git at 1.1.1
========================================
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": "taskprogress",
      "name": "TaskProgress",
      "url": "https://github.com/Jomy10/TaskProgress.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TaskProgress",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Jomy10/TaskProgress.git
[1/54] Fetching taskprogress
Fetched https://github.com/Jomy10/TaskProgress.git from cache (1.03s)
Creating working copy for https://github.com/Jomy10/TaskProgress.git
Working copy of https://github.com/Jomy10/TaskProgress.git resolved at 1.1.1 (07bfe33)
warning: '.resolve-product-dependencies': dependency 'taskprogress' 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/Jomy10/TaskProgress.git
https://github.com/Jomy10/TaskProgress.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskProgress",
  "name" : "TaskProgress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TaskProgress",
      "targets" : [
        "TaskProgress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskProgress",
      "module_type" : "SwiftTarget",
      "name" : "TaskProgress",
      "path" : "Sources/TaskProgress",
      "product_memberships" : [
        "TaskProgress",
        "Example"
      ],
      "sources" : [
        "Ansi.swift",
        "TaskProgress.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TaskProgress"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/10] Compiling TaskProgress Ansi.swift
[6/10] Emitting module TaskProgress
[7/10] Compiling TaskProgress TaskProgress.swift
[8/12] Compiling Example main.swift
[9/12] Emitting module Example
[9/12] Write Objects.LinkFileList
[10/12] Linking Example
[11/12] Applying Example
Build complete! (7.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskProgress",
  "name" : "TaskProgress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TaskProgress",
      "targets" : [
        "TaskProgress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskProgress",
      "module_type" : "SwiftTarget",
      "name" : "TaskProgress",
      "path" : "Sources/TaskProgress",
      "product_memberships" : [
        "TaskProgress",
        "Example"
      ],
      "sources" : [
        "Ansi.swift",
        "TaskProgress.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TaskProgress"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/jomy10/taskprogress/1.1.1
Repository:               Jomy10/TaskProgress
Swift version used:       6.0
Target:                   TaskProgress
Extracting symbol information for 'TaskProgress'...
Finished extracting symbol information for 'TaskProgress'. (2.43s)
Building documentation for 'TaskProgress'...
Finished building documentation for 'TaskProgress' (0.36s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/jomy10/taskprogress/1.1.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3245] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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 snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit GenericConstraint.swift
[11/57] Compiling SymbolKit GenericParameter.swift
[12/57] Compiling SymbolKit Generics.swift
[13/57] Compiling SymbolKit Namespace.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit Mixin+Equals.swift
[24/57] Compiling SymbolKit Mixin+Hash.swift
[25/57] Compiling SymbolKit Mixin.swift
[26/57] Compiling SymbolKit LineList.swift
[27/57] Compiling SymbolKit Position.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.94s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/4] Compiling TaskProgress Ansi.swift
[3/4] Emitting module TaskProgress
[4/4] Compiling TaskProgress TaskProgress.swift
Build of target: 'TaskProgress' complete! (0.51s)
     166
2	/Users/admin/builder/spi-builder-workspace/.docs/jomy10/taskprogress/1.1.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jomy10/taskprogress/1.1.1
File count: 166
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-jomy10-taskprogress-1.1.1-d5d79e08.zip to s3://spi-docs-inbox/prod-jomy10-taskprogress-1.1.1-d5d79e08.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [60%]
Copying... [75%]
Copying... [90%]
Copying... [100%]
Done.