The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-marker-protocols, reference main (22ad22), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 12:06:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-marker-protocols.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-marker-protocols
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 22ad220 feat(SPI): Update .spi.yml
Cloned https://github.com/capturecontext/swift-marker-protocols.git
Revision (git rev-parse @):
22ad220854d3d001a80a0ef0e01f23598301db8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-marker-protocols.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-marker-protocols",
      "name": "swift-marker-protocols",
      "url": "https://github.com/capturecontext/swift-marker-protocols.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-marker-protocols",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/capturecontext/swift-marker-protocols.git
[1/171] Fetching swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.59s)
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at main (22ad220)
warning: '.resolve-product-dependencies': dependency 'swift-marker-protocols' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/capturecontext/swift-marker-protocols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--6988338F2F200930.txt
[8/11] Compiling SwiftMarkerProtocols _OptionalProtocol.swift
[9/11] Compiling SwiftMarkerProtocols _AnyKeyPathProtocol.swift
[10/11] Emitting module SwiftMarkerProtocols
[11/11] Compiling SwiftMarkerProtocols Deprecations.swift
[12/14] Compiling FoundationMarkerProtocols _NotificationCenterProtocol.swift
[13/14] Emitting module FoundationMarkerProtocols
[14/14] Compiling FoundationMarkerProtocols Exports.swift
[15/18] Emitting module QuartzCoreMarkerProtocols
[16/18] Compiling QuartzCoreMarkerProtocols _CALayerProtocol.swift
[17/22] Emitting module AVFoundationMarkerProtocols
[18/22] Compiling AVFoundationMarkerProtocols _AVCaptureDeviceProtocol.swift
[19/22] Compiling CocoaMarkerProtocols Exports.swift
[20/22] Compiling CocoaMarkerProtocols _CocoaViewControllerProtocol.swift
[21/22] Compiling CocoaMarkerProtocols _CocoaViewProtocol.swift
[22/22] Emitting module CocoaMarkerProtocols
[23/24] Emitting module MarkerProtocols
[24/24] Compiling MarkerProtocols Exports.swift
Build complete! (9.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-marker-protocols",
  "name" : "swift-marker-protocols",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AVFoundationMarkerProtocols",
      "targets" : [
        "AVFoundationMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CocoaMarkerProtocols",
      "targets" : [
        "CocoaMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationMarkerProtocols",
      "targets" : [
        "FoundationMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MarkerProtocols",
      "targets" : [
        "MarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QuartzCoreMarkerProtocols",
      "targets" : [
        "QuartzCoreMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftMarkerProtocols",
      "targets" : [
        "SwiftMarkerProtocols"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftMarkerProtocolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkerProtocolsTests",
      "path" : "Tests/SwiftMarkerProtocolsTests",
      "sources" : [
        "OptionalProtocolTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMarkerProtocols",
      "path" : "Sources/SwiftMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "FoundationMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols",
        "SwiftMarkerProtocols"
      ],
      "sources" : [
        "Deprecations/Deprecations.swift",
        "_AnyKeyPathProtocol.swift",
        "_OptionalProtocol.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QuartzCoreMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "QuartzCoreMarkerProtocols",
      "path" : "Sources/QuartzCoreMarkerProtocols",
      "product_memberships" : [
        "CocoaMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "sources" : [
        "_CALayerProtocol.swift"
      ],
      "target_dependencies" : [
        "FoundationMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "MarkerProtocols",
      "path" : "Sources/MarkerProtocols",
      "product_memberships" : [
        "MarkerProtocols"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "QuartzCoreMarkerProtocols",
        "FoundationMarkerProtocols",
        "SwiftMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "FoundationMarkerProtocols",
      "path" : "Sources/FoundationMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "CocoaMarkerProtocols",
        "FoundationMarkerProtocols",
        "MarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "sources" : [
        "Exports.swift",
        "_NotificationCenterProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CocoaMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "CocoaMarkerProtocols",
      "path" : "Sources/CocoaMarkerProtocols",
      "product_memberships" : [
        "CocoaMarkerProtocols",
        "MarkerProtocols"
      ],
      "sources" : [
        "Exports.swift",
        "_CocoaViewControllerProtocol.swift",
        "_CocoaViewProtocol.swift"
      ],
      "target_dependencies" : [
        "SwiftMarkerProtocols",
        "QuartzCoreMarkerProtocols"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AVFoundationMarkerProtocols",
      "module_type" : "SwiftTarget",
      "name" : "AVFoundationMarkerProtocols",
      "path" : "Sources/AVFoundationMarkerProtocols",
      "product_memberships" : [
        "AVFoundationMarkerProtocols",
        "MarkerProtocols"
      ],
      "sources" : [
        "_AVCaptureDeviceProtocol.swift"
      ],
      "target_dependencies" : [
        "FoundationMarkerProtocols"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/capturecontext/swift-marker-protocols/main
Repository:               capturecontext/swift-marker-protocols
Swift version used:       6.3
Target:                   SwiftMarkerProtocols
Extracting symbol information for 'SwiftMarkerProtocols'...
Finished extracting symbol information for 'SwiftMarkerProtocols'. (18.88s)
Building documentation for 'SwiftMarkerProtocols'...
Finished building documentation for 'SwiftMarkerProtocols' (0.28s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
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.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit SourceRange.swift
[10/53] Compiling SymbolKit Metadata.swift
[11/53] Compiling SymbolKit Module.swift
[12/53] Compiling SymbolKit OperatingSystem.swift
[13/53] Compiling SymbolKit Platform.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit SemanticVersion.swift
[19/57] Compiling SymbolKit AccessControl.swift
[20/57] Compiling SymbolKit Availability.swift
[21/57] Compiling SymbolKit AvailabilityItem.swift
[22/57] Compiling SymbolKit Domain.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.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 Mixin+Equals.swift
[38/57] Compiling SymbolKit Mixin+Hash.swift
[39/57] Compiling SymbolKit Mixin.swift
[40/57] Compiling SymbolKit LineList.swift
[41/57] Compiling SymbolKit Position.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Emitting module SymbolKit
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.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! (4.55s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftMarkerProtocols' complete! (0.27s)
Target:                   FoundationMarkerProtocols
Extracting symbol information for 'FoundationMarkerProtocols'...
Finished extracting symbol information for 'FoundationMarkerProtocols'. (9.00s)
Building documentation for 'FoundationMarkerProtocols'...
Finished building documentation for 'FoundationMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.19s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'FoundationMarkerProtocols' complete! (0.23s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/linkable-paths.json
Target:                   AVFoundationMarkerProtocols
Extracting symbol information for 'AVFoundationMarkerProtocols'...
Finished extracting symbol information for 'AVFoundationMarkerProtocols'. (10.29s)
Building documentation for 'AVFoundationMarkerProtocols'...
Finished building documentation for 'AVFoundationMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AVFoundationMarkerProtocols' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/linkable-paths.json
Target:                   QuartzCoreMarkerProtocols
Extracting symbol information for 'QuartzCoreMarkerProtocols'...
Finished extracting symbol information for 'QuartzCoreMarkerProtocols'. (0.38s)
Building documentation for 'QuartzCoreMarkerProtocols'...
Finished building documentation for 'QuartzCoreMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'QuartzCoreMarkerProtocols' complete! (0.25s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/linkable-paths.json
Target:                   CocoaMarkerProtocols
Extracting symbol information for 'CocoaMarkerProtocols'...
Finished extracting symbol information for 'CocoaMarkerProtocols'. (8.31s)
Building documentation for 'CocoaMarkerProtocols'...
Finished building documentation for 'CocoaMarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CocoaMarkerProtocols' complete! (0.26s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/linkable-paths.json
Target:                   MarkerProtocols
Extracting symbol information for 'MarkerProtocols'...
Finished extracting symbol information for 'MarkerProtocols'. (0.36s)
Building documentation for 'MarkerProtocols'...
Finished building documentation for 'MarkerProtocols' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'MarkerProtocols' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/capturecontext/swift-marker-protocols/main/linkable-paths.json
      66
2	/Users/admin/builder/spi-builder-workspace/.docs/capturecontext/swift-marker-protocols/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/capturecontext/swift-marker-protocols/main
File count: 66
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-capturecontext-swift-marker-protocols-main-06cea0c6.zip to s3://spi-docs-inbox/prod-capturecontext-swift-marker-protocols-main-06cea0c6.zip
Copying... [19%]
Copying... [37%]
Copying... [56%]
Copying... [75%]
Copying... [94%]
Copying... [100%]
Done.