The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-w3c-trace-context, reference 1.0.0-beta.4 (478280), with Swift 6.1 for Wasm on 30 May 2025 08:06:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-otel/swift-w3c-trace-context.git
Reference: 1.0.0-beta.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-otel/swift-w3c-trace-context
 * tag               1.0.0-beta.4 -> FETCH_HEAD
HEAD is now at 4782809 Bump actions/cache from 4.1.2 to 4.2.0 (#28)
Cloned https://github.com/swift-otel/swift-w3c-trace-context.git
Revision (git rev-parse @):
47828093b8fb052f93d5036f4163f335af3f813f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-otel/swift-w3c-trace-context.git at 1.0.0-beta.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-otel/swift-w3c-trace-context.git
https://github.com/swift-otel/swift-w3c-trace-context.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-w3c-trace-context",
  "name" : "swift-w3c-trace-context",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "W3CTraceContext",
      "targets" : [
        "W3CTraceContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "W3CTraceContextTests",
      "module_type" : "SwiftTarget",
      "name" : "W3CTraceContextTests",
      "path" : "Tests/W3CTraceContextTests",
      "sources" : [
        "IncrementingRandomNumberGenerator.swift",
        "SpanID+Stubs.swift",
        "SpanIDTests.swift",
        "TraceContextTests.swift",
        "TraceFlagTests.swift",
        "TraceID+Stubs.swift",
        "TraceIDTests.swift",
        "TraceStateTests.swift"
      ],
      "target_dependencies" : [
        "W3CTraceContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "W3CTraceContext",
      "module_type" : "SwiftTarget",
      "name" : "W3CTraceContext",
      "path" : "Sources/W3CTraceContext",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "W3CTraceContext"
      ],
      "sources" : [
        "Hex.swift",
        "SpanID.swift",
        "TraceContext.swift",
        "TraceFlags.swift",
        "TraceID.swift",
        "TraceState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.74s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/19] Compiling InternalCollectionsUtilities Descriptions.swift
[7/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/19] Compiling InternalCollectionsUtilities Debugging.swift
[10/19] Emitting module InternalCollectionsUtilities
[11/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/19] Compiling InternalCollectionsUtilities Integer rank.swift
[13/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[22/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[23/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[24/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[25/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[26/75] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[27/75] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[36/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[37/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[38/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[39/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[40/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[41/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[42/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[43/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[44/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[45/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[51/82] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[52/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[59/82] Compiling OrderedCollections OrderedDictionary.swift
[60/82] Compiling OrderedCollections OrderedSet+Codable.swift
[61/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/82] Compiling OrderedCollections _HashTable+Bucket.swift
[68/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/82] Compiling OrderedCollections _HashTable+Constants.swift
[70/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/82] Compiling OrderedCollections _HashTable+Testing.swift
[72/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/82] Compiling OrderedCollections _HashTable.swift
[74/82] Compiling OrderedCollections _Hashtable+Header.swift
[75/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[76/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[77/82] Compiling OrderedCollections OrderedSet+Testing.swift
[78/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[79/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[80/82] Compiling OrderedCollections OrderedSet.swift
[81/82] Compiling OrderedCollections _UnsafeBitset.swift
[82/82] Emitting module OrderedCollections
[84/90] Compiling W3CTraceContext SpanID.swift
[85/90] Compiling W3CTraceContext Hex.swift
[86/90] Compiling W3CTraceContext TraceContext.swift
[87/90] Emitting module W3CTraceContext
[88/90] Compiling W3CTraceContext TraceID.swift
[89/90] Compiling W3CTraceContext TraceFlags.swift
[90/90] Compiling W3CTraceContext TraceState.swift
Build complete! (16.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-w3c-trace-context",
  "name" : "swift-w3c-trace-context",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "W3CTraceContext",
      "targets" : [
        "W3CTraceContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "W3CTraceContextTests",
      "module_type" : "SwiftTarget",
      "name" : "W3CTraceContextTests",
      "path" : "Tests/W3CTraceContextTests",
      "sources" : [
        "IncrementingRandomNumberGenerator.swift",
        "SpanID+Stubs.swift",
        "SpanIDTests.swift",
        "TraceContextTests.swift",
        "TraceFlagTests.swift",
        "TraceID+Stubs.swift",
        "TraceIDTests.swift",
        "TraceStateTests.swift"
      ],
      "target_dependencies" : [
        "W3CTraceContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "W3CTraceContext",
      "module_type" : "SwiftTarget",
      "name" : "W3CTraceContext",
      "path" : "Sources/W3CTraceContext",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "W3CTraceContext"
      ],
      "sources" : [
        "Hex.swift",
        "SpanID.swift",
        "TraceContext.swift",
        "TraceFlags.swift",
        "TraceID.swift",
        "TraceState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.