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

Failed to build swift-composable-environment, reference main (22b550), with Swift 6.1 for Wasm on 28 May 2025 09:05:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         wasm
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/303658] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (20.49s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (23.73s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/4581] Fetching swift-custom-dump
[1559/5975] Fetching swift-custom-dump, swiftui-navigation
[5726/6827] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras
[6794/8361] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras, swift-identified-collections
[7500/13819] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.46s)
[10317/12425] Fetching swift-custom-dump, swift-concurrency-extras, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.46s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.46s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.49s)
[3548/5458] Fetching xctest-dynamic-overlay
[3549/11707] Fetching xctest-dynamic-overlay, swift-dependencies
[11708/16082] Fetching xctest-dynamic-overlay, swift-dependencies, swift-case-paths
[12846/32673] Fetching xctest-dynamic-overlay, swift-dependencies, swift-case-paths, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.05s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.07s)
Fetching https://github.com/pointfreeco/combine-schedulers
[8689/20966] Fetching swift-case-paths, swift-collections
[11677/23376] Fetching swift-case-paths, swift-collections, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (2.69s)
Fetched https://github.com/apple/swift-collections from cache (2.71s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (7.01s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (2.16s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.21s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.51s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.52s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.56s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.65s)
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.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
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/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/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/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
Building for debugging...
[0/18] Write sources
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/51] Emitting module ConcurrencyExtras
[20/52] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/52] Compiling InternalCollectionsUtilities Descriptions.swift
[22/52] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/53] Compiling XCTestDynamicOverlay Deprecations.swift
[25/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/54] Compiling InternalCollectionsUtilities Debugging.swift
[27/54] Compiling XCTestDynamicOverlay Unimplemented.swift
[28/54] Compiling _Dependencies Dependencies.swift
[29/54] Emitting module _Dependencies
[30/54] Compiling _Dependencies DependencyKey.swift
[31/55] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/55] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/55] Emitting module InternalCollectionsUtilities
[34/55] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/55] Compiling InternalCollectionsUtilities Integer rank.swift
[36/55] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/55] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/55] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/55] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/57] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/58] Emitting module ComposableDependencies
[44/58] Compiling ComposableDependencies ComposableDependencies.swift
[46/116] Compiling ConcurrencyExtras ActorIsolated.swift
[47/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/116] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/116] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/123] Compiling ConcurrencyExtras Locking.swift
[62/123] Compiling ConcurrencyExtras MainSerialExecutor.swift
[63/123] Compiling ConcurrencyExtras Task.swift
[64/123] Compiling ConcurrencyExtras LockIsolated.swift
[65/123] Compiling ConcurrencyExtras AsyncStream.swift
[66/123] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[67/123] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[68/123] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[69/123] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[70/123] Emitting module XCTestDynamicOverlay
[71/123] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[72/124] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[73/124] Compiling XCTestDynamicOverlay XCTFail.swift
[74/125] 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:91:7: error: cannot find 'raise' in scope
89 |         stderr
90 |       )
91 |       raise(SIGTRAP)
   |       `- error: cannot find 'raise' in scope
92 |     }
93 |   #endif
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:91:13: error: cannot find 'SIGTRAP' in scope
89 |         stderr
90 |       )
91 |       raise(SIGTRAP)
   |             `- error: cannot find 'SIGTRAP' in scope
92 |     }
93 |   #endif
[75/125] Emitting module _DependencyAliases
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling ConcurrencyExtras MainSerialExecutor.swift
[3/34] Compiling ConcurrencyExtras Task.swift
[4/35] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/36] Compiling _Dependencies DependencyKey.swift
[6/36] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/36] Compiling ConcurrencyExtras Locking.swift
[8/36] Compiling ConcurrencyExtras ActorIsolated.swift
[9/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/37] Compiling ConcurrencyExtras AsyncStream.swift
[11/37] Emitting module ConcurrencyExtras
[12/37] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/37] Compiling ConcurrencyExtras LockIsolated.swift
[14/37] Emitting module _Dependencies
[15/37] Compiling _Dependencies Dependencies.swift
[16/38] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[18/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/39] Compiling XCTestDynamicOverlay XCTFail.swift
[20/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/39] Compiling InternalCollectionsUtilities Debugging.swift
[22/39] Compiling InternalCollectionsUtilities Descriptions.swift
[23/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/41] Emitting module InternalCollectionsUtilities
[29/41] Emitting module XCTestDynamicOverlay
[30/41] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[31/41] Compiling XCTestDynamicOverlay Deprecations.swift
[32/41] Compiling ComposableDependencies ComposableDependencies.swift
[33/41] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[34/41] Compiling XCTestDynamicOverlay Unimplemented.swift
[35/42] Emitting module ComposableDependencies
[37/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/43] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/43] Compiling InternalCollectionsUtilities Integer rank.swift
[45/99] Compiling CombineSchedulers SwiftUI.swift
[46/99] Compiling CombineSchedulers TestScheduler.swift
[47/100] Emitting module CombineSchedulers
[48/100] Compiling Clocks AnyClock.swift
[49/100] Compiling Clocks ImmediateClock.swift
[50/100] Compiling CustomDump CoreMotion.swift
[51/100] Compiling CustomDump Foundation.swift
[52/100] Compiling Clocks Timer.swift
[53/101] Compiling Clocks Lock.swift
[54/101] Compiling CombineSchedulers Lock.swift
[55/101] Compiling CombineSchedulers NSRecursiveLock.swift
[56/101] Compiling CombineSchedulers Timer.swift
[57/101] Compiling CombineSchedulers UIScheduler.swift
[58/101] Compiling CombineSchedulers UIKit.swift
[59/101] Compiling CustomDump StoreKit.swift
[60/101] Compiling CustomDump Swift.swift
[61/101] Compiling CustomDump SwiftUI.swift
[62/110] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/159] Compiling CasePaths OpenExistential.swift
[67/159] Compiling CasePaths CasePath.swift
[68/159] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[69/159] Compiling OrderedCollections _HashTable+Testing.swift
[70/159] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[71/159] Compiling CombineSchedulers UnimplementedScheduler.swift
[72/160] Compiling CasePaths Operators.swift
[73/160] Emitting module CasePaths
[74/160] Compiling OrderedCollections OrderedDictionary+Codable.swift
[75/160] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[76/160] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/160] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/160] Emitting module _DependencyAliases
[79/160] 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:91:7: error: cannot find 'raise' in scope
89 |         stderr
90 |       )
91 |       raise(SIGTRAP)
   |       `- error: cannot find 'raise' in scope
92 |     }
93 |   #endif
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:91:13: error: cannot find 'SIGTRAP' in scope
89 |         stderr
90 |       )
91 |       raise(SIGTRAP)
   |             `- error: cannot find 'SIGTRAP' in scope
92 |     }
93 |   #endif
[80/160] Compiling Clocks _AsyncTimerSequence.swift
[81/160] Compiling CasePaths TypeName.swift
BUILD FAILURE 6.1 wasm