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 SublimationService, reference 1.0.0 (55ba94), with Swift 6.1 for Linux on 29 Apr 2025 07:38:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationService.git
Reference: 1.0.0
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/brightdigit/SublimationService
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 55ba94d v1.0.0 (#1)
Cloned https://github.com/brightdigit/SublimationService.git
Revision (git rev-parse @):
55ba94df72507c6ef90005ea9db753d36317e56b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationService.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/SublimationService.git
https://github.com/brightdigit/SublimationService.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SublimationService",
  "name" : "SublimationService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationService",
      "targets" : [
        "SublimationService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationServiceTests",
      "path" : "Tests/SublimationServiceTests",
      "sources" : [
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SublimationService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationService",
      "module_type" : "SwiftTarget",
      "name" : "SublimationService",
      "path" : "Sources/SublimationService",
      "product_dependencies" : [
        "Sublimation",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SublimationService"
      ],
      "sources" : [
        "Service.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/brightdigit/Sublimation
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/5040] Fetching sublimation
[707/7434] Fetching sublimation, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.33s)
Fetched https://github.com/brightdigit/Sublimation from cache (0.37s)
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.93s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/4965] Fetching swift-async-algorithms
[1044/8801] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.05s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.54s)
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/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
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/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.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/40] Emitting module InternalCollectionsUtilities
[14/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/42] Compiling InternalCollectionsUtilities Specialize.swift
[16/42] Compiling Logging LogHandler.swift
[17/42] Compiling InternalCollectionsUtilities Debugging.swift
[18/42] Compiling InternalCollectionsUtilities Descriptions.swift
[19/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/42] Compiling ConcurrencyHelpers LockedValueBox.swift
[22/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/42] Compiling InternalCollectionsUtilities Integer rank.swift
[24/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/42] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/42] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[30/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/113] Emitting module ConcurrencyHelpers
[36/113] Emitting module Logging
[37/113] Compiling Logging Locks.swift
[38/113] Compiling ConcurrencyHelpers Lock.swift
[39/114] Compiling Logging MetadataProvider.swift
[40/114] Compiling Logging Logging.swift
[41/115] Compiling SublimationCore Sublimatory.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[42/115] Emitting module SublimationCore
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[43/115] Compiling SublimationCore Application.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[47/116] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[48/116] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[49/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[53/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[54/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[55/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[56/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[57/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[58/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[59/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[60/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[61/123] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[62/123] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[63/130] Compiling DequeModule _DequeSlot.swift
[64/130] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/130] Compiling Sublimation Sublimation.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[66/130] Emitting module Sublimation
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[67/131] Emitting module UnixSignals
[69/131] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/131] Compiling OrderedCollections OrderedDictionary+Elements.swift
[73/131] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[74/131] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[75/131] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[76/131] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[79/131] Compiling OrderedCollections OrderedDictionary+Codable.swift
[80/131] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[81/131] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/131] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[83/131] Emitting module DequeModule
[88/131] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[89/131] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/132] Compiling OrderedCollections OrderedDictionary.swift
[91/132] Compiling OrderedCollections OrderedSet+Codable.swift
[92/132] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[93/132] Compiling OrderedCollections OrderedSet+Descriptions.swift
[94/132] Compiling OrderedCollections OrderedSet+Diffing.swift
[95/132] Compiling OrderedCollections OrderedSet+Equatable.swift
[96/132] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[97/132] Compiling OrderedCollections OrderedSet+Hashable.swift
[98/132] Compiling OrderedCollections OrderedSet+Initializers.swift
[99/132] Compiling OrderedCollections OrderedSet+Insertions.swift
[100/132] Compiling OrderedCollections OrderedSet+Invariants.swift
[101/132] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[102/132] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[103/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[104/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[105/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[115/132] Compiling UnixSignals UnixSignal.swift
[116/132] Compiling UnixSignals UnixSignalsSequence.swift
[118/133] Compiling OrderedCollections _HashTable+Bucket.swift
[119/133] Compiling OrderedCollections _HashTable+BucketIterator.swift
[120/133] Compiling OrderedCollections _HashTable+Constants.swift
[121/133] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[122/133] Compiling OrderedCollections _HashTable+Testing.swift
[123/133] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[124/133] Compiling OrderedCollections _HashTable.swift
[125/133] Compiling OrderedCollections _Hashtable+Header.swift
[126/133] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/133] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/133] Compiling OrderedCollections OrderedSet+Testing.swift
[129/133] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/133] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/133] Compiling OrderedCollections OrderedSet.swift
[132/133] Compiling OrderedCollections _UnsafeBitset.swift
[133/133] Emitting module OrderedCollections
[135/179] Emitting module AsyncAlgorithms
[136/185] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[137/185] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[138/185] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[139/185] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[140/185] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[141/185] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[142/185] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[143/185] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[144/185] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[145/185] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[146/185] Compiling AsyncAlgorithms AsyncChannel.swift
[147/185] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[148/185] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[149/185] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[150/185] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[151/185] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[152/185] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[153/185] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[154/185] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[155/185] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[156/185] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[157/185] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[158/185] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[159/185] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[160/185] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[161/185] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[162/185] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[163/185] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[164/185] Compiling AsyncAlgorithms MergeStateMachine.swift
[165/185] Compiling AsyncAlgorithms MergeStorage.swift
[166/185] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[167/185] Compiling AsyncAlgorithms Rethrow.swift
[168/185] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[169/185] Compiling AsyncAlgorithms DebounceStateMachine.swift
[170/185] Compiling AsyncAlgorithms DebounceStorage.swift
[171/185] Compiling AsyncAlgorithms Dictionary.swift
[172/185] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[173/185] Compiling AsyncAlgorithms Locking.swift
[174/185] Compiling AsyncAlgorithms ChannelStateMachine.swift
[175/185] Compiling AsyncAlgorithms ChannelStorage.swift
[176/185] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[177/185] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[178/185] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[179/185] Compiling AsyncAlgorithms CombineLatestStorage.swift
[180/185] Compiling AsyncAlgorithms SetAlgebra.swift
[181/185] Compiling AsyncAlgorithms UnsafeTransfer.swift
[182/185] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[183/185] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[184/185] Compiling AsyncAlgorithms ZipStateMachine.swift
[185/185] Compiling AsyncAlgorithms ZipStorage.swift
[187/194] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[188/194] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[189/194] Compiling ServiceLifecycle CancellationWaiter.swift
[190/194] Emitting module ServiceLifecycle
[191/194] Compiling ServiceLifecycle GracefulShutdown.swift
[192/195] Compiling ServiceLifecycle ServiceRunnerError.swift
[193/195] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[194/195] Compiling ServiceLifecycle Service.swift
[195/195] Compiling ServiceLifecycle ServiceGroup.swift
[197/198] Emitting module SublimationService
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[198/198] Compiling SublimationService Service.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
Build complete! (24.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sublimation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-alpha.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Sublimation"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "SublimationService",
  "name" : "SublimationService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SublimationService",
      "targets" : [
        "SublimationService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SublimationServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SublimationServiceTests",
      "path" : "Tests/SublimationServiceTests",
      "sources" : [
        "ServiceTests.swift"
      ],
      "target_dependencies" : [
        "SublimationService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimationService",
      "module_type" : "SwiftTarget",
      "name" : "SublimationService",
      "path" : "Sources/SublimationService",
      "product_dependencies" : [
        "Sublimation",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SublimationService"
      ],
      "sources" : [
        "Service.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.