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 TripKit, reference 4.7.1 (1a62a5), with Swift 6.1 for Wasm on 29 May 2025 09:15:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/skedgo/tripkit-ios.git
Reference: 4.7.1
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/skedgo/tripkit-ios
 * tag               4.7.1      -> FETCH_HEAD
HEAD is now at 1a62a55 CocoaPods update (#353)
Cloned https://github.com/skedgo/tripkit-ios.git
Revision (git rev-parse @):
1a62a55fc3b1b59fef4804f0b0fd0279162c0fc5
SUCCESS checkout https://github.com/skedgo/tripkit-ios.git at 4.7.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skedgo/tripkit-ios.git
https://github.com/skedgo/tripkit-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "kingfisher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Kingfisher.git"
    },
    {
      "identity" : "geomonitor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skedgo/GeoMonitor.git"
    },
    {
      "identity" : "tgcardviewcontroller",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.10",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/skedgo/TGCardViewController.git"
    }
  ],
  "manifest_display_name" : "TripKit",
  "name" : "TripKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "TripKit",
      "targets" : [
        "TripKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TripKitUI",
      "targets" : [
        "TripKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TripKitUITests",
      "module_type" : "SwiftTarget",
      "name" : "TripKitUITests",
      "path" : "Tests/TripKitUITests",
      "product_dependencies" : [
        "RxCocoa"
      ],
      "sources" : [
        "TKTestCase.swift",
        "TKUIAutocompletionRaceTest.swift",
        "TKUIGeocoderTest.swift",
        "TKUIMapManagerHelperTest.swift",
        "TKUIModePickerTest.swift",
        "TKUIPolylineRendererStabilityTest.swift",
        "TKUIRoutingQueryInputViewModelTest.swift",
        "TKUISectionedAlertsTest.swift",
        "TKUIShareHelperTest.swift",
        "TKUITripOverviewViewModelTest.swift",
        "vendor/RxBlocking/BlockingObservable+Operators.swift",
        "vendor/RxBlocking/BlockingObservable.swift",
        "vendor/RxBlocking/ObservableConvertibleType+Blocking.swift",
        "vendor/RxBlocking/Platform/AtomicInt.swift",
        "vendor/RxBlocking/Platform/Platform.Darwin.swift",
        "vendor/RxBlocking/Platform/Platform.Linux.swift",
        "vendor/RxBlocking/Platform/RecursiveLock.swift",
        "vendor/RxBlocking/Resources.swift",
        "vendor/RxBlocking/RunLoopLock.swift",
        "vendor/RxTest/Any+Equatable.swift",
        "vendor/RxTest/ColdObservable.swift",
        "vendor/RxTest/Deprecated.swift",
        "vendor/RxTest/Event+Equatable.swift",
        "vendor/RxTest/HotObservable.swift",
        "vendor/RxTest/Platform/DataStructures/Bag.swift",
        "vendor/RxTest/Recorded+Event.swift",
        "vendor/RxTest/Recorded.swift",
        "vendor/RxTest/RxTest.swift",
        "vendor/RxTest/Schedulers/TestScheduler.swift",
        "vendor/RxTest/Schedulers/TestSchedulerVirtualTimeConverter.swift",
        "vendor/RxTest/Subscription.swift",
        "vendor/RxTest/TestableObservable.swift",
        "vendor/RxTest/TestableObserver.swift",
        "vendor/RxTest/XCTest+Rx.swift"
      ],
      "target_dependencies" : [
        "TripKit",
        "TripKitUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TripKitUI",
      "module_type" : "SwiftTarget",
      "name" : "TripKitUI",
      "path" : "Sources/TripKitUI",
      "product_dependencies" : [
        "Kingfisher",
        "RxCocoa",
        "TGCardViewController",
        "GeoMonitor"
      ],
      "product_memberships" : [
        "TripKitUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/Resources/TripKitUI.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/controller/TKUIAttributionTableViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/controller/TKUISectionedAlertViewController.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/TKUIDepartureCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/TKUIHomeCustomizerCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/TKUIModePickerCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/TKUINearbyCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/TKUITripBoyView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/alerts/TKUIAlertCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/alerts/TKUIEmptyAlertView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/alerts/TKUIGroupedAlertCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/alerts/TKUILoadingAlertView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/alerts/TKUISectionedAlertTableHeader.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUIProgressCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUIResultsAccessoryView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUIResultsTitleView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUIRoutingQueryInputTitleView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUIRoutingSupportView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/results/TKUITripCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/segment cards/TKUISegmentDirectionCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/segment cards/TKUISegmentInstructionsView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/segment cards/TKUISegmentTitleView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUIServiceHeaderMiniView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUIServiceHeaderView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUIServiceNumberCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUIServiceTitleView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUIServiceVisitCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/timetable/TKUITimetableAccessoryView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUIAttributionCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUINotificationView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUIPathFriendlinessView.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUISegmentAlertCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUISegmentImpossibleCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUISegmentMovingCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUISegmentStationaryCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUISegmentStationaryDoubleCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKitUI/views/trip overview/TKUITripTitleView.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TripKitUIBundle.swift",
        "cards/TKUICardAction.swift",
        "cards/TKUICardActionStyle.swift",
        "cards/TKUIComposingMapManager.swift",
        "cards/TKUIEventCallback.swift",
        "cards/TKUIHomeCard+Configuration.swift",
        "cards/TKUIHomeCard+Customizer.swift",
        "cards/TKUIHomeCard+MapManager.swift",
        "cards/TKUIHomeCard+Search.swift",
        "cards/TKUIHomeCard.swift",
        "cards/TKUILocationCard+Configuration.swift",
        "cards/TKUILocationCard.swift",
        "cards/TKUILocationMapManager.swift",
        "cards/TKUIMapManager+Tiles.swift",
        "cards/TKUIMapManager.swift",
        "cards/TKUINearbyMapManager+Home.swift",
        "cards/TKUINearbyMapManager.swift",
        "cards/TKUIRoutingQueryInputCard.swift",
        "cards/TKUIRoutingResultsCard+Configuration.swift",
        "cards/TKUIRoutingResultsCard+Errors.swift",
        "cards/TKUIRoutingResultsCard.swift",
        "cards/TKUIRoutingResultsMapManager.swift",
        "cards/TKUISegmentDirectionsCard+Configuration.swift",
        "cards/TKUISegmentDirectionsCard.swift",
        "cards/TKUISegmentInstructionsCard.swift",
        "cards/TKUIServiceCard+Configuration.swift",
        "cards/TKUIServiceCard.swift",
        "cards/TKUIServiceMapManager.swift",
        "cards/TKUISimpleHomeMapManager.swift",
        "cards/TKUIStartTripAction.swift",
        "cards/TKUITableCard.swift",
        "cards/TKUITimetableCard+Configuration.swift",
        "cards/TKUITimetableCard+Content.swift",
        "cards/TKUITimetableCard.swift",
        "cards/TKUITripMapManager.swift",
        "cards/TKUITripModeByModeCard+Configuration.swift",
        "cards/TKUITripModeByModeCard.swift",
        "cards/TKUITripOverviewCard+Configuration.swift",
        "cards/TKUITripOverviewCard.swift",
        "controller/Alert+TKAlert.swift",
        "controller/TKUIAlertViewController.swift",
        "controller/TKUIAttributionTableViewController.swift",
        "controller/TKUIAutocompletionViewController.swift",
        "controller/TKUIHomeCardCustomizationViewController.swift",
        "controller/TKUIHomeViewController.swift",
        "controller/TKUIRoutingResultsViewController.swift",
        "controller/TKUISectionedAlertViewController.swift",
        "controller/TKUISheetViewController.swift",
        "controller/TKUITimetableViewController.swift",
        "controller/TKUITripModeByModeViewController.swift",
        "controller/TKUITripOverviewViewController.swift",
        "helper/Categories/TGCardView+Rx.swift",
        "helper/Categories/TKSegment+Zoom.swift",
        "helper/Categories/TKStyleManager+TripKitUI.swift",
        "helper/Categories/UIColor+Variations.swift",
        "helper/Categories/UIImageView+AsAccessoryImage.swift",
        "helper/Categories/UIImageView+Kingfisher.swift",
        "helper/Categories/UIView+BearingRotation.swift",
        "helper/Categories/UIViewController+ShowError.swift",
        "helper/Notification+TripKitUI.swift",
        "helper/RxHelpers.swift",
        "helper/RxTripKit/NSManagedObjectContext+Rx.swift",
        "helper/RxTripKit/Rx+Concurrency.swift",
        "helper/RxTripKit/TKAvailabilityFetcher.swift",
        "helper/RxTripKit/TKBuzzInfoProvider+Rx.swift",
        "helper/RxTripKit/TKBuzzRealTime+Rx.swift",
        "helper/RxTripKit/TKDeparturesProvider+Rx.swift",
        "helper/RxTripKit/TKGeocoding+Rx.swift",
        "helper/RxTripKit/TKLocationManager+rx.swift",
        "helper/RxTripKit/TKLocationRealTime.swift",
        "helper/RxTripKit/TKLocationTypes+Rx.swift",
        "helper/RxTripKit/TKRealTimeHelper.swift",
        "helper/RxTripKit/TKReporter+Rx.swift",
        "helper/RxTripKit/TKRouter+Rx.swift",
        "helper/RxTripKit/TKServer+Rx.swift",
        "helper/RxTripKit/TKSettings+Rx.swift",
        "helper/RxTripKit/TKUIResultsFetcher.swift",
        "helper/RxTripKit/Vehicle+Rx.swift",
        "helper/StopVisits+RealTimeColor.swift",
        "helper/TGCardViewController+Present.swift",
        "helper/TKAPI+ViewHelpers.swift",
        "helper/TKSegment+AlternativeRoutes.swift",
        "helper/TKUICustomization.swift",
        "helper/TKUIDebugActionHandler.swift",
        "helper/TKUIMapManagerHelper.swift",
        "helper/TKUIModePickerLayoutHelper.swift",
        "helper/TKUITripSegmentDisplayable.swift",
        "helper/TKWheelchairAccessibility+UI.swift",
        "helper/Trip+Titles.swift",
        "managers/TKUINotificationManager.swift",
        "managers/TKUITripMonitorManager+Rx.swift",
        "managers/TKUITripMonitorManager.swift",
        "vendor/Differentiator/AnimatableSectionModel.swift",
        "vendor/Differentiator/AnimatableSectionModelType+ItemPath.swift",
        "vendor/Differentiator/AnimatableSectionModelType.swift",
        "vendor/Differentiator/Changeset.swift",
        "vendor/Differentiator/Diff.swift",
        "vendor/Differentiator/IdentifiableType.swift",
        "vendor/Differentiator/IdentifiableValue.swift",
        "vendor/Differentiator/ItemPath.swift",
        "vendor/Differentiator/Optional+Extensions.swift",
        "vendor/Differentiator/SectionModel.swift",
        "vendor/Differentiator/SectionModelType.swift",
        "vendor/Differentiator/Utilities.swift",
        "vendor/RxCombine/Combine+Rx/Publisher+Rx.swift",
        "vendor/RxCombine/Combine+Rx/Subject+Rx.swift",
        "vendor/RxCombine/Common/DemandBuffer.swift",
        "vendor/RxCombine/Rx+Combine/Observable+Combine.swift",
        "vendor/RxCombine/Rx+Combine/RxSubscription.swift",
        "vendor/RxDataSources/AnimationConfiguration.swift",
        "vendor/RxDataSources/Array+Extensions.swift",
        "vendor/RxDataSources/CollectionViewSectionedDataSource.swift",
        "vendor/RxDataSources/DataSources.swift",
        "vendor/RxDataSources/FloatingPointType+IdentifiableType.swift",
        "vendor/RxDataSources/IntegerType+IdentifiableType.swift",
        "vendor/RxDataSources/RxCollectionViewSectionedAnimatedDataSource.swift",
        "vendor/RxDataSources/RxCollectionViewSectionedReloadDataSource.swift",
        "vendor/RxDataSources/RxPickerViewAdapter.swift",
        "vendor/RxDataSources/RxTableViewSectionedAnimatedDataSource.swift",
        "vendor/RxDataSources/RxTableViewSectionedReloadDataSource.swift",
        "vendor/RxDataSources/String+IdentifiableType.swift",
        "vendor/RxDataSources/TableViewSectionedDataSource.swift",
        "vendor/RxDataSources/UI+SectionedViewType.swift",
        "vendor/RxDataSources/ViewTransition.swift",
        "view model/TKUIAutocompletionViewModel.swift",
        "view model/TKUIHomeCardCustomizationViewModel.swift",
        "view model/TKUIHomeViewModel+Component.swift",
        "view model/TKUIHomeViewModel+Content.swift",
        "view model/TKUIHomeViewModel+Next.swift",
        "view model/TKUIHomeViewModel+Search.swift",
        "view model/TKUIHomeViewModel.swift",
        "view model/TKUILocationViewModel.swift",
        "view model/TKUINearbyViewModel+Content.swift",
        "view model/TKUINearbyViewModel+HomeCard.swift",
        "view model/TKUINearbyViewModel.swift",
        "view model/TKUIRoutingQueryInputViewModel+State.swift",
        "view model/TKUIRoutingQueryInputViewModel.swift",
        "view model/TKUIRoutingResultsViewModel+Advisory.swift",
        "view model/TKUIRoutingResultsViewModel+CalculateRoutes.swift",
        "view model/TKUIRoutingResultsViewModel+Content.swift",
        "view model/TKUIRoutingResultsViewModel+RealTime.swift",
        "view model/TKUIRoutingResultsViewModel+ToggleModes.swift",
        "view model/TKUIRoutingResultsViewModel.swift",
        "view model/TKUISectionedAlertViewModel.swift",
        "view model/TKUISegmentDirectionsViewModel+Content.swift",
        "view model/TKUISegmentDirectionsViewModel.swift",
        "view model/TKUIServiceViewModel+Content.swift",
        "view model/TKUIServiceViewModel+Fetch.swift",
        "view model/TKUIServiceViewModel+MapContent.swift",
        "view model/TKUIServiceViewModel.swift",
        "view model/TKUITimetableViewModel+Content.swift",
        "view model/TKUITimetableViewModel.swift",
        "view model/TKUITripModeByModeViewModel.swift",
        "view model/TKUITripOverviewViewModel+Content.swift",
        "view model/TKUITripOverviewViewModel+Fetch.swift",
        "view model/TKUITripOverviewViewModel.swift",
        "views/TKUIAutocompletionResultCell.swift",
        "views/TKUICardActions.swift",
        "views/TKUICardActionsViewFactory.swift",
        "views/TKUIDepartureCell.swift",
        "views/TKUIHomeCardSectionHeader.swift",
        "views/TKUIHomeCustomizerCell.swift",
        "views/TKUIHomeHeaderView.swift",
        "views/TKUIModePicker+RoutingMode.swift",
        "views/TKUIModePicker+TKModeInfo.swift",
        "views/TKUIModePicker.swift",
        "views/TKUIModePickerCell.swift",
        "views/TKUINearbyCell.swift",
        "views/TKUIPolylineRenderer.swift",
        "views/TKUIStyleKit.swift",
        "views/TKUIStyledLabel.swift",
        "views/TKUITripBoyView.swift",
        "views/TKUITripSegmentsView.swift",
        "views/alerts/TKUIAlertCell.swift",
        "views/alerts/TKUIEmptyAlertView.swift",
        "views/alerts/TKUIGroupedAlertCell.swift",
        "views/alerts/TKUILoadingAlertView.swift",
        "views/alerts/TKUISectionedAlertTableHeader.swift",
        "views/map annotations/MKAnnotationView+Selectable.swift",
        "views/map annotations/TKUIAnnotationViewBuilder.swift",
        "views/map annotations/TKUIAnnotations+TripKit.swift",
        "views/map annotations/TKUIAnnotations.swift",
        "views/map annotations/TKUICircleAnnotationView.swift",
        "views/map annotations/TKUIImageAnnotationView.swift",
        "views/map annotations/TKUIModeAnnotationView.swift",
        "views/map annotations/TKUIPulsingAnnotationView.swift",
        "views/map annotations/TKUIRoutingQueryAnnotation.swift",
        "views/map annotations/TKUISemaphoreView.swift",
        "views/map annotations/TKUIVehicleAnnotationView.swift",
        "views/map annotations/TKUIVehicleView.swift",
        "views/results/TKUICompactAlertCell.swift",
        "views/results/TKUIProgressCell.swift",
        "views/results/TKUIResultsAccessoryView.swift",
        "views/results/TKUIResultsSectionFooterView.swift",
        "views/results/TKUIResultsSectionHeaderView.swift",
        "views/results/TKUIResultsTitleView.swift",
        "views/results/TKUIRoutingQueryInputTitleView.swift",
        "views/results/TKUIRoutingSupportView+Show.swift",
        "views/results/TKUIRoutingSupportView.swift",
        "views/results/TKUISheet.swift",
        "views/results/TKUITimePickerSheet+Configuration.swift",
        "views/results/TKUITimePickerSheet.swift",
        "views/results/TKUITripCell+Formatter.swift",
        "views/results/TKUITripCell.swift",
        "views/segment cards/TKUISegmentDirectionCell.swift",
        "views/segment cards/TKUISegmentInstructionsView.swift",
        "views/segment cards/TKUISegmentMode.swift",
        "views/segment cards/TKUISegmentTitleView+TKSegment.swift",
        "views/segment cards/TKUISegmentTitleView.swift",
        "views/timetable/TKUICollectionViewBubbleLayout.swift",
        "views/timetable/TKUIServiceHeaderMiniView.swift",
        "views/timetable/TKUIServiceHeaderView.swift",
        "views/timetable/TKUIServiceNumberCell.swift",
        "views/timetable/TKUIServiceTitleView+Rx.swift",
        "views/timetable/TKUIServiceTitleView.swift",
        "views/timetable/TKUIServiceVisitCell.swift",
        "views/timetable/TKUITimetableAccessoryView+Rx.swift",
        "views/timetable/TKUITimetableAccessoryView.swift",
        "views/trip overview/TKSegment+AccessoryViews.swift",
        "views/trip overview/TKUIAttributionCell.swift",
        "views/trip overview/TKUIAttributionView.swift",
        "views/trip overview/TKUINotificationView.swift",
        "views/trip overview/TKUIOccupancyView.swift",
        "views/trip overview/TKUIPathFriendlinessView.swift",
        "views/trip overview/TKUISegmentAlertCell.swift",
        "views/trip overview/TKUISegmentCellHelper.swift",
        "views/trip overview/TKUISegmentImpossibleCell.swift",
        "views/trip overview/TKUISegmentMovingCell.swift",
        "views/trip overview/TKUISegmentStationaryCell.swift",
        "views/trip overview/TKUISegmentStationaryDoubleCell.swift",
        "views/trip overview/TKUITrainOccupancyView.swift",
        "views/trip overview/TKUITripTitleView.swift"
      ],
      "target_dependencies" : [
        "TripKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TripKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TripKitTests",
      "path" : "Tests/TripKitTests",
      "product_dependencies" : [
        "RxCocoa"
      ],
      "sources" : [
        "TKTestCase.swift",
        "parsing/RoutingAPIParserTest.swift",
        "parsing/TKAPIParsingTest.swift",
        "parsing/TKAlertModelTest.swift",
        "parsing/TKBetterDecodingTest.swift",
        "parsing/TKBookingAvailabilityTest.swift",
        "parsing/TKBookingDecodingTest.swift",
        "parsing/TKBuzzInfoProviderTest.swift",
        "parsing/TKDeparturesModelTest.swift",
        "parsing/TKJSONSanitizerTest.swift",
        "parsing/TKLocationInfoTest.swift",
        "parsing/TKModeHelperTest.swift",
        "parsing/TKPolylineDecoderTest.swift",
        "parsing/TKRegionManagerTest.swift",
        "parsing/TKTripSegmentModeTitleTest.swift",
        "polygon/ASPolygonKitTests.swift",
        "restoration/TKLocationRestorationTest.swift",
        "routing/TKRouterTest.swift",
        "routing/TKSettingsTest.swift",
        "routing/TKWaypointRouterTest.swift",
        "searching/TKAnnotationClusterer.swift",
        "searching/TKGeoJSONTest.swift",
        "searching/TKPeliasTitleTest.swift"
      ],
      "target_dependencies" : [
        "TripKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TripKitObjcTests",
      "module_type" : "ClangTarget",
      "name" : "TripKitObjcTests",
      "path" : "Tests/TripKitObjcTests",
      "sources" : [
        "TKAutocompletionResultTest.m"
      ],
      "target_dependencies" : [
        "TripKitObjc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TripKitObjc",
      "module_type" : "ClangTarget",
      "name" : "TripKitObjc",
      "path" : "Sources/TripKitObjc",
      "product_memberships" : [
        "TripKit",
        "TripKitUI"
      ],
      "sources" : [
        "MKOverlay+NSCoding.m",
        "NSDate+Helpers.m",
        "NSManagedObject+TKPersistence.m",
        "NSManagedObjectContext+SimpleFetch.m",
        "NSString+Sizing.m",
        "NSUserDefaults+SharedDefaults.m",
        "TKAutocompletionResult.m",
        "TKConfig.m",
        "TKConstants.m",
        "TKLocationHelper.m",
        "TKLocationManager.m",
        "TKPermissionManager.m",
        "TKServer.m",
        "TKSettings.m",
        "TKStyleManager+UIKit.m",
        "TKStyleManager.m",
        "TKTransportModes.m",
        "TKTripKit.m",
        "UIFont+CustomFonts.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TripKit",
      "module_type" : "SwiftTarget",
      "name" : "TripKit",
      "path" : "Sources/TripKit",
      "product_memberships" : [
        "TripKit",
        "TripKitUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/TripKit.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/TripKitModel.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ar.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ar.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/da.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/da.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/de.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/de.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/en-US.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "en-us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/en-US.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "en-us"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/en.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/en.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/es.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/es.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/fi.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/fi.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/fr.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/fr.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/it.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/it.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ja.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ja.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ko.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/ko.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/nb.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/nb.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/nl.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/nl.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/pt.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/pt.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/sv.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/sv.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/tr.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/tr.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/zh-Hans.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/zh-Hans.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/zh-Hant.lproj/Shared.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TripKit/Resources/zh-Hant.lproj/TripKit.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        }
      ],
      "sources" : [
        "UIKit/TKStyleManager+UIKit.swift",
        "UIKit/UIColor+TripKit.swift",
        "UIKit/UIColor+TripKitDefault.swift",
        "categories/Array+Duplicates.swift",
        "categories/Codable+Helpers.swift",
        "categories/Date+Helpers.swift",
        "categories/MKMultiPoint+ClosestPoint.swift",
        "categories/MapKit+Extensions.swift",
        "categories/NSBundle+ProductName.swift",
        "categories/NSDate+Formatting.swift",
        "categories/NSError+customError.swift",
        "categories/NSManagedObject+Safely.swift",
        "categories/NSManagedObjectContext+Fetch.swift",
        "categories/NSNumber+Formatter.swift",
        "categories/NSUserDefaults+SharedDefaults.swift",
        "categories/String+NonEmpty.swift",
        "core/Loc+TripKit.swift",
        "core/Loc+TripKitBookings.swift",
        "core/Loc+TripKitInterApp.swift",
        "core/Loc+TripKitUI.swift",
        "core/Loc.swift",
        "core/TKConfig.swift",
        "core/TKCrossPlatform.swift",
        "core/TKImage+TripKit.swift",
        "core/TKLog.swift",
        "core/TripKit.swift",
        "helpers/API+ViewHelpers.swift",
        "helpers/DataAttachable.swift",
        "helpers/TKImageBuilder.swift",
        "helpers/TKJSONCache.swift",
        "helpers/TKJSONSanitizer.swift",
        "helpers/TKModeHelper.swift",
        "helpers/TKParserHelper.swift",
        "helpers/TKRegion+RoutingMode.swift",
        "helpers/classification/TKMetricClassifier.swift",
        "helpers/classification/TKTripClassifier.swift",
        "helpers/classification/TripRequest+Classify.swift",
        "managers/TKCalendarManager+Autocompleting.swift",
        "managers/TKCalendarManager.swift",
        "managers/TKContactsManager+TKAutocompleting.swift",
        "managers/TKContactsManager.swift",
        "managers/TKLocationManager.swift",
        "managers/TKPermissionManager+AuthorizationAlert.swift",
        "managers/TKRegionManager.swift",
        "managers/TKStyleManager.swift",
        "model/API/API.swift",
        "model/API/AlertAPIModels.swift",
        "model/API/BaseAPIModels.swift",
        "model/API/DeparturesAPIModel.swift",
        "model/API/EventAPIModel.swift",
        "model/API/GeocodeAPIModel.swift",
        "model/API/LatestAPIModel.swift",
        "model/API/LocationAPIModel.swift",
        "model/API/OpeningHoursAPIModel.swift",
        "model/API/PricingTableAPIModel.swift",
        "model/API/RegionInfoAPIModel.swift",
        "model/API/RegionsAPIModel.swift",
        "model/API/RouteAPIModel.swift",
        "model/API/RoutingAPIModel.swift",
        "model/API/ServiceAPIModel.swift",
        "model/API/ShareCarAPIModel.swift",
        "model/API/StopAPIModel.swift",
        "model/API/UserAPIModel.swift",
        "model/API/VehicleAPIModel.swift",
        "model/CoreData/Alert+CoreDataClass.swift",
        "model/CoreData/Alert+CoreDataProperties.swift",
        "model/CoreData/DLSEntry+CoreDataClass.swift",
        "model/CoreData/DLSEntry+CoreDataProperties.swift",
        "model/CoreData/SegmentReference+CoreDataClass.swift",
        "model/CoreData/SegmentReference+CoreDataProperties.swift",
        "model/CoreData/SegmentReference+Data.swift",
        "model/CoreData/SegmentReference+Flags.swift",
        "model/CoreData/SegmentTemplate+CoreDataClass.swift",
        "model/CoreData/SegmentTemplate+CoreDataProperties.swift",
        "model/CoreData/SegmentTemplate+Data.swift",
        "model/CoreData/SegmentTemplate+Flags.swift",
        "model/CoreData/Service+CoreDataClass.swift",
        "model/CoreData/Service+CoreDataProperties.swift",
        "model/CoreData/Service+Visits.swift",
        "model/CoreData/Shape+CoreDataClass.swift",
        "model/CoreData/Shape+CoreDataProperties.swift",
        "model/CoreData/Shape+Data.swift",
        "model/CoreData/StopLocation+CoreDataClass.swift",
        "model/CoreData/StopLocation+CoreDataProperties.swift",
        "model/CoreData/StopLocation.swift",
        "model/CoreData/StopVisits+CoreDataClass.swift",
        "model/CoreData/StopVisits+CoreDataProperties.swift",
        "model/CoreData/Trip+CoreDataClass.swift",
        "model/CoreData/Trip+CoreDataProperties.swift",
        "model/CoreData/Trip+Data.swift",
        "model/CoreData/Trip+Flags.swift",
        "model/CoreData/TripGroup+CoreDataClass.swift",
        "model/CoreData/TripGroup+CoreDataProperties.swift",
        "model/CoreData/TripRequest+CoreDataClass.swift",
        "model/CoreData/TripRequest+CoreDataProperties.swift",
        "model/CoreData/Vehicle+CoreDataClass.swift",
        "model/CoreData/Vehicle+CoreDataProperties.swift",
        "model/TKAddressFormatter.swift",
        "model/TKAnnotations.swift",
        "model/TKBookingTypes.swift",
        "model/TKColoredRoute.swift",
        "model/TKCoordinates.swift",
        "model/TKDLSTable.swift",
        "model/TKGeocodable.swift",
        "model/TKInfoIcon.swift",
        "model/TKLocalCost.swift",
        "model/TKLocationTypes.swift",
        "model/TKMapTiles.swift",
        "model/TKMiniInstruction.swift",
        "model/TKModeInfo+Image.swift",
        "model/TKModeInfo.swift",
        "model/TKNamedCoordinate.swift",
        "model/TKPathFriendliness.swift",
        "model/TKRoutePolyline.swift",
        "model/TKSecureTransformers.swift",
        "model/TKSegment+Alerts.swift",
        "model/TKSegment+Images.swift",
        "model/TKSegment+StationaryType.swift",
        "model/TKSegment+TKTripSegment.swift",
        "model/TKSegment+Ticket.swift",
        "model/TKSegment.swift",
        "model/TKSortableAnnotation.swift",
        "model/TKTimetable.swift",
        "model/TKTripAndSegments.swift",
        "model/TKTripPattern.swift",
        "model/TKTurnByTurnMode.swift",
        "model/TKVehicular.swift",
        "model/TKWheelchairAccessibility.swift",
        "search/TKAggregateGeocoder.swift",
        "search/TKAnnotationClusterer.swift",
        "search/TKAppleGeocoder.swift",
        "search/TKAutocompletionResult+Icon.swift",
        "search/TKGeoJSON+NamedCoordinate.swift",
        "search/TKGeoJSON.swift",
        "search/TKGeocoderHelper.swift",
        "search/TKGeocoding.swift",
        "search/TKGeocodingResultScorer.swift",
        "search/TKModeImageBuilder.swift",
        "search/TKNamedCoordinate+Attribution.swift",
        "search/TKNamedCoordinate+BuzzData.swift",
        "search/TKPeliasGeocoder.swift",
        "search/TKRegionAutocompleter.swift",
        "search/TKRouteAutocompleter.swift",
        "search/TKTripGoGeocoder.swift",
        "server/TKBuzzInfoProvider+Routes.swift",
        "server/TKBuzzInfoProvider.swift",
        "server/TKDeparturesProvider.swift",
        "server/TKError.swift",
        "server/TKLocationProvider.swift",
        "server/TKNamedCoordinate+TKRegion.swift",
        "server/TKQuickBookingHelper+Fake.swift",
        "server/TKQuickBookingHelper.swift",
        "server/TKRealTime.swift",
        "server/TKRealTimeFetcher.swift",
        "server/TKRegion.swift",
        "server/TKReporter.swift",
        "server/TKRouter.swift",
        "server/TKRoutingServer.swift",
        "server/TKServer+Image.swift",
        "server/TKServer+Regions.swift",
        "server/TKServer+UserAccount.swift",
        "server/TKServer.swift",
        "server/TKSettings+Config.swift",
        "server/TKSettings.swift",
        "server/TKTransportModes.swift",
        "server/TKTripFetcher.swift",
        "server/TKWaypointRouter.swift",
        "server/parsing/SegmentTemplate+Parsing.swift",
        "server/parsing/TKAPIToCoreDataConverter.swift",
        "server/parsing/TKRoutingParser+Populate.swift",
        "server/parsing/TKRoutingParser.swift",
        "sharing/TKShareHelper+Parsing.swift",
        "sharing/TKShareHelper.swift",
        "sharing/TKShareURLProvider.swift",
        "sharing/categories/StopLocation+Shareable.swift",
        "sharing/categories/StopVisits+Shareable.swift",
        "sharing/categories/TKSegment+Shareable.swift",
        "sharing/categories/Trip+Shareable.swift",
        "sharing/categories/TripRequest+Shareable.swift",
        "vendor/ASPolygonKit/CLLocationCoordinate2D+DecodePolylineString.swift",
        "vendor/ASPolygonKit/CLLocationCoordinate2D+EncodePolylineString.swift",
        "vendor/ASPolygonKit/Geometry.swift",
        "vendor/ASPolygonKit/MKPolygon+Union.swift",
        "vendor/ASPolygonKit/Polygon+GeoJSON.swift",
        "vendor/ASPolygonKit/Polygon.swift",
        "vendor/ASPolygonKit/QuickLookable.swift",
        "vendor/BetterCodable/DefaultCodable.swift",
        "vendor/BetterCodable/DefaultEmptyArray.swift",
        "vendor/BetterCodable/DefaultFalse.swift",
        "vendor/BetterCodable/DefaultLossyArray.swift",
        "vendor/BetterCodable/DefaultNil.swift",
        "vendor/BetterCodable/DefaultTrue.swift",
        "vendor/BetterCodable/ISO8601OrSecondsSince1970.swift",
        "vendor/BetterCodable/LossyArray.swift"
      ],
      "target_dependencies" : [
        "TripKitObjc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': ignoring target 'TripKitObjcTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/skedgo/GeoMonitor.git
Fetching https://github.com/onevcat/Kingfisher.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/skedgo/TGCardViewController.git
[1/5259] Fetching tgcardviewcontroller
[1316/5446] Fetching tgcardviewcontroller, geomonitor
[3134/36846] Fetching tgcardviewcontroller, geomonitor, kingfisher
[10785/89529] Fetching tgcardviewcontroller, geomonitor, kingfisher, rxswift
Fetched https://github.com/skedgo/GeoMonitor.git from cache (3.46s)
Fetched https://github.com/onevcat/Kingfisher.git from cache (3.60s)
Fetched https://github.com/skedgo/TGCardViewController.git from cache (5.53s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.71s)
Computing version for https://github.com/skedgo/GeoMonitor.git
Computed https://github.com/skedgo/GeoMonitor.git at 0.1.3 (6.31s)
Computing version for https://github.com/skedgo/TGCardViewController.git
Computed https://github.com/skedgo/TGCardViewController.git at 2.3.3 (2.10s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.77s)
Computing version for https://github.com/onevcat/Kingfisher.git
Computed https://github.com/onevcat/Kingfisher.git at 7.12.0 (1.05s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/onevcat/Kingfisher.git
Working copy of https://github.com/onevcat/Kingfisher.git resolved at 7.12.0
Creating working copy for https://github.com/skedgo/TGCardViewController.git
Working copy of https://github.com/skedgo/TGCardViewController.git resolved at 2.3.3
Creating working copy for https://github.com/skedgo/GeoMonitor.git
Working copy of https://github.com/skedgo/GeoMonitor.git resolved at 0.1.3
warning: 'spi-builder-workspace': ignoring target 'TripKitObjcTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/TripKitUI/vendor/RxCombine/LICENSE
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/NSString+Sizing.m:9:
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/NSString+Sizing.h:10:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKCrossPlatform.h:12:10: fatal error: 'TargetConditionals.h' file not found
   12 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/TKAutocompletionResult.m:10:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKAutocompletionResult.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/119] Compiling TripKitObjc TKAutocompletionResult.m
[0/119] Compiling TripKitObjc NSString+Sizing.m
[110/119] Compiling TripKitObjc TKConfig.m
[112/119] Compiling TripKitObjc TKServer.m
[113/119] Compiling TripKitObjc TKLocationManager.m
[113/119] Compiling TripKitObjc TKPermissionManager.m
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/NSUserDefaults+SharedDefaults.m:10:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/NSUserDefaults+SharedDefaults.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[113/119] Compiling TripKitObjc NSUserDefaults+SharedDefaults.m
[113/119] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
warning: 'spi-builder-workspace': ignoring target 'TripKitObjcTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/TripKitUI/vendor/RxCombine/LICENSE
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/119] Copying Info.plist
[0/119] Copying PrivacyInfo.xcprivacy
[0/119] Copying TGScrollExtendedCardView.xib
[0/119] Copying TGCardDefaultTitleView.xib
[0/119] Copying Localizable.strings
[0/119] Copying TKUITripCell.xib
[0/119] Copying TKUITimetableAccessoryView.xib
[0/119] Copying TKUITripTitleView.xib
[0/119] Copying TKUITripBoyView.xib
[0/119] Copying TKUIServiceTitleView.xib
[0/119] Copying TKUIServiceNumberCell.xib
[0/119] Copying TKUIServiceVisitCell.xib
[1/119] Copying TKUIServiceHeaderView.xib
[1/119] Copying TKUIServiceHeaderMiniView.xib
[2/119] Copying TKUISegmentStationaryDoubleCell.xib
[2/119] Copying TKUISegmentTitleView.xib
[3/119] Copying TKUISegmentStationaryCell.xib
[11/119] Copying TKUISegmentMovingCell.xib
[18/119] Copying TKUISegmentInstructionsView.xib
[18/119] Copying TKUISegmentImpossibleCell.xib
[18/119] Copying TKUISegmentDirectionCell.xib
[18/119] Copying TKUISegmentAlertCell.xib
[18/119] Copying TKUISectionedAlertViewController.xib
[18/119] Copying TKUISectionedAlertTableHeader.xib
[18/119] Copying TKUIRoutingSupportView.xib
[18/119] Copying TKUIResultsTitleView.xib
[19/119] Copying TKUIRoutingQueryInputTitleView.xib
[22/119] Copying TKUIProgressCell.xib
[22/119] Copying TKUIResultsAccessoryView.xib
[24/119] Copying TKUIPathFriendlinessView.xib
[26/119] Copying TKUINotificationView.xib
[31/119] Copying TKUIModePickerCell.xib
[31/119] Copying TKUILoadingAlertView.xib
[31/119] Copying TKUINearbyCell.xib
[31/119] Copying TKUIHomeCustomizerCell.xib
[31/119] Copying TKUIEmptyAlertView.xib
[31/119] Copying TKUIGroupedAlertCell.xib
[31/119] Copying TKUIDepartureCell.xib
[31/119] Copying TKUIAttributionTableViewController.xib
[31/119] Copying TKUIAttributionCell.xib
[31/119] Copying Info.plist
[31/119] Copying TKUIAlertCell.xib
[31/119] Copying Shared.strings
[31/119] Copying TripKit.strings
[33/119] Copying Shared.strings
[33/119] Copying TripKit.strings
[33/119] Copying Shared.strings
[33/119] Copying TripKit.strings
[33/119] Copying Shared.strings
[33/119] Copying TripKit.strings
[33/119] Copying Shared.strings
[33/119] Copying TripKit.strings
[33/119] Copying Shared.strings
[33/119] Copying TripKit.strings
[35/119] Copying Shared.strings
[42/119] Copying TripKit.strings
[42/119] Copying Shared.strings
[42/119] Copying TripKit.strings
[42/119] Copying Shared.strings
[43/119] Copying TripKit.strings
[57/119] Copying Shared.strings
[62/119] Copying TripKit.strings
[69/119] Copying Shared.strings
[69/119] Copying TripKit.strings
[69/119] Copying Shared.strings
[69/119] Copying TripKit.strings
[69/119] Copying Shared.strings
[69/119] Copying TripKit.strings
[69/119] Copying Shared.strings
[69/119] Copying Info.plist
[69/119] Copying Shared.strings
[69/119] Write sources
[69/119] Copying Shared.strings
[69/119] Copying TripKitModel.xcdatamodeld
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/TKStyleManager.m:12:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKConfig.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/Sources/TripKitObjc/UIFont+CustomFonts.m:9:9: fatal error: 'TargetConditionals.h' file not found
    9 | #import "TargetConditionals.h"
      |         ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[81/119] Compiling TripKitObjc TKStyleManager.m
[81/119] Compiling TripKitObjc UIFont+CustomFonts.m
[81/119] Compiling TripKitObjc TKServer.m
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/TKTripKit.m:10:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:9:1: error: use of '@import' when modules are disabled
    9 | @import CoreData;
      | ^
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:11:1: error: unknown type name 'NS_ASSUME_NONNULL_BEGIN'
   11 | NS_ASSUME_NONNULL_BEGIN
      | ^
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:13:18: error: expected ';' after top level declarator
   13 | FOUNDATION_EXPORT NSString *const TKTripKitDidResetNotification;
      |                  ^
      |                  ;
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:15:24: error: cannot find interface declaration for 'NSObject', superclass of 'TKTripKit'
   15 | @interface TKTripKit : NSObject
      | ~~~~~~~~~~~~~~~~~~~~   ^
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:17:48: error: unknown type name 'NSPersistentStoreCoordinator'
   17 | @property (nonatomic, strong, null_resettable) NSPersistentStoreCoordinator  *persistentStoreCoordinator;
      |                                                ^
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTripKit.h:17:1: error: property with 'retain (or strong)' attribute must be of object type
   17 | @property (nonatomic, strong, null_resettable) NSPersistentStoreCoordinator  *persistentStoreCoordinator;
      | ^
[81/119] Compiling TripKitObjc TKTripKit.m
[81/119] Compiling TripKitObjc TKSettings.m
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/TKTransportModes.m:10:
In file included from /host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKTransportModes.h:9:
/host/spi-builder-workspace/Sources/TripKitObjc/include/TripKitObjc/TKCrossPlatform.h:12:10: fatal error: 'TargetConditionals.h' file not found
   12 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[81/119] Compiling TripKitObjc TKTransportModes.m
[81/119] Compiling TripKitObjc TKStyleManager+UIKit.m
[81/119] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm