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

Failed to build swift-composable-environment, reference main (22b550), with Swift 6.1 for Linux on 27 Apr 2025 03:22:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tgrapperon/swift-composable-environment.git
Reference: main
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/tgrapperon/swift-composable-environment
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 22b5506 Update README.md
Cloned https://github.com/tgrapperon/swift-composable-environment.git
Revision (git rev-parse @):
22b5506bac48ebbb2098cbcf18bcf4b5dd3495b7
SUCCESS checkout https://github.com/tgrapperon/swift-composable-environment.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tgrapperon/swift-composable-environment.git
https://github.com/tgrapperon/swift-composable-environment.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.21.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    }
  ],
  "manifest_display_name" : "swift-composable-environment",
  "name" : "swift-composable-environment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableDependencies",
      "targets" : [
        "ComposableDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComposableEnvironment",
      "targets" : [
        "ComposableEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GlobalEnvironment",
      "targets" : [
        "GlobalEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_DependencyAliases",
      "module_type" : "SwiftTarget",
      "name" : "_DependencyAliases",
      "path" : "Sources/_DependencyAliases",
      "product_memberships" : [
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "DependencyAliases.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "_Dependencies",
      "path" : "Sources/_Dependencies",
      "product_memberships" : [
        "ComposableDependencies",
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "Dependencies.swift",
        "DependencyKey.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GlobalEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobalEnvironmentTests",
      "path" : "Tests/GlobalEnvironmentTests",
      "sources" : [
        "GlobalEnvironmentTests.swift",
        "ReducerGlobalEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "GlobalEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GlobalEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "GlobalEnvironment",
      "path" : "Sources/GlobalEnvironment",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "GlobalEnvironment"
      ],
      "sources" : [
        "Dependency.swift",
        "Deprecations/ComposableEnvironment+Migration.swift",
        "Deprecations/Reducers+Deprecations.swift",
        "DerivedEnvironment.swift",
        "GlobalEnvironment.swift",
        "Reducer+GlobalEnvironment.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies",
        "_Dependencies",
        "_DependencyAliases"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyAliasesTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyAliasesTests",
      "path" : "Tests/DependencyAliasesTests",
      "sources" : [
        "DependencyAliasesTests.swift"
      ],
      "target_dependencies" : [
        "_DependencyAliases"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableEnvironmentTests",
      "path" : "Tests/ComposableEnvironmentTests",
      "sources" : [
        "ComposableEnvironmentTests.swift",
        "ReducerComposableEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "ComposableEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "ComposableEnvironment",
      "path" : "Sources/ComposableEnvironment",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableEnvironment"
      ],
      "sources" : [
        "ComposableEnvironment.swift",
        "Dependency.swift",
        "Deprecations/GlobalEnvironment+Migration.swift",
        "Deprecations/Reducers+Deprecations.swift",
        "DerivedEnvironment.swift",
        "Reducer+ComposableEnvironment.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies",
        "_Dependencies",
        "_DependencyAliases"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableDependencies",
      "module_type" : "SwiftTarget",
      "name" : "ComposableDependencies",
      "path" : "Sources/ComposableDependencies",
      "product_memberships" : [
        "ComposableDependencies",
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "ComposableDependencies.swift"
      ],
      "target_dependencies" : [
        "_Dependencies"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/pointfreeco/swift-composable-architecture
[1/303517] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (15.74s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (16.33s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/1394] Fetching swiftui-navigation
[1395/2246] Fetching swiftui-navigation, swift-concurrency-extras
[1643/6827] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump
[3301/8335] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump, swift-identified-collections
[8336/13723] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
[8076/12871] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.33s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-case-paths
[3549/8290] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay
[5436/14491] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
[14492/16901] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, combine-schedulers
[14999/21269] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, combine-schedulers, swift-case-paths
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.30s)
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.38s)
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.74s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.74s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.74s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.02s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (2.23s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.57s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.27s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.83s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.56s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.58s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.55s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.55s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.74s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 0.59.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Building for debugging...
[0/18] Write sources
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/54] Emitting module InternalCollectionsUtilities
[20/56] Emitting module XCTestDynamicOverlay
[21/57] Emitting module ConcurrencyExtras
[22/58] Compiling ConcurrencyExtras UncheckedSendable.swift
[23/58] Compiling _Dependencies Dependencies.swift
[24/58] Emitting module _Dependencies
[25/58] Compiling _Dependencies DependencyKey.swift
[26/59] Compiling XCTestDynamicOverlay Deprecations.swift
[27/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/59] Compiling InternalCollectionsUtilities Specialize.swift
[31/59] Compiling InternalCollectionsUtilities Debugging.swift
[32/59] Compiling InternalCollectionsUtilities Descriptions.swift
[33/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/59] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/59] Compiling InternalCollectionsUtilities Integer rank.swift
[40/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[44/59] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[45/59] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[46/59] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[48/117] Emitting module ComposableDependencies
[49/117] Compiling ComposableDependencies ComposableDependencies.swift
[51/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[52/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[53/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[54/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/120] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/120] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[59/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[60/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[61/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[62/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[63/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[64/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[65/127] Compiling OrderedCollections OrderedDictionary.swift
[66/127] Compiling OrderedCollections OrderedSet+Codable.swift
[67/127] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[68/127] Compiling OrderedCollections OrderedSet+Descriptions.swift
[69/127] Compiling OrderedCollections OrderedSet+Diffing.swift
[70/127] Compiling OrderedCollections OrderedSet+Equatable.swift
[71/127] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[72/127] Compiling OrderedCollections OrderedSet+Hashable.swift
[73/127] Compiling OrderedCollections OrderedSet+Initializers.swift
[74/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[75/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[76/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[79/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[80/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[81/127] Compiling OrderedCollections OrderedDictionary+Codable.swift
[82/127] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[83/127] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[84/127] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[85/127] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[86/127] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/127] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/127] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/127] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[90/127] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[91/127] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/127] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[93/127] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[94/127] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[95/127] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[96/127] Compiling OrderedCollections OrderedDictionary+Values.swift
[97/127] Compiling ConcurrencyExtras ActorIsolated.swift
[98/127] Compiling ConcurrencyExtras AsyncStream.swift
[99/127] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[100/127] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[101/127] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[102/127] Compiling ConcurrencyExtras MainSerialExecutor.swift
[103/127] Compiling ConcurrencyExtras Task.swift
[104/127] Compiling ConcurrencyExtras LockIsolated.swift
[105/127] Compiling ConcurrencyExtras Locking.swift
[106/128] Compiling XCTestDynamicOverlay Unimplemented.swift
[107/128] Compiling XCTestDynamicOverlay XCTFail.swift
[108/128] Emitting module _DependencyAliases
[109/128] Compiling _DependencyAliases DependencyAliases.swift
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:26: error: cannot find 'CTL_KERN' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                          `- error: cannot find 'CTL_KERN' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:36: error: cannot find 'KERN_PROC' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                    `- error: cannot find 'KERN_PROC' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:47: error: cannot find 'KERN_PROC_PID' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                               `- error: cannot find 'KERN_PROC_PID' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:70:16: error: cannot find 'kinfo_proc' in scope
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
   |                `- error: cannot find 'kinfo_proc' in scope
71 |     var info_size = MemoryLayout<kinfo_proc>.size
72 |
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:71:34: error: cannot find type 'kinfo_proc' in scope
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
   |                                  `- error: cannot find type 'kinfo_proc' in scope
72 |
73 |     let isDebuggerAttached = name.withUnsafeMutableBytes {
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:11: error: cannot find 'sysctl' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |           `- error: cannot find 'sysctl' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:83: error: cannot find 'P_TRACED' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                                                                   `- error: cannot find 'P_TRACED' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:44: error: 'nil' requires a contextual type
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                            `- error: 'nil' requires a contextual type
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:89:9: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
87 |
88 |         """,
89 |         stderr
   |         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
90 |       )
91 |       raise(SIGTRAP)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[110/128] Compiling XCTestDynamicOverlay DefaultInitializable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling _Dependencies DependencyKey.swift
[3/37] Emitting module _Dependencies
[4/37] Compiling _Dependencies Dependencies.swift
[6/38] Compiling ConcurrencyExtras Locking.swift
[7/41] Compiling ConcurrencyExtras AsyncStream.swift
[8/41] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[9/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/41] Compiling InternalCollectionsUtilities Specialize.swift
[11/41] Emitting module ConcurrencyExtras
[12/41] Compiling ConcurrencyExtras ActorIsolated.swift
[13/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/41] Compiling InternalCollectionsUtilities Debugging.swift
[16/41] Compiling InternalCollectionsUtilities Descriptions.swift
[17/41] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[18/44] Compiling XCTestDynamicOverlay XCTFail.swift
[19/44] Compiling ConcurrencyExtras LockIsolated.swift
[20/44] Compiling ConcurrencyExtras MainSerialExecutor.swift
[21/44] Compiling ConcurrencyExtras Task.swift
[22/44] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[23/44] Emitting module InternalCollectionsUtilities
[24/44] Emitting module ComposableDependencies
[25/44] Compiling ComposableDependencies ComposableDependencies.swift
[26/44] Emitting module XCTestDynamicOverlay
[27/45] Compiling ConcurrencyExtras UncheckedSendable.swift
[28/46] Compiling XCTestDynamicOverlay Deprecations.swift
[29/46] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[31/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/46] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[35/46] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[36/46] Compiling XCTestDynamicOverlay Unimplemented.swift
[38/102] Compiling CombineSchedulers Deprecations.swift
[39/102] Compiling CombineSchedulers Lock.swift
[40/102] Compiling CombineSchedulers NSRecursiveLock.swift
[41/102] Compiling CombineSchedulers SwiftUI.swift
[42/102] Compiling CombineSchedulers TestScheduler.swift
[43/102] Compiling Clocks AnyClock.swift
[44/102] Compiling Clocks ImmediateClock.swift
[45/102] Compiling CombineSchedulers ImmediateScheduler.swift
[46/102] Compiling CustomDump CustomDumpRepresentable.swift
[47/102] Compiling CustomDump CustomDumpStringConvertible.swift
[55/106] Compiling CombineSchedulers UIScheduler.swift
[56/107] Compiling CombineSchedulers UIKit.swift
[57/107] Compiling CombineSchedulers Timer.swift
[58/107] Compiling Clocks Timer.swift
[60/108] Emitting module _DependencyAliases
[61/108] Compiling _DependencyAliases DependencyAliases.swift
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:26: error: cannot find 'CTL_KERN' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                          `- error: cannot find 'CTL_KERN' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:36: error: cannot find 'KERN_PROC' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                    `- error: cannot find 'KERN_PROC' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:47: error: cannot find 'KERN_PROC_PID' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                               `- error: cannot find 'KERN_PROC_PID' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:70:16: error: cannot find 'kinfo_proc' in scope
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
   |                `- error: cannot find 'kinfo_proc' in scope
71 |     var info_size = MemoryLayout<kinfo_proc>.size
72 |
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:71:34: error: cannot find type 'kinfo_proc' in scope
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
   |                                  `- error: cannot find type 'kinfo_proc' in scope
72 |
73 |     let isDebuggerAttached = name.withUnsafeMutableBytes {
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:11: error: cannot find 'sysctl' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |           `- error: cannot find 'sysctl' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:83: error: cannot find 'P_TRACED' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                                                                   `- error: cannot find 'P_TRACED' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:44: error: 'nil' requires a contextual type
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                            `- error: 'nil' requires a contextual type
77 |         }
78 |         ?? false
[65/108] Compiling CombineSchedulers UnimplementedScheduler.swift
[66/108] Emitting module CombineSchedulers
[75/108] Emitting module CustomDump
[76/108] Compiling CasePaths OpenExistential.swift
[77/108] Compiling CustomDump String.swift
[78/108] Compiling CustomDump Unordered.swift
[79/108] Compiling CustomDump XCTAssertNoDifference.swift
[80/109] Emitting module CasePaths
[81/109] Compiling CasePaths CasePath.swift
[82/109] Compiling Clocks UnimplementedClock.swift
[83/109] Compiling CasePaths XCTUnwrap.swift
[84/109] Compiling CasePaths Operators.swift
[85/109] Compiling CasePaths TypeName.swift
[86/109] Compiling CustomDump Box.swift
[87/109] Compiling CustomDump CollectionDifference.swift
[88/109] Compiling CustomDump Mirror.swift
[89/109] Compiling CustomDump UIKit.swift
[90/109] Compiling CustomDump UserNotifications.swift
[91/109] Compiling CustomDump UserNotificationsUI.swift
[92/109] Compiling CasePaths CasePaths.swift
[93/109] Emitting module Clocks
[94/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[95/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[96/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[97/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[98/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[99/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[100/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[101/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[102/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[103/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[104/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[105/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[106/171] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[107/171] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[108/171] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[109/171] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[110/171] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[111/171] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[112/171] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[113/171] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[114/171] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[115/171] Compiling OrderedCollections OrderedDictionary+Values.swift
[116/171] Compiling OrderedCollections OrderedDictionary.swift
[117/171] Compiling OrderedCollections OrderedSet+Codable.swift
[118/171] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[119/171] Compiling OrderedCollections OrderedSet+Descriptions.swift
[120/171] Compiling OrderedCollections OrderedSet+Diffing.swift
[121/171] Compiling OrderedCollections OrderedSet+Equatable.swift
[122/171] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[123/171] Compiling OrderedCollections OrderedSet+Hashable.swift
[124/171] Compiling OrderedCollections OrderedSet+Initializers.swift
[125/171] Compiling OrderedCollections OrderedSet+Insertions.swift
[126/171] Compiling OrderedCollections OrderedSet+Invariants.swift
[127/171] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[128/171] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[129/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[130/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[131/171] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[132/171] Compiling OrderedCollections _HashTable+Bucket.swift
[133/171] Compiling OrderedCollections _HashTable+BucketIterator.swift
[134/171] Compiling OrderedCollections _HashTable+Constants.swift
[135/171] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[136/171] Compiling OrderedCollections _HashTable+Testing.swift
[137/171] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/171] Compiling OrderedCollections _HashTable.swift
[139/171] Compiling OrderedCollections _Hashtable+Header.swift
[140/171] Compiling OrderedCollections OrderedSet+Sendable.swift
[141/171] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/171] Compiling OrderedCollections OrderedSet+Testing.swift
[143/171] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/171] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/171] Compiling OrderedCollections OrderedSet.swift
[146/171] Compiling OrderedCollections _UnsafeBitset.swift
[147/171] Compiling OrderedCollections OrderedDictionary+Codable.swift
[148/171] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[149/171] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[150/171] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[151/171] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[152/171] Compiling OrderedCollections OrderedDictionary+Elements.swift
[153/171] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[154/171] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[155/171] Emitting module OrderedCollections
BUILD FAILURE 6.1 linux