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 SPIManifest, reference main (9939ab), with Swift 5.10 for macOS (SPM) on 22 Jul 2024 15:45:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/SPIManifest.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/SPIManifest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9939ab7 Merge pull request #48 from SwiftPackageIndex/dependabot/swift/github.com/jpsim/yams-5.1.3
Cloned https://github.com/SwiftPackageIndex/SPIManifest.git
Revision (git rev-parse @):
9939ab79065b429e7688112941a805e87fbf05ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftPackageIndex/SPIManifest.git at main
Fetching https://github.com/jpsim/Yams.git
[1/9771] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.38s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.1.3 (0.62s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.1.3
========================================
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": "spimanifest",
      "name": "SPIManifest",
      "url": "https://github.com/SwiftPackageIndex/SPIManifest.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SPIManifest",
      "dependencies": [
        {
          "identity": "yams",
          "name": "Yams",
          "url": "https://github.com/jpsim/Yams.git",
          "version": "5.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
[1/737] Fetching spimanifest
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (0.86s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.62s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.1.3 (0.03s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.1.3
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at main (9939ab7)
Found 1 product dependencies
  - Yams
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/SPIManifest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[2/14] Write validate-spi-manifest-entitlement.plist
[4/14] Write swift-version-33747A42983211AE.txt
[5/14] Compiling reader.c
[6/14] Compiling writer.c
[7/14] Compiling scanner.c
[8/14] Compiling api.c
[9/14] Compiling emitter.c
[10/14] Compiling parser.c
[12/29] Compiling Yams Node.Scalar.swift
[13/29] Compiling Yams Node.Sequence.swift
[14/30] Compiling Yams YamlError.swift
[15/30] Emitting module Yams
[16/30] Compiling Yams Constructor.swift
[17/30] Compiling Yams Decoder.swift
[18/30] Compiling Yams Emitter.swift
[19/30] Compiling Yams Encoder.swift
[20/30] Compiling Yams Node.swift
[21/30] Compiling Yams Parser.swift
[22/30] Compiling Yams Mark.swift
[23/30] Compiling Yams Node.Mapping.swift
[24/30] Compiling Yams Tag.swift
[25/30] Compiling Yams String+Yams.swift
[26/30] Compiling Yams Representer.swift
[27/30] Compiling Yams Resolver.swift
[28/37] Compiling SPIManifest SwiftVersion.swift
[29/37] Compiling SPIManifest ManifestError.swift
[30/37] Compiling SPIManifest Environment.swift
[31/37] Compiling SPIManifest Manifest.swift
[32/37] Compiling SPIManifest Array+Uniqued.swift
[33/37] Compiling SPIManifest Platform.swift
[34/37] Emitting module SPIManifest
[35/39] Emitting module validate_spi_manifest
[36/39] Compiling validate_spi_manifest Validator.swift
[36/39] Write Objects.LinkFileList
[37/39] Linking validate-spi-manifest
[38/39] Applying validate-spi-manifest
Build complete! (8.63s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftpackageindex/spimanifest/main
Repository:               SwiftPackageIndex/SPIManifest
Swift version used:       5.10
Target:                   SPIManifest
Generating documentation for 'SPIManifest'...
Converting documentation...
Conversion complete! (0.15s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/spimanifest/main'
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/1610] Fetching swift-docc-plugin
Updating https://github.com/jpsim/Yams.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.28s)
Updated https://github.com/jpsim/Yams.git (0.59s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.1.3 (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.3.0 (0.56s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2983] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.67s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/53] Compiling SymbolKit SemanticVersion.swift
[15/53] Compiling SymbolKit AccessControl.swift
[16/53] Compiling SymbolKit Availability.swift
[17/53] Compiling SymbolKit AvailabilityItem.swift
[18/53] Compiling SymbolKit Domain.swift
[19/53] Compiling SymbolKit GenericConstraint.swift
[20/53] Compiling SymbolKit GenericParameter.swift
[21/53] Compiling SymbolKit Generics.swift
[22/53] Compiling SymbolKit Namespace.swift
[23/57] Compiling SymbolKit Identifier.swift
[24/57] Compiling SymbolKit KindIdentifier.swift
[25/57] Compiling SymbolKit Location.swift
[26/57] Compiling SymbolKit Mutability.swift
[27/57] Emitting module SymbolKit
[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 SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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
[60/61] Applying snippet-extract
Build complete! (3.51s)
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.14s)
     287
3	/Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/spimanifest/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftpackageindex/spimanifest/main
File count: 287
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-swiftpackageindex-spimanifest-main-7f05ed78.zip to s3://spi-docs-inbox/prod-swiftpackageindex-spimanifest-main-7f05ed78.zip
Copying... [19%]
Copying... [28%]
Copying... [38%]
Copying... [47%]
Copying... [56%]
Copying... [66%]
Copying... [75%]
Copying... [85%]
Copying... [94%]
Copying... [100%]
Done.