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 SwiftSessions, reference main (d10cac), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:26:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/SwiftSessions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/SwiftSessions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d10caca Updated README
Cloned https://github.com/alessiorubicini/SwiftSessions.git
Revision (git rev-parse @):
d10cacac995c45952a00cdb899f2c897a2c49ba0
SUCCESS checkout https://github.com/alessiorubicini/SwiftSessions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alessiorubicini/SwiftSessions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/20] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/21] Compiling InternalCollectionsUtilities Descriptions.swift
[11/21] Compiling InternalCollectionsUtilities Debugging.swift
[12/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/21] Emitting module InternalCollectionsUtilities
[17/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/21] Compiling InternalCollectionsUtilities Integer rank.swift
[19/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/93] Compiling DequeModule _DequeSlot.swift
[23/94] Compiling DequeModule _DequeBuffer.swift
[24/94] Compiling DequeModule _DequeBufferHeader.swift
[25/94] Compiling OrderedCollections _HashTable+Constants.swift
[26/94] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[27/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[28/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[29/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[30/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[31/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/100] Compiling OrderedCollections OrderedSet+Codable.swift
[41/100] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[42/100] Compiling OrderedCollections OrderedSet+Descriptions.swift
[43/100] Compiling OrderedCollections OrderedSet+Diffing.swift
[44/100] Compiling OrderedCollections OrderedSet+Equatable.swift
[45/100] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[46/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[47/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[48/100] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[49/100] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/100] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/100] Compiling OrderedCollections OrderedSet+Sendable.swift
[52/100] Compiling OrderedCollections _HashTable.swift
[53/100] Compiling OrderedCollections _Hashtable+Header.swift
[54/100] Compiling OrderedCollections _HashTable+Testing.swift
[55/100] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[56/100] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/100] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[58/100] Compiling OrderedCollections _HashTable+Bucket.swift
[59/100] Compiling OrderedCollections _HashTable+BucketIterator.swift
[60/100] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/100] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[62/100] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/100] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/100] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/100] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/100] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/100] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/100] Compiling OrderedCollections OrderedDictionary+Elements.swift
[69/100] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[70/100] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[71/100] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[72/100] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[73/100] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[79/100] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/100] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[81/100] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[82/100] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[83/100] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[84/100] Compiling OrderedCollections OrderedDictionary+Values.swift
[85/100] Compiling OrderedCollections OrderedDictionary.swift
[86/100] Emitting module DequeModule
[94/100] Compiling OrderedCollections OrderedSet+SubSequence.swift
[95/100] Compiling OrderedCollections OrderedSet+Testing.swift
[96/100] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[97/100] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[98/100] Compiling OrderedCollections OrderedSet.swift
[99/100] Compiling OrderedCollections _UnsafeBitset.swift
[100/100] Emitting module OrderedCollections
[101/146] Compiling AsyncAlgorithms MergeStateMachine.swift
[102/146] Compiling AsyncAlgorithms MergeStorage.swift
[103/146] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[104/146] Compiling AsyncAlgorithms Rethrow.swift
[105/146] Compiling AsyncAlgorithms SetAlgebra.swift
[106/151] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[107/151] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[108/151] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[109/151] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[110/151] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[111/151] Emitting module AsyncAlgorithms
[112/151] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[113/151] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[114/151] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[115/151] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[116/151] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[117/151] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[118/151] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[119/151] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[120/151] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[121/151] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[122/151] Compiling AsyncAlgorithms UnsafeTransfer.swift
[123/151] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[124/151] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[125/151] Compiling AsyncAlgorithms ZipStateMachine.swift
[126/151] Compiling AsyncAlgorithms ZipStorage.swift
[127/151] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[128/151] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[129/151] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[130/151] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[131/151] Compiling AsyncAlgorithms AsyncChannel.swift
[132/151] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[133/151] Compiling AsyncAlgorithms ChannelStateMachine.swift
[134/151] Compiling AsyncAlgorithms ChannelStorage.swift
[135/151] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[136/151] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[137/151] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[138/151] Compiling AsyncAlgorithms CombineLatestStorage.swift
[139/151] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[140/151] Compiling AsyncAlgorithms DebounceStateMachine.swift
[141/151] Compiling AsyncAlgorithms DebounceStorage.swift
[142/151] Compiling AsyncAlgorithms Dictionary.swift
[143/151] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[144/151] Compiling AsyncAlgorithms Locking.swift
[145/151] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[146/151] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[147/151] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[148/151] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[149/151] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[150/151] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[151/151] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[152/160] Compiling SwiftSessions Session+Passing.swift
[153/160] Compiling SwiftSessions Session+Closures.swift
[154/160] Compiling SwiftSessions Server.swift
[155/160] Compiling SwiftSessions Or.swift
[156/160] Compiling SwiftSessions Client.swift
[157/160] Compiling SwiftSessions Endpoint.swift
[158/160] Compiling SwiftSessions Session.swift
[159/160] Compiling SwiftSessions Empty.swift
[160/160] Emitting module SwiftSessions
Build complete! (12.97s)
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (1.12s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.65s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.23s)
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
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    }
  ],
  "manifest_display_name" : "SwiftSessions",
  "name" : "SwiftSessions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSessions",
      "targets" : [
        "SwiftSessions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSessionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSessionsTests",
      "path" : "Tests",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "BranchingTests.swift",
        "LinearityTests.swift",
        "LoopTests.swift",
        "MathTests.swift",
        "StandardTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSessions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSessions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSessions",
      "path" : "Sources/SwiftSessions",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "SwiftSessions"
      ],
      "sources" : [
        "Client.swift",
        "Empty.swift",
        "Endpoint.swift",
        "Or.swift",
        "Server.swift",
        "Session/Session+Closures.swift",
        "Session/Session+Passing.swift",
        "Session/Session.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.