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 SpeziFHIR, reference main (053f10), with Swift 6.1 for Linux on 8 May 2025 01:34:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFHIR.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/StanfordSpezi/SpeziFHIR
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 053f100 Fix attachment handling for duplicate content types (#38)
Cloned https://github.com/StanfordSpezi/SpeziFHIR.git
Revision (git rev-parse @):
053f100577cb0ad1edd57b26f7235a5b1608a727
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFHIR.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziFHIR.git
https://github.com/StanfordSpezi/SpeziFHIR.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "fhirmodels",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/FHIRModels"
    },
    {
      "identity" : "healthkitonfhir",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.11",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordBDHG/HealthKitOnFHIR"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    },
    {
      "identity" : "spezihealthkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziHealthKit"
    }
  ],
  "manifest_display_name" : "SpeziFHIR",
  "name" : "SpeziFHIR",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziFHIR",
      "targets" : [
        "SpeziFHIR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziFHIRHealthKit",
      "targets" : [
        "SpeziFHIRHealthKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziFHIRMockPatients",
      "targets" : [
        "SpeziFHIRMockPatients"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziFHIRTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFHIRTests",
      "path" : "Tests/SpeziFHIRTests",
      "product_dependencies" : [
        "HealthKitOnFHIR",
        "SpeziHealthKit"
      ],
      "sources" : [
        "FHIRAttachment/Base64DecoderTests.swift",
        "FHIRAttachment/FHIRAttachmentServiceTests.swift",
        "FHIRAttachment/FHIRAttachmentTests.swift",
        "FHIRAttachment/PDFContentExtractorTests.swift",
        "FHIRAttachment/TextContentExtractorTests.swift",
        "FHIRResource/FHIRResourceCategoryTests.swift",
        "FHIRResource/FHIRResourceCopyTests.swift",
        "FHIRResource/FHIRResourceDSTU2Mocks.swift",
        "FHIRResource/FHIRResourceLockManagerTests.swift",
        "FHIRResource/FHIRResourceR4Mocks.swift",
        "FHIRResource/FHIRResourceSearchTests.swift",
        "FHIRResource/FHIRResourceStringifyTests.swift",
        "FHIRResource/FHIRResourceTests.swift",
        "FHIRResource/ResourceProxyDisplayNameTests.swift",
        "FHIRStore/FHIRStoreObservationChangesTests.swift",
        "FHIRStore/FHIRStoreTests.swift",
        "SpeziFHIRHealthKit/FHIRResourceAttachmentProcessingTests.swift",
        "SpeziFHIRTests.swift"
      ],
      "target_dependencies" : [
        "SpeziFHIR",
        "SpeziFHIRHealthKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziFHIRMockPatients",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFHIRMockPatients",
      "path" : "Sources/SpeziFHIRMockPatients",
      "product_dependencies" : [
        "ModelsR4"
      ],
      "product_memberships" : [
        "SpeziFHIRMockPatients"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Allen322_Ferry570_ad134528-56a5-35fd-c37f-466ff119c625.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Allen322_Ferry570_ad134528-56a5-35fd-c37f-466ff119c625.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Beatris270_Bogan287_5b3645de-a2d0-d016-0839-bab3757c4c58.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Beatris270_Bogan287_5b3645de-a2d0-d016-0839-bab3757c4c58.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Edythe31_Morar593_9c3df38a-d3b7-2198-3898-51f9153d023d.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Edythe31_Morar593_9c3df38a-d3b7-2198-3898-51f9153d023d.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Gonzalo160_Duenas839_ed70a28f-30b2-acb7-658a-8b340dadd685.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Gonzalo160_Duenas839_ed70a28f-30b2-acb7-658a-8b340dadd685.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Jacklyn830_Veum823_e0e1f21a-22a7-d166-7bb1-63f6bbce1a32.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Jacklyn830_Veum823_e0e1f21a-22a7-d166-7bb1-63f6bbce1a32.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Jamison785_Denesik803_1e08cb3f-9e6a-b083-b6ee-0bb38f70ba50.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Jamison785_Denesik803_1e08cb3f-9e6a-b083-b6ee-0bb38f70ba50.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Maye976_Dickinson688_04f25f73-04b2-469c-3806-540417a0d61c.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Maye976_Dickinson688_04f25f73-04b2-469c-3806-540417a0d61c.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Milagros256_Hills818_79b1d90a-0eaf-be78-9bbf-91c638626012.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Milagros256_Hills818_79b1d90a-0eaf-be78-9bbf-91c638626012.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Milton509_Ortiz186_d66b5418-06cb-fc8a-8c13-85685b6ac939.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Milton509_Ortiz186_d66b5418-06cb-fc8a-8c13-85685b6ac939.json.license",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Napoleon578_Fay398_38f38890-b80f-6542-51d4-882c7b37b0bf.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziFHIRMockPatients/Resources/Napoleon578_Fay398_38f38890-b80f-6542-51d4-882c7b37b0bf.json.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FHIRBundle+MockPatients.swift",
        "FHIRBundle+Patient.swift",
        "FHIRBundleSelector.swift",
        "FHIRMockBundleSelector.swift",
        "FHIRStore+TestingSupport.swift",
        "FoundationBundle+LoadBundle.swift"
      ],
      "target_dependencies" : [
        "SpeziFHIR"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziFHIRHealthKit",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFHIRHealthKit",
      "path" : "Sources/SpeziFHIRHealthKit",
      "product_dependencies" : [
        "HealthKitOnFHIR",
        "SpeziHealthKit"
      ],
      "product_memberships" : [
        "SpeziFHIRHealthKit"
      ],
      "sources" : [
        "FHIRResource+HealthKit.swift",
        "FHIRResource+LoadAttachements.swift",
        "FHIRStore+HealthKit.swift"
      ],
      "target_dependencies" : [
        "SpeziFHIR"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziFHIR",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFHIR",
      "path" : "Sources/SpeziFHIR",
      "product_dependencies" : [
        "Spezi",
        "ModelsR4",
        "ModelsDSTU2",
        "HealthKitOnFHIR"
      ],
      "product_memberships" : [
        "SpeziFHIR",
        "SpeziFHIRHealthKit",
        "SpeziFHIRMockPatients"
      ],
      "sources" : [
        "Extensions/ConditionOnsetXR4+Date.swift",
        "Extensions/DiagnosticReportEffectiveXR4+Date.swift",
        "Extensions/FHIR+Identifiable.swift",
        "Extensions/FHIRResource+Flattener.swift",
        "Extensions/ImmunizationOccurrenceXR4+Date.swift",
        "Extensions/MedicationAdministrationEffectiveXR4+Date.swift",
        "Extensions/PeriodR4+Date.swift",
        "Extensions/ProcedurePerformedXR4+Date.swift",
        "Extensions/SupplyDeliveryOccurrenceXR4+Date.swift",
        "FHIR.swift",
        "FHIRAttachment/Base64Decoding.swift",
        "FHIRAttachment/ContentExtractor.swift",
        "FHIRAttachment/FHIRAttachment+DSTU2.swift",
        "FHIRAttachment/FHIRAttachment+R4.swift",
        "FHIRAttachment/FHIRAttachment.swift",
        "FHIRAttachment/FHIRAttachmentService.swift",
        "FHIRAttachment/PDFDocumentProviding.swift",
        "FHIRResource/FHIRResource+Category.swift",
        "FHIRResource/FHIRResource+Copy.swift",
        "FHIRResource/FHIRResource+Search.swift",
        "FHIRResource/FHIRResource+StringifyAttachment.swift",
        "FHIRResource/FHIRResource.swift",
        "FHIRResource/FHIRResourceLockManager.swift",
        "FHIRResource/ResourceProxy+DisplayName.swift",
        "FHIRStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/FHIRModels
Fetching https://github.com/StanfordBDHG/HealthKitOnFHIR
Fetching https://github.com/StanfordSpezi/SpeziHealthKit
Fetching https://github.com/StanfordSpezi/Spezi
[1/3716] Fetching spezihealthkit
[39/6230] Fetching spezihealthkit, healthkitonfhir
[2153/15365] Fetching spezihealthkit, healthkitonfhir, spezi
[15366/21401] Fetching spezihealthkit, healthkitonfhir, spezi, fhirmodels
Fetched https://github.com/StanfordBDHG/HealthKitOnFHIR from cache (0.67s)
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.67s)
Fetched https://github.com/StanfordSpezi/SpeziHealthKit from cache (0.67s)
Fetched https://github.com/apple/FHIRModels from cache (0.68s)
Computing version for https://github.com/StanfordSpezi/SpeziHealthKit
Computed https://github.com/StanfordSpezi/SpeziHealthKit at 0.6.0 (3.06s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.1 (0.58s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/534] Fetching xctruntimeassertions
[535/1304] Fetching xctruntimeassertions, spezifoundation
[1305/17675] Fetching xctruntimeassertions, spezifoundation, swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.30s)
[2335/16905] Fetching xctruntimeassertions, swift-collections
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.94s)
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/FHIRModels
Computed https://github.com/apple/FHIRModels at 0.6.1 (1.43s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/StanfordBDHG/HealthKitOnFHIR
Computed https://github.com/StanfordBDHG/HealthKitOnFHIR at 0.2.15 (0.53s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (0.54s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5959] Fetching swift-algorithms
[1789/7664] Fetching swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.84s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.82s)
Creating working copy for https://github.com/StanfordSpezi/SpeziHealthKit
Working copy of https://github.com/StanfordSpezi/SpeziHealthKit resolved at 0.6.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.5
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.8.1
Creating working copy for https://github.com/apple/FHIRModels
Working copy of https://github.com/apple/FHIRModels resolved at 0.6.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/StanfordBDHG/HealthKitOnFHIR
Working copy of https://github.com/StanfordBDHG/HealthKitOnFHIR resolved at 0.2.15
Building for debugging...
[0/47] Write sources
[1/47] Copying Localizable.xcstrings
[1/47] Copying Localizable.xcstrings.license
[4/47] Copying Napoleon578_Fay398_38f38890-b80f-6542-51d4-882c7b37b0bf.json.license
[5/47] Copying Info.plist
[6/47] Copying Milton509_Ortiz186_d66b5418-06cb-fc8a-8c13-85685b6ac939.json.license
[7/47] Copying Milagros256_Hills818_79b1d90a-0eaf-be78-9bbf-91c638626012.json.license
[7/47] Write sources
[9/47] Copying Maye976_Dickinson688_04f25f73-04b2-469c-3806-540417a0d61c.json.license
[10/47] Copying Milton509_Ortiz186_d66b5418-06cb-fc8a-8c13-85685b6ac939.json
[11/47] Copying Jamison785_Denesik803_1e08cb3f-9e6a-b083-b6ee-0bb38f70ba50.json.license
[12/47] Copying Napoleon578_Fay398_38f38890-b80f-6542-51d4-882c7b37b0bf.json
[13/47] Copying Jacklyn830_Veum823_e0e1f21a-22a7-d166-7bb1-63f6bbce1a32.json.license
[14/47] Copying Maye976_Dickinson688_04f25f73-04b2-469c-3806-540417a0d61c.json
[15/47] Copying Info.plist
[16/47] Copying Gonzalo160_Duenas839_ed70a28f-30b2-acb7-658a-8b340dadd685.json.license
[17/47] Copying Milagros256_Hills818_79b1d90a-0eaf-be78-9bbf-91c638626012.json
[18/47] Copying Edythe31_Morar593_9c3df38a-d3b7-2198-3898-51f9153d023d.json.license
[19/47] Copying Jamison785_Denesik803_1e08cb3f-9e6a-b083-b6ee-0bb38f70ba50.json
[20/47] Copying Beatris270_Bogan287_5b3645de-a2d0-d016-0839-bab3757c4c58.json.license
[21/47] Copying Edythe31_Morar593_9c3df38a-d3b7-2198-3898-51f9153d023d.json
[22/47] Copying Allen322_Ferry570_ad134528-56a5-35fd-c37f-466ff119c625.json.license
[23/47] Copying Beatris270_Bogan287_5b3645de-a2d0-d016-0839-bab3757c4c58.json
[24/47] Write sources
[33/47] Copying Info.plist
[34/47] Copying HKSampleMapping.json.license
[35/47] Copying Allen322_Ferry570_ad134528-56a5-35fd-c37f-466ff119c625.json
[35/47] Copying HKSampleMapping.json
[37/47] Write sources
[41/47] Copying Jacklyn830_Veum823_e0e1f21a-22a7-d166-7bb1-63f6bbce1a32.json
[42/47] Compiling _NumericsShims _NumericsShims.c
[43/47] Compiling _AtomicsShims.c
[44/47] Copying Gonzalo160_Duenas839_ed70a28f-30b2-acb7-658a-8b340dadd685.json
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
   12 | #include <Foundation/NSObjCRuntime.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[45/47] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[45/47] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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...
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
   12 | #include <Foundation/NSObjCRuntime.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux