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 tui-fuzzy-finder, reference main (389e78), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:15:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/tui-fuzzy-finder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/juri/tui-fuzzy-finder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 389e789 Use release 2.6.3 of swift-service-lifecycle
Cloned https://github.com/juri/tui-fuzzy-finder.git
Revision (git rev-parse @):
389e789ffaf6ef1e68091b4fe886cf94ee819587
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/tui-fuzzy-finder.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/juri/tui-fuzzy-finder.git
https://github.com/juri/tui-fuzzy-finder.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "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"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "tui-fuzzy-finder",
  "name" : "tui-fuzzy-finder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "sfzf",
      "targets" : [
        "FuzzyFinderCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FuzzyTUI",
      "targets" : [
        "FuzzyTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuzzyTUITests",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyTUITests",
      "path" : "Tests/FuzzyTUITests",
      "sources" : [
        "MatchTests.swift",
        "ScoringMatchTests.swift"
      ],
      "target_dependencies" : [
        "FuzzyTUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuzzyTUI",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyTUI",
      "path" : "Sources/FuzzyTUI",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "UnixSignals"
      ],
      "product_memberships" : [
        "sfzf",
        "FuzzyTUI"
      ],
      "sources" : [
        "ANSIControlCode.swift",
        "Appearance.swift",
        "AsyncArray.swift",
        "FuzzySelector.swift",
        "KeyReader.swift",
        "TTY.swift",
        "TerminalKey.swift",
        "TerminalSize.swift",
        "ViewState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FuzzyFinderCLI",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyFinderCLI",
      "path" : "Sources/FuzzyFinderCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sfzf"
      ],
      "sources" : [
        "CLI.swift",
        "DirectoryLister.swift"
      ],
      "target_dependencies" : [
        "FuzzyTUI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[3/16] Write sfzf-entitlement.plist
[4/16] Write sources
[12/16] Write swift-version-2F0A5646E1D333AE.txt
[14/39] Emitting module InternalCollectionsUtilities
[15/40] Compiling InternalCollectionsUtilities Debugging.swift
[16/40] Compiling InternalCollectionsUtilities Descriptions.swift
[17/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/40] Compiling InternalCollectionsUtilities Specialize.swift
[21/40] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/40] Emitting module ArgumentParserToolInfo
[23/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/40] Compiling InternalCollectionsUtilities Integer rank.swift
[25/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/40] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[27/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/40] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/151] Compiling OrderedCollections _HashTable+Constants.swift
[36/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[37/152] Compiling DequeModule _DequeBuffer.swift
[38/152] Compiling DequeModule _DequeSlot.swift
[39/152] Compiling DequeModule _DequeBufferHeader.swift
[40/152] Compiling OrderedCollections _HashTable+Testing.swift
[41/152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[42/152] Compiling OrderedCollections _HashTable.swift
[43/152] Compiling OrderedCollections OrderedDictionary+Elements.swift
[44/152] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[46/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[47/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[48/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[49/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[50/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[51/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[56/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[57/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[58/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[59/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/158] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[61/158] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/158] Compiling OrderedCollections OrderedSet+Sendable.swift
[63/158] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/158] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/158] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/158] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/158] Compiling OrderedCollections _HashTable+Bucket.swift
[68/158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/158] Compiling OrderedCollections OrderedSet+Codable.swift
[70/158] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/158] Compiling OrderedCollections OrderedSet+Descriptions.swift
[72/158] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/158] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/158] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/158] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/158] Compiling OrderedCollections OrderedSet+Initializers.swift
[77/158] Compiling OrderedCollections OrderedSet+Insertions.swift
[78/158] Compiling OrderedCollections OrderedSet+Invariants.swift
[79/158] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[80/158] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[81/158] Emitting module DequeModule
[82/158] Compiling OrderedCollections _Hashtable+Header.swift
[83/158] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/158] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/158] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/158] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/158] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/158] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[89/158] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[90/158] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[92/158] Compiling OrderedCollections OrderedDictionary+Values.swift
[93/158] Compiling OrderedCollections OrderedDictionary.swift
[99/158] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/158] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/158] Compiling OrderedCollections OrderedSet+Testing.swift
[109/158] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/158] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/158] Compiling OrderedCollections OrderedSet.swift
[112/158] Compiling OrderedCollections _UnsafeBitset.swift
[113/158] Emitting module OrderedCollections
[114/158] Compiling ConcurrencyHelpers LockedValueBox.swift
[115/204] Compiling ConcurrencyHelpers Lock.swift
[116/204] Emitting module ConcurrencyHelpers
[117/207] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[118/207] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[119/207] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[120/207] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[121/207] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[122/212] Emitting module AsyncAlgorithms
[123/212] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[124/212] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[125/212] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[126/212] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[127/212] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[128/212] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[129/212] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[130/212] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[131/212] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[132/212] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[133/212] Compiling AsyncAlgorithms Dictionary.swift
[134/212] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[135/212] Compiling AsyncAlgorithms Locking.swift
[136/212] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[137/212] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[138/212] Compiling AsyncAlgorithms MergeStateMachine.swift
[139/212] Compiling AsyncAlgorithms MergeStorage.swift
[140/212] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[141/212] Compiling AsyncAlgorithms Rethrow.swift
[142/212] Compiling AsyncAlgorithms SetAlgebra.swift
[143/212] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[144/212] Compiling AsyncAlgorithms ChannelStateMachine.swift
[145/212] Compiling AsyncAlgorithms ChannelStorage.swift
[146/212] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[147/212] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[148/212] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[149/212] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[150/212] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[151/212] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[152/212] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[153/212] Compiling UnixSignals UnixSignalsSequence.swift
[154/212] Emitting module UnixSignals
[155/212] Compiling UnixSignals UnixSignal.swift
[156/212] Compiling AsyncAlgorithms UnsafeTransfer.swift
[157/212] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[158/212] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[159/212] Compiling AsyncAlgorithms ZipStateMachine.swift
[160/212] Compiling AsyncAlgorithms ZipStorage.swift
[161/212] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[162/212] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[163/212] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[164/212] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[165/212] Compiling AsyncAlgorithms AsyncChannel.swift
[166/212] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[167/212] Compiling AsyncAlgorithms CombineLatestStorage.swift
[168/212] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[169/212] Compiling AsyncAlgorithms DebounceStateMachine.swift
[170/212] Compiling AsyncAlgorithms DebounceStorage.swift
[180/226] Emitting module ArgumentParser
[198/226] Compiling ArgumentParser Platform.swift
[199/226] Compiling ArgumentParser SequenceExtensions.swift
[200/226] Compiling ArgumentParser StringExtensions.swift
[201/226] Compiling ArgumentParser Tree.swift
[214/226] Compiling FuzzyTUI AsyncArray.swift
[215/226] Compiling FuzzyTUI TTY.swift
[216/226] Compiling FuzzyTUI Appearance.swift
[217/226] Emitting module FuzzyTUI
[218/226] Compiling FuzzyTUI ANSIControlCode.swift
[219/226] Compiling FuzzyTUI TerminalKey.swift
[220/226] Compiling FuzzyTUI TerminalSize.swift
[221/226] Compiling FuzzyTUI FuzzySelector.swift
[222/226] Compiling FuzzyTUI ViewState.swift
[223/226] Compiling FuzzyTUI KeyReader.swift
[224/229] Compiling FuzzyFinderCLI DirectoryLister.swift
[225/229] Emitting module FuzzyFinderCLI
[226/229] Compiling FuzzyFinderCLI CLI.swift
[226/229] Write Objects.LinkFileList
[227/229] Linking sfzf
[228/229] Applying sfzf
Build complete! (19.06s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2394] Fetching swift-service-lifecycle
[408/7359] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-argument-parser from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.03s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.60s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.51s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.26s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "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"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "tui-fuzzy-finder",
  "name" : "tui-fuzzy-finder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "sfzf",
      "targets" : [
        "FuzzyFinderCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FuzzyTUI",
      "targets" : [
        "FuzzyTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuzzyTUITests",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyTUITests",
      "path" : "Tests/FuzzyTUITests",
      "sources" : [
        "MatchTests.swift",
        "ScoringMatchTests.swift"
      ],
      "target_dependencies" : [
        "FuzzyTUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuzzyTUI",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyTUI",
      "path" : "Sources/FuzzyTUI",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "UnixSignals"
      ],
      "product_memberships" : [
        "sfzf",
        "FuzzyTUI"
      ],
      "sources" : [
        "ANSIControlCode.swift",
        "Appearance.swift",
        "AsyncArray.swift",
        "FuzzySelector.swift",
        "KeyReader.swift",
        "TTY.swift",
        "TerminalKey.swift",
        "TerminalSize.swift",
        "ViewState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FuzzyFinderCLI",
      "module_type" : "SwiftTarget",
      "name" : "FuzzyFinderCLI",
      "path" : "Sources/FuzzyFinderCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sfzf"
      ],
      "sources" : [
        "CLI.swift",
        "DirectoryLister.swift"
      ],
      "target_dependencies" : [
        "FuzzyTUI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.