Build Information
Failed to build RosSwift, reference master (dcc3ab), with Swift 6.1 for Android on 4 Oct 2025 08:56:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tgu/rosswift.git
Reference: master
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/tgu/rosswift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dcc3ab8 Fix Sendable warnings in Swift 6
Cloned https://github.com/tgu/rosswift.git
Revision (git rev-parse @):
dcc3ab8bd9321e3cc29dffc89469b032ee73aa4e
SUCCESS checkout https://github.com/tgu/rosswift.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tgu/rosswift.git
https://github.com/tgu/rosswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.41.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tgu/BinaryCoder.git"
},
{
"identity" : "heliumlogger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/HeliumLogger.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "RosSwift",
"name" : "RosSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RosSwift",
"targets" : [
"RosSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "msgs",
"targets" : [
"msgs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StdMsgs",
"targets" : [
"StdMsgs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RosTime",
"targets" : [
"RosTime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "publisher",
"targets" : [
"publisher"
],
"type" : {
"executable" : null
}
},
{
"name" : "listener",
"targets" : [
"listener"
],
"type" : {
"executable" : null
}
},
{
"name" : "msgbuilder",
"targets" : [
"msgbuilder"
],
"type" : {
"executable" : null
}
},
{
"name" : "roscore",
"targets" : [
"roscore"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "rpcobject",
"module_type" : "SwiftTarget",
"name" : "rpcobject",
"path" : "Sources/rpcobject",
"product_memberships" : [
"RosSwift",
"publisher",
"listener",
"roscore"
],
"sources" : [
"XmlRpcUtil.swift",
"XmlRpcValue.swift"
],
"type" : "library"
},
{
"c99name" : "rpcclient",
"module_type" : "SwiftTarget",
"name" : "rpcclient",
"path" : "Sources/rpcclient",
"product_dependencies" : [
"NIO",
"Atomics",
"Logging"
],
"product_memberships" : [
"roscore"
],
"sources" : [
"nioMaster.swift"
],
"target_dependencies" : [
"rpcobject"
],
"type" : "library"
},
{
"c99name" : "rosswiftTests",
"module_type" : "SwiftTarget",
"name" : "rosswiftTests",
"path" : "Tests/rosswiftTests",
"product_dependencies" : [
"BinaryCoder",
"Atomics"
],
"sources" : [
"CallbackQueueTests.swift",
"DecoderTest.swift",
"NameRemappingWithNamespace.swift",
"SubscriptionQueueTests.swift",
"TimerTest.swift",
"XCTestManifests.swift",
"XmlRpcValueTest.swift",
"connectionTests.swift",
"paramTests.swift",
"rosswiftTests.swift",
"serializationTests.swift",
"serviceTests.swift"
],
"target_dependencies" : [
"RosSwift",
"rpcobject",
"rosmaster",
"RosNetwork"
],
"type" : "test"
},
{
"c99name" : "rosmasterTests",
"module_type" : "SwiftTarget",
"name" : "rosmasterTests",
"path" : "Tests/rosmasterTests",
"sources" : [
"XCTestManifests.swift",
"rosmasterTests.swift"
],
"target_dependencies" : [
"roscore"
],
"type" : "test"
},
{
"c99name" : "rosmaster",
"module_type" : "SwiftTarget",
"name" : "rosmaster",
"path" : "Sources/rosmaster",
"product_dependencies" : [
"NIOHTTP1",
"Logging"
],
"product_memberships" : [
"roscore"
],
"sources" : [
"HTTPServer.swift",
"MultiMap.swift",
"ParameterServer.swift",
"Radix.swift",
"Registrations.swift",
"TerminalStyle.swift",
"master.swift",
"masterAPI.swift",
"names.swift"
],
"target_dependencies" : [
"rpcclient"
],
"type" : "library"
},
{
"c99name" : "roscore",
"module_type" : "SwiftTarget",
"name" : "roscore",
"path" : "Sources/roscore",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"roscore"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"rosmaster",
"RosNetwork"
],
"type" : "executable"
},
{
"c99name" : "publisher",
"module_type" : "SwiftTarget",
"name" : "publisher",
"path" : "Sources/publisher",
"product_memberships" : [
"publisher"
],
"sources" : [
"custom_msgs/AddTwoIntsSrv.swift",
"main.swift"
],
"target_dependencies" : [
"RosSwift"
],
"type" : "executable"
},
{
"c99name" : "msgs",
"module_type" : "SwiftTarget",
"name" : "msgs",
"path" : "Sources/msgs",
"product_memberships" : [
"RosSwift",
"msgs",
"publisher",
"listener",
"msgbuilder"
],
"sources" : [
"actionlib_msgs/GoalIDMsg.swift",
"actionlib_msgs/GoalStatusArrayMsg.swift",
"actionlib_msgs/GoalStatusMsg.swift",
"actionlib_msgs/actionlib_msgs.swift",
"control_msgs/GripperCommandMsg.swift",
"control_msgs/JointControllerStateMsg.swift",
"control_msgs/JointJogMsg.swift",
"control_msgs/JointToleranceMsg.swift",
"control_msgs/JointTrajectoryControllerStateMsg.swift",
"control_msgs/PidStateMsg.swift",
"control_msgs/QueryCalibrationStateSrv.swift",
"control_msgs/QueryTrajectoryStateSrv.swift",
"control_msgs/control_msgs.swift",
"diagnostic_msgs/AddDiagnosticsSrv.swift",
"diagnostic_msgs/DiagnosticArrayMsg.swift",
"diagnostic_msgs/DiagnosticStatusMsg.swift",
"diagnostic_msgs/KeyValueMsg.swift",
"diagnostic_msgs/SelfTestSrv.swift",
"diagnostic_msgs/diagnostic_msgs.swift",
"gazebo_msgs/ApplyBodyWrenchSrv.swift",
"gazebo_msgs/ApplyJointEffortSrv.swift",
"gazebo_msgs/BodyRequestSrv.swift",
"gazebo_msgs/ContactStateMsg.swift",
"gazebo_msgs/ContactsStateMsg.swift",
"gazebo_msgs/DeleteLightSrv.swift",
"gazebo_msgs/DeleteModelSrv.swift",
"gazebo_msgs/GetJointPropertiesSrv.swift",
"gazebo_msgs/GetLightPropertiesSrv.swift",
"gazebo_msgs/GetLinkPropertiesSrv.swift",
"gazebo_msgs/GetLinkStateSrv.swift",
"gazebo_msgs/GetModelPropertiesSrv.swift",
"gazebo_msgs/GetModelStateSrv.swift",
"gazebo_msgs/GetPhysicsPropertiesSrv.swift",
"gazebo_msgs/GetWorldPropertiesSrv.swift",
"gazebo_msgs/JointRequestSrv.swift",
"gazebo_msgs/LinkStateMsg.swift",
"gazebo_msgs/LinkStatesMsg.swift",
"gazebo_msgs/ModelStateMsg.swift",
"gazebo_msgs/ModelStatesMsg.swift",
"gazebo_msgs/ODEJointPropertiesMsg.swift",
"gazebo_msgs/ODEPhysicsMsg.swift",
"gazebo_msgs/SetJointPropertiesSrv.swift",
"gazebo_msgs/SetJointTrajectorySrv.swift",
"gazebo_msgs/SetLightPropertiesSrv.swift",
"gazebo_msgs/SetLinkPropertiesSrv.swift",
"gazebo_msgs/SetLinkStateSrv.swift",
"gazebo_msgs/SetModelConfigurationSrv.swift",
"gazebo_msgs/SetModelStateSrv.swift",
"gazebo_msgs/SetPhysicsPropertiesSrv.swift",
"gazebo_msgs/SpawnModelSrv.swift",
"gazebo_msgs/WorldStateMsg.swift",
"gazebo_msgs/gazebo_msgs.swift",
"geographic_msgs/BoundingBoxMsg.swift",
"geographic_msgs/GeoKeyValueMsg.swift",
"geographic_msgs/GeoPathMsg.swift",
"geographic_msgs/GeoPointMsg.swift",
"geographic_msgs/GeoPointStampedMsg.swift",
"geographic_msgs/GeoPoseMsg.swift",
"geographic_msgs/GeoPoseStampedMsg.swift",
"geographic_msgs/GeographicMapChangesMsg.swift",
"geographic_msgs/GeographicMapMsg.swift",
"geographic_msgs/GetGeoPathSrv.swift",
"geographic_msgs/GetGeographicMapSrv.swift",
"geographic_msgs/GetRoutePlanSrv.swift",
"geographic_msgs/MapFeatureMsg.swift",
"geographic_msgs/RouteNetworkMsg.swift",
"geographic_msgs/RoutePathMsg.swift",
"geographic_msgs/RouteSegmentMsg.swift",
"geographic_msgs/UpdateGeographicMapSrv.swift",
"geographic_msgs/WayPointMsg.swift",
"geographic_msgs/geographic_msgs.swift",
"geometry_msgs/AccelMsg.swift",
"geometry_msgs/AccelStampedMsg.swift",
"geometry_msgs/AccelWithCovarianceMsg.swift",
"geometry_msgs/AccelWithCovarianceStampedMsg.swift",
"geometry_msgs/InertiaMsg.swift",
"geometry_msgs/InertiaStampedMsg.swift",
"geometry_msgs/Point32Msg.swift",
"geometry_msgs/PointMsg.swift",
"geometry_msgs/PointStampedMsg.swift",
"geometry_msgs/PolygonMsg.swift",
"geometry_msgs/PolygonStampedMsg.swift",
"geometry_msgs/Pose2DMsg.swift",
"geometry_msgs/PoseArrayMsg.swift",
"geometry_msgs/PoseMsg.swift",
"geometry_msgs/PoseStampedMsg.swift",
"geometry_msgs/PoseWithCovarianceMsg.swift",
"geometry_msgs/PoseWithCovarianceStampedMsg.swift",
"geometry_msgs/QuaternionMsg.swift",
"geometry_msgs/QuaternionStampedMsg.swift",
"geometry_msgs/TransformMsg.swift",
"geometry_msgs/TransformStampedMsg.swift",
"geometry_msgs/TwistMsg.swift",
"geometry_msgs/TwistStampedMsg.swift",
"geometry_msgs/TwistWithCovarianceMsg.swift",
"geometry_msgs/TwistWithCovarianceStampedMsg.swift",
"geometry_msgs/Vector3Msg.swift",
"geometry_msgs/Vector3StampedMsg.swift",
"geometry_msgs/WrenchMsg.swift",
"geometry_msgs/WrenchStampedMsg.swift",
"geometry_msgs/geometry_msgs.swift",
"map_msgs/GetMapROISrv.swift",
"map_msgs/GetPointMapROISrv.swift",
"map_msgs/GetPointMapSrv.swift",
"map_msgs/OccupancyGridUpdateMsg.swift",
"map_msgs/PointCloud2UpdateMsg.swift",
"map_msgs/ProjectedMapInfoMsg.swift",
"map_msgs/ProjectedMapMsg.swift",
"map_msgs/SetMapProjectionsSrv.swift",
"map_msgs/map_msgs.swift",
"nav_msgs/GetMapActionFeedbackMsg.swift",
"nav_msgs/GetMapActionGoalMsg.swift",
"nav_msgs/GetMapActionMsg.swift",
"nav_msgs/GetMapActionResultMsg.swift",
"nav_msgs/GetMapFeedbackMsg.swift",
"nav_msgs/GetMapGoalMsg.swift",
"nav_msgs/GetMapResultMsg.swift",
"nav_msgs/GetMapSrv.swift",
"nav_msgs/GetPlanSrv.swift",
"nav_msgs/GridCellsMsg.swift",
"nav_msgs/MapMetaDataMsg.swift",
"nav_msgs/OccupancyGridMsg.swift",
"nav_msgs/OdometryMsg.swift",
"nav_msgs/PathMsg.swift",
"nav_msgs/SetMapSrv.swift",
"nav_msgs/nav_msgs.swift",
"pcl_msgs/ModelCoefficientsMsg.swift",
"pcl_msgs/PointIndicesMsg.swift",
"pcl_msgs/PolygonMeshMsg.swift",
"pcl_msgs/VerticesMsg.swift",
"pcl_msgs/pcl_msgs.swift",
"rosgraph_msgs/ClockMsg.swift",
"rosgraph_msgs/LogMsg.swift",
"rosgraph_msgs/TopicStatisticsMsg.swift",
"rosgraph_msgs/rosgraph_msgs.swift",
"sensor_msgs/BatteryStateMsg.swift",
"sensor_msgs/CameraInfoMsg.swift",
"sensor_msgs/ChannelFloat32Msg.swift",
"sensor_msgs/CompressedImageMsg.swift",
"sensor_msgs/FluidPressureMsg.swift",
"sensor_msgs/IlluminanceMsg.swift",
"sensor_msgs/ImageMsg.swift",
"sensor_msgs/ImuMsg.swift",
"sensor_msgs/JointStateMsg.swift",
"sensor_msgs/JoyFeedbackArrayMsg.swift",
"sensor_msgs/JoyFeedbackMsg.swift",
"sensor_msgs/JoyMsg.swift",
"sensor_msgs/LaserEchoMsg.swift",
"sensor_msgs/LaserScanMsg.swift",
"sensor_msgs/MagneticFieldMsg.swift",
"sensor_msgs/MultiDOFJointStateMsg.swift",
"sensor_msgs/MultiEchoLaserScanMsg.swift",
"sensor_msgs/NavSatFixMsg.swift",
"sensor_msgs/NavSatStatusMsg.swift",
"sensor_msgs/PointCloud2Msg.swift",
"sensor_msgs/PointCloudMsg.swift",
"sensor_msgs/PointFieldMsg.swift",
"sensor_msgs/RangeMsg.swift",
"sensor_msgs/RegionOfInterestMsg.swift",
"sensor_msgs/RelativeHumidityMsg.swift",
"sensor_msgs/SetCameraInfoSrv.swift",
"sensor_msgs/TemperatureMsg.swift",
"sensor_msgs/TimeReferenceMsg.swift",
"sensor_msgs/sensor_msgs.swift",
"shape_msgs/MeshMsg.swift",
"shape_msgs/MeshTriangleMsg.swift",
"shape_msgs/PlaneMsg.swift",
"shape_msgs/SolidPrimitiveMsg.swift",
"shape_msgs/shape_msgs.swift",
"std_srvs/EmptySrv.swift",
"std_srvs/SetBoolSrv.swift",
"std_srvs/TriggerSrv.swift",
"std_srvs/std_srvs.swift",
"stereo_msgs/DisparityImageMsg.swift",
"stereo_msgs/stereo_msgs.swift",
"trajectory_msgs/JointTrajectoryMsg.swift",
"trajectory_msgs/JointTrajectoryPointMsg.swift",
"trajectory_msgs/MultiDOFJointTrajectoryMsg.swift",
"trajectory_msgs/MultiDOFJointTrajectoryPointMsg.swift",
"trajectory_msgs/trajectory_msgs.swift",
"uuid_msgs/UniqueIDMsg.swift",
"uuid_msgs/uuid_msgs.swift",
"visualization_msgs/ImageMarkerMsg.swift",
"visualization_msgs/InteractiveMarkerControlMsg.swift",
"visualization_msgs/InteractiveMarkerFeedbackMsg.swift",
"visualization_msgs/InteractiveMarkerInitMsg.swift",
"visualization_msgs/InteractiveMarkerMsg.swift",
"visualization_msgs/InteractiveMarkerPoseMsg.swift",
"visualization_msgs/InteractiveMarkerUpdateMsg.swift",
"visualization_msgs/MarkerArrayMsg.swift",
"visualization_msgs/MarkerMsg.swift",
"visualization_msgs/MenuEntryMsg.swift",
"visualization_msgs/visualization_msgs.swift"
],
"target_dependencies" : [
"StdMsgs",
"RosTime"
],
"type" : "library"
},
{
"c99name" : "msgbuilderLib",
"module_type" : "SwiftTarget",
"name" : "msgbuilderLib",
"path" : "Sources/msgbuilderLib",
"product_memberships" : [
"msgbuilder"
],
"sources" : [
"generateMessage.swift",
"generateStdMsg.swift",
"md5.swift",
"md5Swift.swift",
"msg_loader.swift",
"msgs.swift",
"names.swift",
"shell.swift",
"srvs.swift"
],
"target_dependencies" : [
"StdMsgs",
"msgs"
],
"type" : "library"
},
{
"c99name" : "msgbuilder",
"module_type" : "SwiftTarget",
"name" : "msgbuilder",
"path" : "Sources/msgbuilder",
"product_memberships" : [
"msgbuilder"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"StdMsgs",
"msgbuilderLib"
],
"type" : "executable"
},
{
"c99name" : "msgBuilderTests",
"module_type" : "SwiftTarget",
"name" : "msgBuilderTests",
"path" : "Tests/msgBuilderTests",
"sources" : [
"XCTestManifests.swift",
"genTest.swift"
],
"target_dependencies" : [
"msgbuilderLib"
],
"type" : "test"
},
{
"c99name" : "listener",
"module_type" : "SwiftTarget",
"name" : "listener",
"path" : "Sources/listener",
"product_memberships" : [
"listener"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"RosSwift"
],
"type" : "executable"
},
{
"c99name" : "StdMsgs",
"module_type" : "SwiftTarget",
"name" : "StdMsgs",
"path" : "Sources/StdMsgs",
"product_memberships" : [
"RosSwift",
"msgs",
"StdMsgs",
"publisher",
"listener",
"msgbuilder"
],
"sources" : [
"ByteMultiArrayMsg.swift",
"ColorRGBAMsg.swift",
"Float32MultiArrayMsg.swift",
"Float64MultiArrayMsg.swift",
"HeaderMsg.swift",
"Int16MultiArrayMsg.swift",
"Int32MultiArrayMsg.swift",
"Int64MultiArrayMsg.swift",
"Int8MultiArrayMsg.swift",
"Message.swift",
"MultiArrayDimensionMsg.swift",
"MultiArrayLayoutMsg.swift",
"UInt16MultiArrayMsg.swift",
"UInt32MultiArrayMsg.swift",
"UInt64MultiArrayMsg.swift",
"UInt8MultiArrayMsg.swift",
"boolMsg.swift",
"byteMsg.swift",
"charMsg.swift",
"durationMsg.swift",
"emptyMsg.swift",
"float32Msg.swift",
"float64Msg.swift",
"int16Msg.swift",
"int32Msg.swift",
"int64Msg.swift",
"int8Msg.swift",
"std_msgs.swift",
"stringMsg.swift",
"timeMsg.swift",
"uint16Msg.swift",
"uint32Msg.swift",
"uint64Msg.swift",
"uint8Msg.swift"
],
"target_dependencies" : [
"RosTime"
],
"type" : "library"
},
{
"c99name" : "RosTime",
"module_type" : "SwiftTarget",
"name" : "RosTime",
"path" : "Sources/RosTime",
"product_dependencies" : [
"BinaryCoder",
"Atomics"
],
"product_memberships" : [
"RosSwift",
"msgs",
"StdMsgs",
"RosTime",
"publisher",
"listener",
"msgbuilder"
],
"sources" : [
"Duration.swift",
"DurationBase.swift",
"Rate.swift",
"SteadyTime.swift",
"Time.swift",
"TimeBase.swift",
"WallTime.swift"
],
"type" : "library"
},
{
"c99name" : "RosSwift",
"module_type" : "SwiftTarget",
"name" : "RosSwift",
"path" : "Sources/rosswift",
"product_dependencies" : [
"BinaryCoder",
"NIO",
"NIOHTTP1",
"NIOExtras",
"HeliumLogger",
"DequeModule"
],
"product_memberships" : [
"RosSwift",
"publisher",
"listener"
],
"sources" : [
"AdvertiseOptions.swift",
"AdvertiseServiceOptions.swift",
"AsyncAwaitSupport.swift",
"CallBackQueue.swift",
"CallbackInterface.swift",
"Header.swift",
"IntraProcessPublisherLink.swift",
"IntraProcessSubscriberLink.swift",
"MessageDeserializer.swift",
"MessageEvent.swift",
"NodeHandle.swift",
"Publication.swift",
"Publisher.swift",
"PublisherLink.swift",
"SerializedMessage.swift",
"Service+Extension.swift",
"Service/Service.swift",
"Service/ServiceClient.swift",
"Service/ServiceClientLink.swift",
"Service/ServiceManager.swift",
"Service/ServiceMessage.swift",
"Service/ServicePublication.swift",
"Service/ServiceServer.swift",
"Service/ServiceServerLink.swift",
"Spinner.swift",
"SpinnerMonitor.swift",
"SteadyTimer.swift",
"Subscription/SingleSubscriberPublisher.swift",
"Subscription/SubscribeOptions.swift",
"Subscription/Subscriber.swift",
"Subscription/SubscriberCallbacks.swift",
"Subscription/SubscriberLink.swift",
"Subscription/Subscription.swift",
"Subscription/SubscriptionCallbackHelper.swift",
"SubscriptionQueue.swift",
"SynchronizedArray.swift",
"Timer.swift",
"TimerEvent.swift",
"TimerManager.swift",
"TopicManager.swift",
"TransportHints.swift",
"TransportPublisherLink.swift",
"TransportSubscriberLink.swift",
"WallTimer.swift",
"XmlRpcServerMethod.swift",
"filelog.swift",
"logger.swift",
"names.swift",
"nio/Connection.swift",
"nio/ConnectionManager.swift",
"nio/Master.swift",
"nio/RosMasterBrowser.swift",
"nio/TransportTCP.swift",
"nio/XMLRPCManager.swift",
"nio/XMLRpcServer.swift",
"nio/inboundConnection.swift",
"param.swift",
"rosconsole.swift",
"rosout_appender.swift",
"rosswift.swift",
"thisNode.swift"
],
"target_dependencies" : [
"StdMsgs",
"msgs",
"RosTime",
"RosNetwork",
"rpcobject"
],
"type" : "library"
},
{
"c99name" : "RosNetwork",
"module_type" : "SwiftTarget",
"name" : "RosNetwork",
"path" : "Sources/RosNetwork",
"product_dependencies" : [
"Logging",
"NIOCore"
],
"product_memberships" : [
"RosSwift",
"publisher",
"listener",
"roscore"
],
"sources" : [
"Version.swift",
"network.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetching https://github.com/apple/swift-atomics.git
[1/1267] Fetching heliumlogger
[470/3081] Fetching heliumlogger, swift-atomics
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/tgu/BinaryCoder.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.77s)
[1/6170] Fetching swift-nio-extras
[125/10080] Fetching swift-nio-extras, swift-log
[9094/28221] Fetching swift-nio-extras, swift-log, swift-collections
[10437/28389] Fetching swift-nio-extras, swift-log, swift-collections, binarycoder
Fetched https://github.com/tgu/BinaryCoder.git from cache (0.32s)
[11169/28221] Fetching swift-nio-extras, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.70s)
[4354/18141] Fetching swift-collections
[8165/97056] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
[37880/78915] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.70s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (8.45s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.32s)
Computing version for https://github.com/tgu/BinaryCoder.git
Computed https://github.com/tgu/BinaryCoder.git at 1.1.0 (3.08s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.57s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
[1153/4150] Fetching swift-asn1, swift-service-lifecycle
[2749/9646] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms
[6240/16238] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
[7353/14593] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
[7530/20579] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
[14062/18074] Fetching swift-async-algorithms, swift-certificates, swift-algorithms
[14937/33198] Fetching swift-async-algorithms, swift-certificates, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[19890/34388] Fetching swift-async-algorithms, swift-certificates, swift-algorithms, swift-nio-ssl, swift-http-structured-headers
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio-http2.git
[15396/28402] Fetching swift-async-algorithms, swift-certificates, swift-nio-ssl, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
[14811/27212] Fetching swift-async-algorithms, swift-certificates, swift-nio-ssl
[14963/28151] Fetching swift-async-algorithms, swift-certificates, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[16172/27212] Fetching swift-async-algorithms, swift-certificates, swift-nio-ssl
[19047/38912] Fetching swift-async-algorithms, swift-certificates, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.43s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.11s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.11s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.14s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.94s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.04s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (1.47s)
Fetching https://github.com/apple/swift-crypto.git
[1/17184] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (3.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (4.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.77s)
Fetching https://github.com/apple/swift-system.git
[1/5038] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (2.72s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/IBM-Swift/HeliumLogger.git
Working copy of https://github.com/IBM-Swift/HeliumLogger.git resolved at 1.9.200
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.3.0
Creating working copy for https://github.com/tgu/BinaryCoder.git
Working copy of https://github.com/tgu/BinaryCoder.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Building for debugging...
[0/80] Write sources
[27/80] Compiling CNIOWindows shim.c
[28/80] Compiling CNIOPosix event_loop_id.c
[29/80] Compiling CNIOWindows WSAStartup.c
[30/80] Compiling CNIOWASI CNIOWASI.c
[30/80] Compiling _AtomicsShims.c
[32/80] Compiling CNIOLinux liburing_shims.c
[33/80] Compiling CNIOLLHTTP c_nio_http.c
[33/80] Write sources
[36/80] Compiling CNIODarwin shim.c
[37/80] Compiling CNIOLinux shim.c
[38/80] Compiling CNIOLLHTTP c_nio_api.c
[39/80] Write swift-version-24593BA9C3E375BF.txt
[40/80] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/115] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/117] Emitting module Logging
[44/117] Compiling _NIODataStructures PriorityQueue.swift
[45/117] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/117] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/117] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/117] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/117] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/117] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/117] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/117] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/117] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/117] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/117] Compiling _NIODataStructures _TinyArray.swift
[56/117] Emitting module _NIOBase64
[57/117] Compiling _NIOBase64 Base64.swift
[58/118] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/118] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/118] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/118] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/118] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/118] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/118] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/119] Emitting module _NIODataStructures
[66/119] Compiling _NIODataStructures Heap.swift
[69/120] Compiling c-nioatomics.c
[71/120] Emitting module BinaryCoder
[71/138] Compiling c-atomics.c
[73/138] Compiling Atomics UnsafeAtomic.swift
[74/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/146] Compiling BinaryCoder BinaryEncoder.swift
[76/146] Compiling Atomics AtomicStorage.swift
[77/146] Compiling Atomics AtomicValue.swift
[77/146] Wrapping AST for _NIOBase64 for debugging
[78/146] Wrapping AST for InternalCollectionsUtilities for debugging
[79/146] Wrapping AST for _NIODataStructures for debugging
[81/146] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/146] Compiling Atomics AtomicMemoryOrderings.swift
[83/146] Compiling Atomics DoubleWord.swift
[84/146] Compiling Atomics ManagedAtomic.swift
[85/146] Compiling Atomics ManagedAtomicLazyReference.swift
[86/161] Compiling DequeModule Deque+Testing.swift
[87/161] Compiling DequeModule Deque._Storage.swift
[88/161] Compiling DequeModule Deque._UnsafeHandle.swift
[89/161] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/161] Compiling Atomics IntegerOperations.swift
[91/161] Compiling Atomics Unmanaged extensions.swift
[92/161] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/161] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/163] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/163] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/163] Emitting module NIOConcurrencyHelpers
[97/163] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/163] Compiling NIOConcurrencyHelpers lock.swift
[99/163] Compiling NIOConcurrencyHelpers atomics.swift
[101/164] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/164] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/164] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/164] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/164] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/164] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/164] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/164] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/164] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/164] Compiling Logging MetadataProvider.swift
[113/164] Wrapping AST for NIOConcurrencyHelpers for debugging
[115/164] Compiling Logging Locks.swift
[116/164] Compiling Logging Logging.swift
[117/164] Compiling Logging LogHandler.swift
[118/165] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/166] Wrapping AST for Logging for debugging
[121/166] Wrapping AST for DequeModule for debugging
[123/168] Compiling rpcobject XmlRpcValue.swift
[124/168] Emitting module rpcobject
[125/168] Compiling rpcobject XmlRpcUtil.swift
[132/169] Emitting module Atomics
[134/170] Compiling BinaryCoder BinaryCodable.swift
[135/170] Compiling BinaryCoder BinaryDecoder.swift
[136/170] Compiling BinaryCoder BinaryCodableExtensions.swift
[138/171] Emitting module LoggerAPI
[139/171] Compiling LoggerAPI Logger.swift
[139/172] Wrapping AST for rpcobject for debugging
[141/172] Wrapping AST for Atomics for debugging
[143/172] Wrapping AST for BinaryCoder for debugging
[144/172] Wrapping AST for LoggerAPI for debugging
[146/245] Emitting module HeliumLogger
[147/245] Compiling HeliumLogger HeliumStreamLogger.swift
[148/245] Emitting module RosTime
/host/spi-builder-workspace/Sources/RosTime/Time.swift:24:23: warning: static property 'simTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 | public static let gStopped = ManagedAtomic(false)
23 | public static let gInitialized = ManagedAtomic(false)
24 | public static var simTime = Time()
| |- warning: static property 'simTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'simTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'simTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
/host/spi-builder-workspace/Sources/RosTime/Time.swift:26:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
15 | /// `TimeBase` provides most of its functionality.
16 |
17 | public struct Time: TimeBase {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
18 |
19 | public let nanoseconds: UInt64
:
24 | public static var simTime = Time()
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
| |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | public static let min = Time(nanosec: 1)
28 |
/host/spi-builder-workspace/Sources/RosTime/Time.swift:27:23: warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
15 | /// `TimeBase` provides most of its functionality.
16 |
17 | public struct Time: TimeBase {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
18 |
19 | public let nanoseconds: UInt64
:
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
27 | public static let min = Time(nanosec: 1)
| |- warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'min' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | public init(nanosec: UInt64) {
[149/245] Compiling HeliumLogger HeliumLogHandler.swift
[150/245] Compiling HeliumLogger HeliumLogger.swift
[151/246] Compiling RosTime WallTime.swift
[152/246] Compiling RosTime TimeBase.swift
[154/246] Compiling RosTime SteadyTime.swift
[155/246] Compiling RosTime Rate.swift
[156/246] Compiling RosTime Time.swift
/host/spi-builder-workspace/Sources/RosTime/Time.swift:24:23: warning: static property 'simTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 | public static let gStopped = ManagedAtomic(false)
23 | public static let gInitialized = ManagedAtomic(false)
24 | public static var simTime = Time()
| |- warning: static property 'simTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'simTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'simTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
/host/spi-builder-workspace/Sources/RosTime/Time.swift:26:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
15 | /// `TimeBase` provides most of its functionality.
16 |
17 | public struct Time: TimeBase {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
18 |
19 | public let nanoseconds: UInt64
:
24 | public static var simTime = Time()
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
| |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | public static let min = Time(nanosec: 1)
28 |
/host/spi-builder-workspace/Sources/RosTime/Time.swift:27:23: warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
15 | /// `TimeBase` provides most of its functionality.
16 |
17 | public struct Time: TimeBase {
| `- note: consider making struct 'Time' conform to the 'Sendable' protocol
18 |
19 | public let nanoseconds: UInt64
:
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
26 | public static let max = Time(nanosec: UInt64.max)
27 | public static let min = Time(nanosec: 1)
| |- warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Time' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'min' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | public init(nanosec: UInt64) {
[157/246] Compiling RosTime DurationBase.swift
[158/246] Compiling RosTime Duration.swift
[158/247] Wrapping AST for HeliumLogger for debugging
[161/247] Compiling NIOCore NIOAny.swift
[162/247] Compiling NIOCore NIOCloseOnErrorHandler.swift
[163/247] Compiling NIOCore NIOCoreSendableMetatype.swift
[164/247] Compiling NIOCore NIOLoopBound.swift
[165/247] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[166/247] Compiling NIOCore NIOScheduledCallback.swift
[167/247] Compiling NIOCore NIOSendable.swift
[168/247] Compiling NIOCore RecvByteBufferAllocator.swift
[168/255] Wrapping AST for RosTime for debugging
[170/286] Compiling NIOCore IOData.swift
[171/286] Compiling NIOCore IPProtocol.swift
[172/286] Compiling NIOCore IntegerBitPacking.swift
[173/286] Compiling NIOCore IntegerTypes.swift
[174/286] Compiling NIOCore Interfaces.swift
[175/286] Compiling NIOCore Linux.swift
[176/286] Compiling NIOCore MarkedCircularBuffer.swift
[177/286] Compiling NIOCore MulticastChannel.swift
[178/286] Compiling StdMsgs int8Msg.swift
[179/286] Compiling StdMsgs std_msgs.swift
[180/286] Compiling StdMsgs stringMsg.swift
[181/286] Compiling StdMsgs timeMsg.swift
[182/290] Compiling StdMsgs charMsg.swift
[183/290] Compiling StdMsgs durationMsg.swift
[184/290] Compiling StdMsgs emptyMsg.swift
[185/290] Compiling StdMsgs float32Msg.swift
[186/290] Compiling StdMsgs float64Msg.swift
[187/290] Compiling StdMsgs int16Msg.swift
[188/290] Compiling StdMsgs int32Msg.swift
[189/290] Compiling StdMsgs int64Msg.swift
[190/290] Compiling StdMsgs MultiArrayDimensionMsg.swift
[191/290] Compiling StdMsgs MultiArrayLayoutMsg.swift
[192/290] Compiling StdMsgs UInt16MultiArrayMsg.swift
[193/290] Compiling StdMsgs UInt32MultiArrayMsg.swift
[194/290] Compiling StdMsgs UInt64MultiArrayMsg.swift
[195/290] Compiling StdMsgs UInt8MultiArrayMsg.swift
[196/290] Compiling StdMsgs boolMsg.swift
[197/290] Compiling StdMsgs byteMsg.swift
[198/290] Compiling StdMsgs ByteMultiArrayMsg.swift
[199/290] Compiling StdMsgs ColorRGBAMsg.swift
[200/290] Compiling StdMsgs Float32MultiArrayMsg.swift
[201/290] Compiling StdMsgs Float64MultiArrayMsg.swift
[202/290] Compiling StdMsgs HeaderMsg.swift
[203/290] Emitting module StdMsgs
[204/290] Compiling StdMsgs uint16Msg.swift
[205/290] Compiling StdMsgs uint32Msg.swift
[206/290] Compiling StdMsgs uint64Msg.swift
[207/290] Compiling StdMsgs uint8Msg.swift
[208/290] Compiling NIOCore EventLoopFuture+Deprecated.swift
[209/290] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[210/290] Compiling NIOCore EventLoopFuture.swift
[211/290] Compiling NIOCore FileDescriptor.swift
[212/290] Compiling NIOCore FileHandle.swift
[213/290] Compiling NIOCore FileRegion.swift
[214/290] Compiling NIOCore GlobalSingletons.swift
[215/290] Compiling NIOCore IO.swift
[216/290] Compiling StdMsgs Int16MultiArrayMsg.swift
[217/290] Compiling StdMsgs Int32MultiArrayMsg.swift
[218/290] Compiling StdMsgs Int64MultiArrayMsg.swift
[219/290] Compiling StdMsgs Int8MultiArrayMsg.swift
[220/290] Compiling StdMsgs Message.swift
[230/291] Wrapping AST for StdMsgs for debugging
[232/291] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[233/291] Compiling NIOCore SocketAddresses.swift
[234/291] Compiling NIOCore SocketOptionProvider.swift
[235/291] Compiling NIOCore SystemCallHelpers.swift
[236/291] Compiling NIOCore TimeAmount+Duration.swift
[237/291] Compiling NIOCore TypeAssistedChannelHandler.swift
[238/291] Compiling NIOCore UniversalBootstrapSupport.swift
[239/291] Compiling NIOCore Utilities.swift
[240/322] Compiling msgs BoundingBoxMsg.swift
[241/322] Compiling msgs GeoKeyValueMsg.swift
[242/322] Compiling msgs GeoPathMsg.swift
[243/322] Compiling msgs GeoPointMsg.swift
[247/322] Compiling NIOCore EventLoop.swift
[248/322] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[249/461] Emitting module NIOCore
[250/461] Compiling msgs JointRequestSrv.swift
[251/461] Compiling msgs LinkStateMsg.swift
[252/461] Compiling msgs LinkStatesMsg.swift
[253/461] Compiling msgs ModelStateMsg.swift
[254/461] Compiling msgs ModelStatesMsg.swift
[255/461] Compiling msgs ODEJointPropertiesMsg.swift
[256/461] Compiling msgs ODEPhysicsMsg.swift
[257/461] Compiling msgs SetJointPropertiesSrv.swift
[258/461] Compiling msgs SetJointTrajectorySrv.swift
[259/461] Compiling msgs SetLightPropertiesSrv.swift
[260/461] Compiling msgs SetLinkPropertiesSrv.swift
[261/461] Compiling msgs SetLinkStateSrv.swift
[262/461] Compiling msgs SetModelConfigurationSrv.swift
[263/461] Compiling msgs SetModelStateSrv.swift
[264/461] Compiling msgs SetPhysicsPropertiesSrv.swift
[265/461] Compiling msgs SpawnModelSrv.swift
[266/461] Compiling msgs WorldStateMsg.swift
[267/461] Compiling msgs gazebo_msgs.swift
[269/462] Compiling msgs JoyFeedbackMsg.swift
[270/462] Compiling msgs JoyMsg.swift
[271/462] Compiling msgs LaserEchoMsg.swift
[272/462] Compiling msgs LaserScanMsg.swift
[273/462] Compiling msgs MagneticFieldMsg.swift
[274/462] Compiling msgs MultiDOFJointStateMsg.swift
[275/462] Compiling msgs MultiEchoLaserScanMsg.swift
[276/462] Compiling msgs NavSatFixMsg.swift
[277/462] Compiling msgs NavSatStatusMsg.swift
[278/462] Compiling msgs PointCloud2Msg.swift
[279/462] Compiling msgs PointCloudMsg.swift
[280/462] Compiling msgs PointFieldMsg.swift
[281/462] Compiling msgs RangeMsg.swift
[282/462] Compiling msgs RegionOfInterestMsg.swift
[283/462] Compiling msgs RelativeHumidityMsg.swift
[284/462] Compiling msgs SetCameraInfoSrv.swift
[285/462] Compiling msgs TemperatureMsg.swift
[286/462] Compiling msgs TimeReferenceMsg.swift
[287/462] Compiling msgs sensor_msgs.swift
[288/462] Compiling msgs MeshMsg.swift
[289/462] Compiling msgs MeshTriangleMsg.swift
[290/462] Compiling msgs PlaneMsg.swift
[291/462] Compiling msgs SolidPrimitiveMsg.swift
[292/462] Compiling msgs shape_msgs.swift
[292/486] Wrapping AST for NIOCore for debugging
[294/501] Compiling msgs AccelWithCovarianceMsg.swift
[295/501] Compiling msgs AccelWithCovarianceStampedMsg.swift
[296/501] Compiling msgs InertiaMsg.swift
[297/501] Compiling msgs InertiaStampedMsg.swift
[298/501] Compiling msgs Point32Msg.swift
[299/501] Compiling msgs PointMsg.swift
[300/501] Compiling msgs PointStampedMsg.swift
[301/501] Compiling msgs PolygonMsg.swift
[302/501] Compiling msgs PolygonStampedMsg.swift
[303/501] Compiling msgs Pose2DMsg.swift
[304/501] Compiling msgs PoseArrayMsg.swift
[305/501] Compiling msgs PoseMsg.swift
[306/501] Compiling msgs PoseStampedMsg.swift
[307/501] Compiling msgs PoseWithCovarianceMsg.swift
[308/501] Compiling msgs PoseWithCovarianceStampedMsg.swift
[309/501] Compiling msgs QuaternionMsg.swift
[310/501] Compiling msgs QuaternionStampedMsg.swift
[311/501] Compiling msgs TransformMsg.swift
[312/501] Compiling msgs TransformStampedMsg.swift
[313/501] Compiling msgs TwistMsg.swift
[314/501] Compiling msgs TwistStampedMsg.swift
[315/501] Compiling msgs TwistWithCovarianceMsg.swift
[316/501] Compiling msgs TwistWithCovarianceStampedMsg.swift
[317/501] Compiling msgs Vector3Msg.swift
[325/501] Compiling msgs GeoPointStampedMsg.swift
[326/501] Compiling msgs GeoPoseMsg.swift
[327/501] Compiling msgs GeoPoseStampedMsg.swift
[328/501] Compiling msgs GeographicMapChangesMsg.swift
[329/501] Compiling msgs GeographicMapMsg.swift
[330/501] Compiling msgs GetGeoPathSrv.swift
[331/501] Compiling msgs GetGeographicMapSrv.swift
[332/501] Compiling msgs GetRoutePlanSrv.swift
[333/501] Compiling msgs MapFeatureMsg.swift
[334/501] Compiling msgs RouteNetworkMsg.swift
[335/501] Compiling msgs RoutePathMsg.swift
[336/501] Compiling msgs RouteSegmentMsg.swift
[337/501] Compiling msgs UpdateGeographicMapSrv.swift
[338/501] Compiling msgs WayPointMsg.swift
[339/501] Compiling msgs geographic_msgs.swift
[340/501] Compiling msgs AccelMsg.swift
[341/501] Compiling msgs AccelStampedMsg.swift
[342/501] Compiling msgs OccupancyGridMsg.swift
[343/501] Compiling msgs OdometryMsg.swift
[344/501] Compiling msgs PathMsg.swift
[345/501] Compiling msgs SetMapSrv.swift
[346/501] Compiling msgs nav_msgs.swift
[347/501] Compiling msgs ModelCoefficientsMsg.swift
[348/501] Compiling msgs PointIndicesMsg.swift
[349/501] Compiling msgs PolygonMeshMsg.swift
[350/501] Compiling msgs VerticesMsg.swift
[351/501] Compiling msgs pcl_msgs.swift
[352/501] Compiling msgs ClockMsg.swift
[353/501] Compiling msgs LogMsg.swift
[354/501] Compiling msgs TopicStatisticsMsg.swift
[355/501] Compiling msgs rosgraph_msgs.swift
[356/501] Compiling msgs BatteryStateMsg.swift
[357/501] Compiling msgs CameraInfoMsg.swift
[358/501] Compiling msgs ChannelFloat32Msg.swift
[359/501] Compiling msgs CompressedImageMsg.swift
[360/501] Compiling msgs FluidPressureMsg.swift
[361/501] Compiling msgs IlluminanceMsg.swift
[362/501] Compiling msgs ImageMsg.swift
[363/501] Compiling msgs ImuMsg.swift
[364/501] Compiling msgs JointStateMsg.swift
[365/501] Compiling msgs JoyFeedbackArrayMsg.swift
[366/543] Emitting module msgs
[367/543] Compiling msgs GoalIDMsg.swift
[368/543] Compiling msgs GoalStatusArrayMsg.swift
[369/543] Compiling msgs GoalStatusMsg.swift
[370/543] Compiling msgs actionlib_msgs.swift
[371/543] Compiling msgs GripperCommandMsg.swift
[372/543] Compiling msgs JointControllerStateMsg.swift
[373/543] Compiling msgs JointJogMsg.swift
[374/543] Compiling msgs JointToleranceMsg.swift
[375/543] Compiling msgs JointTrajectoryControllerStateMsg.swift
[376/543] Compiling msgs PidStateMsg.swift
[377/543] Compiling msgs QueryCalibrationStateSrv.swift
[378/543] Compiling msgs QueryTrajectoryStateSrv.swift
[379/543] Compiling msgs control_msgs.swift
[380/543] Compiling msgs AddDiagnosticsSrv.swift
[381/543] Compiling msgs DiagnosticArrayMsg.swift
[382/543] Compiling msgs DiagnosticStatusMsg.swift
[383/543] Compiling msgs KeyValueMsg.swift
[384/543] Compiling msgs SelfTestSrv.swift
[385/543] Compiling msgs diagnostic_msgs.swift
[386/543] Compiling msgs ApplyBodyWrenchSrv.swift
[387/543] Compiling msgs ApplyJointEffortSrv.swift
[388/543] Compiling msgs BodyRequestSrv.swift
[389/543] Compiling msgs ContactStateMsg.swift
[390/543] Compiling msgs ContactsStateMsg.swift
[391/543] Compiling msgs DeleteLightSrv.swift
[392/543] Emitting module RosNetwork
[393/543] Compiling RosNetwork Version.swift
[394/543] Compiling RosNetwork network.swift
[395/544] Compiling NIOEmbedded Embedded.swift
[396/544] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[398/544] Emitting module NIOEmbedded
[399/544] Compiling msgs Vector3StampedMsg.swift
[400/544] Compiling msgs WrenchMsg.swift
[401/544] Compiling msgs WrenchStampedMsg.swift
[402/544] Compiling msgs geometry_msgs.swift
[403/544] Compiling msgs GetMapROISrv.swift
[404/544] Compiling msgs GetPointMapROISrv.swift
[405/544] Compiling msgs GetPointMapSrv.swift
[406/544] Compiling msgs OccupancyGridUpdateMsg.swift
[407/544] Compiling msgs PointCloud2UpdateMsg.swift
[408/544] Compiling msgs ProjectedMapInfoMsg.swift
[409/544] Compiling msgs ProjectedMapMsg.swift
[410/544] Compiling msgs SetMapProjectionsSrv.swift
[411/544] Compiling msgs map_msgs.swift
[412/544] Compiling msgs GetMapActionFeedbackMsg.swift
[413/544] Compiling msgs GetMapActionGoalMsg.swift
[414/544] Compiling msgs GetMapActionMsg.swift
[415/544] Compiling msgs GetMapActionResultMsg.swift
[416/544] Compiling msgs GetMapFeedbackMsg.swift
[417/544] Compiling msgs GetMapGoalMsg.swift
[418/544] Compiling msgs GetMapResultMsg.swift
[419/544] Compiling msgs GetMapSrv.swift
[420/544] Compiling msgs GetPlanSrv.swift
[421/544] Compiling msgs GridCellsMsg.swift
[422/544] Compiling msgs MapMetaDataMsg.swift
[423/544] Compiling NIOPosix Bootstrap.swift
[424/544] Compiling NIOPosix ControlMessage.swift
[425/544] Compiling NIOPosix DatagramVectorReadManager.swift
[426/544] Compiling NIOPosix Errors+Any.swift
[427/544] Compiling NIOPosix FileDescriptor.swift
[428/544] Compiling NIOPosix GetaddrinfoResolver.swift
[429/544] Compiling NIOPosix HappyEyeballs.swift
[430/544] Compiling NIOPosix BSDSocketAPICommon.swift
[431/544] Compiling NIOPosix BSDSocketAPIPosix.swift
[432/544] Compiling NIOPosix BSDSocketAPIWindows.swift
[433/544] Compiling NIOPosix BaseSocket.swift
[434/544] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[435/544] Compiling NIOPosix BaseSocketChannel.swift
[436/544] Compiling NIOPosix BaseStreamSocketChannel.swift
[437/544] Compiling NIOPosix IO.swift
[438/544] Compiling NIOPosix IntegerBitPacking.swift
[439/544] Compiling NIOPosix IntegerTypes.swift
[440/544] Compiling NIOPosix Linux.swift
[441/544] Compiling NIOPosix LinuxCPUSet.swift
[442/544] Compiling NIOPosix LinuxUring.swift
[443/544] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[444/544] Compiling NIOPosix NIOPosixSendableMetatype.swift
[445/544] Compiling NIOPosix NIOThreadPool.swift
[446/544] Compiling NIOPosix NonBlockingFileIO.swift
[447/544] Compiling NIOEmbedded AsyncTestingChannel.swift
[448/545] Compiling NIOPosix Pool.swift
[449/545] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[450/545] Compiling NIOPosix PosixSingletons.swift
[451/545] Compiling NIOPosix RawSocketBootstrap.swift
[452/545] Compiling NIOPosix Resolver.swift
[453/545] Compiling NIOPosix Selectable.swift
[454/545] Compiling NIOPosix SelectableChannel.swift
[455/551] Wrapping AST for RosNetwork for debugging
[457/551] Compiling NIOPosix ThreadWindows.swift
[458/551] Compiling NIOPosix UnsafeTransfer.swift
[459/551] Compiling NIOPosix Utilities.swift
[460/551] Compiling NIOPosix VsockAddress.swift
[461/551] Compiling NIOPosix VsockChannelEvents.swift
[462/551] Compiling NIOPosix Windows.swift
[462/551] Wrapping AST for NIOEmbedded for debugging
[464/551] Compiling NIOPosix SelectableEventLoop.swift
[465/551] Compiling NIOPosix SelectorEpoll.swift
[466/551] Compiling NIOPosix SelectorGeneric.swift
[467/551] Compiling NIOPosix SelectorKqueue.swift
[468/551] Compiling NIOPosix SelectorUring.swift
[469/551] Compiling NIOPosix SelectorWSAPoll.swift
[470/551] Compiling NIOPosix ServerSocket.swift
[471/551] Compiling NIOPosix Socket.swift
[472/551] Compiling NIOPosix SocketChannel.swift
[473/551] Compiling NIOPosix SocketProtocols.swift
[474/551] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[475/551] Compiling NIOPosix System.swift
[476/551] Compiling NIOPosix Thread.swift
[477/551] Compiling NIOPosix ThreadPosix.swift
[478/551] Emitting module NIOPosix
[479/551] Compiling msgs EmptySrv.swift
[480/551] Compiling msgs SetBoolSrv.swift
[481/551] Compiling msgs TriggerSrv.swift
[482/551] Compiling msgs std_srvs.swift
[483/551] Compiling msgs DisparityImageMsg.swift
[484/551] Compiling msgs stereo_msgs.swift
[485/551] Compiling msgs JointTrajectoryMsg.swift
[486/551] Compiling msgs JointTrajectoryPointMsg.swift
[487/551] Compiling msgs MultiDOFJointTrajectoryMsg.swift
[488/551] Compiling msgs MultiDOFJointTrajectoryPointMsg.swift
[489/551] Compiling msgs trajectory_msgs.swift
[490/551] Compiling msgs UniqueIDMsg.swift
[491/551] Compiling msgs uuid_msgs.swift
[492/551] Compiling msgs ImageMarkerMsg.swift
[493/551] Compiling msgs InteractiveMarkerControlMsg.swift
[494/551] Compiling msgs InteractiveMarkerFeedbackMsg.swift
[495/551] Compiling msgs InteractiveMarkerInitMsg.swift
[496/551] Compiling msgs InteractiveMarkerMsg.swift
[497/551] Compiling msgs InteractiveMarkerPoseMsg.swift
[498/551] Compiling msgs InteractiveMarkerUpdateMsg.swift
[499/551] Compiling msgs MarkerArrayMsg.swift
[500/551] Compiling msgs MarkerMsg.swift
[501/551] Compiling msgs MenuEntryMsg.swift
[502/551] Compiling msgs visualization_msgs.swift
[503/552] Wrapping AST for msgs for debugging
[515/561] Compiling NIOPosix PendingDatagramWritesManager.swift
[516/561] Compiling NIOPosix PendingWritesManager.swift
[517/561] Compiling NIOPosix PipeChannel.swift
[518/561] Compiling NIOPosix PipePair.swift
[526/561] Compiling msgbuilderLib generateMessage.swift
[527/561] Compiling msgbuilderLib generateStdMsg.swift
[534/562] Compiling msgbuilderLib shell.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[535/562] Compiling msgbuilderLib names.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[536/563] Compiling msgbuilderLib msgs.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[537/563] Emitting module msgbuilderLib
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[538/563] Compiling msgbuilderLib srvs.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[539/563] Compiling msgbuilderLib msg_loader.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[539/563] Wrapping AST for NIOPosix for debugging
[541/565] Emitting module NIO
[542/565] Compiling NIO Exports.swift
[543/566] Compiling msgbuilderLib md5.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[544/566] Compiling msgbuilderLib md5Swift.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/38] Write swift-version-24593BA9C3E375BF.txt
[2/97] Compiling Logging LogHandler.swift
[3/97] Compiling Atomics ManagedAtomic.swift
[4/97] Compiling Atomics ManagedAtomicLazyReference.swift
[5/99] Compiling Atomics UnsafeAtomic.swift
[6/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/99] Compiling Logging MetadataProvider.swift
[8/99] Compiling Atomics AtomicMemoryOrderings.swift
[9/99] Compiling Atomics DoubleWord.swift
[10/99] Compiling Atomics AtomicStorage.swift
[11/99] Compiling Atomics AtomicValue.swift
[12/99] Emitting module _NIOBase64
[13/99] Compiling Logging Locks.swift
[14/99] Emitting module Logging
[15/99] Compiling rpcobject XmlRpcUtil.swift
[20/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[21/101] Emitting module _NIODataStructures
[22/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/101] Compiling NIOConcurrencyHelpers lock.swift
[24/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/101] Compiling NIOConcurrencyHelpers atomics.swift
[26/101] Compiling BinaryCoder BinaryEncoder.swift
[27/101] Compiling Atomics IntegerConformances.swift
[28/101] Compiling Atomics PointerConformances.swift
[29/101] Compiling Atomics OptionalRawRepresentable.swift
[30/101] Compiling Atomics RawRepresentable.swift
[31/101] Compiling Atomics AtomicBool.swift
[32/101] Compiling _NIOBase64 Base64.swift
[33/102] Emitting module NIOConcurrencyHelpers
[34/102] Compiling _NIODataStructures PriorityQueue.swift
[35/102] Compiling _NIODataStructures Heap.swift
[36/102] Compiling _NIODataStructures _TinyArray.swift
[37/104] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/104] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[39/104] Compiling BinaryCoder BinaryCodableExtensions.swift
[40/104] Emitting module BinaryCoder
[41/104] Compiling BinaryCoder BinaryCodable.swift
[42/104] Compiling BinaryCoder BinaryDecoder.swift
[44/104] Compiling Atomics IntegerOperations.swift
[45/104] Compiling Atomics Unmanaged extensions.swift
[47/105] Compiling Atomics AtomicInteger.swift
[48/105] Compiling Atomics AtomicOptionalWrappable.swift
[49/105] Compiling Atomics AtomicReference.swift
[52/104] Emitting module InternalCollectionsUtilities
[57/104] Compiling Atomics Primitives.native.swift
[59/104] Emitting module rpcobject
[60/102] Compiling rpcobject XmlRpcValue.swift
[63/103] Compiling Logging Logging.swift
[64/117] Wrapping AST for Logging for debugging
[66/119] Compiling DequeModule _DequeBuffer.swift
[67/119] Compiling DequeModule _DequeBufferHeader.swift
[68/121] Compiling DequeModule Deque+CustomReflectable.swift
[69/121] Compiling DequeModule Deque+Descriptions.swift
[70/121] Compiling DequeModule Deque+Codable.swift
[71/121] Compiling DequeModule Deque+Collection.swift
[72/121] Compiling DequeModule Deque._UnsafeHandle.swift
[73/121] Compiling DequeModule Deque.swift
[74/121] Compiling DequeModule _DequeSlot.swift
[75/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/121] Emitting module LoggerAPI
[77/121] Compiling LoggerAPI Logger.swift
[78/121] Compiling DequeModule Deque+Testing.swift
[79/121] Compiling DequeModule Deque._Storage.swift
[82/122] Emitting module Atomics
[84/122] Wrapping AST for Atomics for debugging
[86/126] Compiling DequeModule Deque+Extras.swift
[87/126] Compiling DequeModule Deque+Hashable.swift
[90/126] Compiling DequeModule Deque+Equatable.swift
[91/126] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/126] Emitting module DequeModule
[96/134] Compiling RosTime WallTime.swift
[97/134] Compiling RosTime TimeBase.swift
[98/134] Compiling RosTime Time.swift
[99/134] Emitting module HeliumLogger
[100/134] Compiling HeliumLogger HeliumLogHandler.swift
[101/134] Compiling HeliumLogger HeliumStreamLogger.swift
[102/134] Compiling HeliumLogger HeliumLogger.swift
[103/134] Compiling RosTime SteadyTime.swift
[104/134] Compiling RosTime Rate.swift
[105/134] Compiling RosTime DurationBase.swift
[106/134] Emitting module RosTime
[107/134] Compiling RosTime Duration.swift
[110/226] Compiling StdMsgs int8Msg.swift
[111/226] Compiling StdMsgs std_msgs.swift
[112/226] Compiling StdMsgs stringMsg.swift
[113/226] Compiling StdMsgs timeMsg.swift
[114/230] Compiling StdMsgs float64Msg.swift
[115/230] Compiling StdMsgs int16Msg.swift
[116/230] Compiling StdMsgs int32Msg.swift
[117/230] Compiling StdMsgs int64Msg.swift
[118/230] Compiling StdMsgs charMsg.swift
[119/230] Compiling StdMsgs durationMsg.swift
[120/230] Compiling StdMsgs emptyMsg.swift
[121/230] Compiling StdMsgs float32Msg.swift
[122/230] Compiling StdMsgs UInt64MultiArrayMsg.swift
[123/230] Compiling StdMsgs UInt8MultiArrayMsg.swift
[124/230] Compiling StdMsgs boolMsg.swift
[125/230] Compiling StdMsgs byteMsg.swift
[126/230] Compiling StdMsgs MultiArrayDimensionMsg.swift
[127/230] Compiling StdMsgs MultiArrayLayoutMsg.swift
[128/230] Compiling StdMsgs UInt16MultiArrayMsg.swift
[129/230] Compiling StdMsgs UInt32MultiArrayMsg.swift
[130/230] Compiling StdMsgs uint16Msg.swift
[131/230] Compiling StdMsgs uint32Msg.swift
[132/230] Compiling StdMsgs uint64Msg.swift
[133/230] Compiling StdMsgs uint8Msg.swift
[142/230] Compiling StdMsgs ByteMultiArrayMsg.swift
[143/230] Compiling StdMsgs ColorRGBAMsg.swift
[144/230] Compiling StdMsgs Float32MultiArrayMsg.swift
[145/230] Compiling StdMsgs Float64MultiArrayMsg.swift
[146/230] Compiling StdMsgs HeaderMsg.swift
[147/230] Compiling StdMsgs Int16MultiArrayMsg.swift
[148/230] Compiling StdMsgs Int32MultiArrayMsg.swift
[149/230] Compiling StdMsgs Int64MultiArrayMsg.swift
[150/230] Compiling StdMsgs Int8MultiArrayMsg.swift
[156/238] Emitting module StdMsgs
[161/238] Compiling StdMsgs Message.swift
[163/239] Compiling NIOCore CircularBuffer.swift
[164/239] Compiling NIOCore Codec.swift
[165/239] Compiling NIOCore ConvenienceOptionSupport.swift
[166/239] Compiling NIOCore DeadChannel.swift
[167/239] Compiling NIOCore DispatchQueue+WithFuture.swift
[168/239] Compiling NIOCore EventLoop+Deprecated.swift
[169/239] Compiling NIOCore EventLoop+SerialExecutor.swift
[170/239] Compiling NIOCore EventLoop.swift
[171/239] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[181/408] Compiling msgs LogMsg.swift
[182/408] Compiling msgs TopicStatisticsMsg.swift
[183/408] Compiling msgs rosgraph_msgs.swift
[184/408] Compiling msgs BatteryStateMsg.swift
[185/408] Compiling msgs CameraInfoMsg.swift
[186/408] Compiling msgs ChannelFloat32Msg.swift
[187/408] Compiling msgs CompressedImageMsg.swift
[188/408] Compiling msgs FluidPressureMsg.swift
[189/408] Compiling msgs SpawnModelSrv.swift
[190/408] Compiling msgs WorldStateMsg.swift
[191/408] Compiling msgs gazebo_msgs.swift
[192/408] Compiling msgs BoundingBoxMsg.swift
[193/408] Compiling msgs GeoKeyValueMsg.swift
[194/408] Compiling msgs GeoPathMsg.swift
[195/408] Compiling msgs GeoPointMsg.swift
[196/408] Compiling msgs GeoPointStampedMsg.swift
[197/408] Compiling msgs GeoPoseMsg.swift
[198/408] Compiling msgs GeoPoseStampedMsg.swift
[199/408] Compiling msgs GeographicMapChangesMsg.swift
[200/408] Compiling msgs GeographicMapMsg.swift
[201/408] Compiling msgs GetGeoPathSrv.swift
[202/408] Compiling msgs GetGeographicMapSrv.swift
[203/408] Compiling msgs GetRoutePlanSrv.swift
[204/408] Compiling msgs MapFeatureMsg.swift
[205/408] Compiling msgs RouteNetworkMsg.swift
[206/408] Compiling msgs RoutePathMsg.swift
[207/408] Compiling msgs RouteSegmentMsg.swift
[208/408] Compiling msgs UpdateGeographicMapSrv.swift
[209/408] Compiling msgs WayPointMsg.swift
[210/408] Compiling msgs geographic_msgs.swift
[211/408] Compiling msgs AccelMsg.swift
[212/408] Compiling msgs AccelStampedMsg.swift
[213/432] Compiling msgs OccupancyGridMsg.swift
[214/432] Compiling msgs OdometryMsg.swift
[215/432] Compiling msgs PathMsg.swift
[216/432] Compiling msgs SetMapSrv.swift
[217/432] Compiling msgs nav_msgs.swift
[218/432] Compiling msgs ModelCoefficientsMsg.swift
[219/432] Compiling msgs PointIndicesMsg.swift
[220/432] Compiling msgs PolygonMeshMsg.swift
[221/432] Compiling msgs VerticesMsg.swift
[222/432] Compiling msgs pcl_msgs.swift
[223/432] Compiling msgs ClockMsg.swift
[232/432] Compiling msgs IlluminanceMsg.swift
[233/432] Compiling msgs ImageMsg.swift
[234/432] Compiling msgs ImuMsg.swift
[235/432] Compiling msgs JointStateMsg.swift
[236/432] Compiling msgs JoyFeedbackArrayMsg.swift
[237/432] Compiling msgs AccelWithCovarianceMsg.swift
[238/432] Compiling msgs AccelWithCovarianceStampedMsg.swift
[239/432] Compiling msgs InertiaMsg.swift
[240/432] Compiling msgs InertiaStampedMsg.swift
[241/432] Compiling msgs Point32Msg.swift
[242/432] Compiling msgs PointMsg.swift
[243/432] Compiling msgs PointStampedMsg.swift
[244/432] Compiling msgs PolygonMsg.swift
[245/432] Compiling msgs PolygonStampedMsg.swift
[246/432] Compiling msgs Pose2DMsg.swift
[247/432] Compiling msgs PoseArrayMsg.swift
[248/432] Compiling msgs PoseMsg.swift
[249/432] Compiling msgs PoseStampedMsg.swift
[250/432] Compiling msgs PoseWithCovarianceMsg.swift
[251/432] Compiling msgs PoseWithCovarianceStampedMsg.swift
[252/432] Compiling msgs QuaternionMsg.swift
[253/432] Compiling msgs QuaternionStampedMsg.swift
[254/432] Compiling msgs TransformMsg.swift
[255/432] Compiling msgs TransformStampedMsg.swift
[256/432] Compiling msgs TwistMsg.swift
[257/432] Compiling msgs TwistStampedMsg.swift
[258/432] Compiling msgs TwistWithCovarianceMsg.swift
[259/432] Compiling msgs TwistWithCovarianceStampedMsg.swift
[260/432] Compiling msgs Vector3Msg.swift
[261/432] Compiling msgs JoyFeedbackMsg.swift
[262/432] Compiling msgs JoyMsg.swift
[263/432] Compiling msgs LaserEchoMsg.swift
[264/432] Compiling msgs LaserScanMsg.swift
[265/432] Compiling msgs MagneticFieldMsg.swift
[266/432] Compiling msgs MultiDOFJointStateMsg.swift
[267/432] Compiling msgs MultiEchoLaserScanMsg.swift
[268/432] Compiling msgs NavSatFixMsg.swift
[269/432] Compiling msgs NavSatStatusMsg.swift
[270/432] Compiling msgs PointCloud2Msg.swift
[271/432] Compiling msgs PointCloudMsg.swift
[272/432] Compiling msgs PointFieldMsg.swift
[273/432] Compiling msgs RangeMsg.swift
[274/432] Compiling msgs RegionOfInterestMsg.swift
[275/432] Compiling msgs RelativeHumidityMsg.swift
[276/432] Compiling msgs SetCameraInfoSrv.swift
[277/432] Compiling msgs TemperatureMsg.swift
[278/432] Compiling msgs TimeReferenceMsg.swift
[279/432] Compiling msgs sensor_msgs.swift
[280/432] Compiling msgs MeshMsg.swift
[281/432] Compiling msgs MeshTriangleMsg.swift
[282/432] Compiling msgs PlaneMsg.swift
[283/432] Compiling msgs SolidPrimitiveMsg.swift
[284/432] Compiling msgs shape_msgs.swift
[285/432] Compiling msgs Vector3StampedMsg.swift
[286/432] Compiling msgs WrenchMsg.swift
[287/432] Compiling msgs WrenchStampedMsg.swift
[288/432] Compiling msgs geometry_msgs.swift
[289/432] Compiling msgs GetMapROISrv.swift
[290/432] Compiling msgs GetPointMapROISrv.swift
[291/432] Compiling msgs GetPointMapSrv.swift
[292/432] Compiling msgs OccupancyGridUpdateMsg.swift
[293/432] Compiling msgs PointCloud2UpdateMsg.swift
[294/432] Compiling msgs ProjectedMapInfoMsg.swift
[295/432] Compiling msgs ProjectedMapMsg.swift
[296/432] Compiling msgs SetMapProjectionsSrv.swift
[297/432] Compiling msgs map_msgs.swift
[298/432] Compiling msgs GetMapActionFeedbackMsg.swift
[299/432] Compiling msgs GetMapActionGoalMsg.swift
[300/432] Compiling msgs GetMapActionMsg.swift
[301/432] Compiling msgs GetMapActionResultMsg.swift
[302/432] Compiling msgs GetMapFeedbackMsg.swift
[303/432] Compiling msgs GetMapGoalMsg.swift
[304/432] Compiling msgs GetMapResultMsg.swift
[305/432] Compiling msgs GetMapSrv.swift
[306/432] Compiling msgs GetPlanSrv.swift
[307/432] Compiling msgs GridCellsMsg.swift
[308/432] Compiling msgs MapMetaDataMsg.swift
[309/432] Compiling msgs SetLightPropertiesSrv.swift
[310/432] Compiling msgs SetLinkPropertiesSrv.swift
[311/432] Compiling msgs SetLinkStateSrv.swift
[312/432] Compiling msgs SetModelConfigurationSrv.swift
[313/432] Compiling msgs SetModelStateSrv.swift
[314/432] Compiling msgs SetPhysicsPropertiesSrv.swift
[317/432] Compiling msgs GetJointPropertiesSrv.swift
[318/432] Compiling msgs GetLightPropertiesSrv.swift
[319/432] Compiling msgs GetLinkPropertiesSrv.swift
[320/432] Compiling msgs GetLinkStateSrv.swift
[321/432] Compiling msgs GetModelPropertiesSrv.swift
[322/432] Compiling msgs GetModelStateSrv.swift
[323/432] Compiling msgs GetPhysicsPropertiesSrv.swift
[324/432] Compiling msgs GetWorldPropertiesSrv.swift
[325/432] Compiling msgs JointRequestSrv.swift
[326/432] Compiling msgs LinkStateMsg.swift
[327/432] Compiling msgs LinkStatesMsg.swift
[328/432] Compiling msgs ModelStateMsg.swift
[329/432] Compiling msgs ModelStatesMsg.swift
[330/432] Compiling msgs ODEJointPropertiesMsg.swift
[331/432] Compiling msgs ODEPhysicsMsg.swift
[332/432] Compiling msgs SetJointPropertiesSrv.swift
[333/432] Compiling msgs SetJointTrajectorySrv.swift
[334/432] Compiling msgs GoalIDMsg.swift
[335/432] Compiling msgs GoalStatusArrayMsg.swift
[336/432] Compiling msgs GoalStatusMsg.swift
[337/432] Compiling msgs actionlib_msgs.swift
[338/432] Compiling msgs GripperCommandMsg.swift
[339/432] Compiling msgs JointControllerStateMsg.swift
[340/432] Compiling msgs JointJogMsg.swift
[341/432] Compiling msgs JointToleranceMsg.swift
[342/432] Compiling msgs JointTrajectoryControllerStateMsg.swift
[343/432] Compiling msgs PidStateMsg.swift
[344/432] Compiling msgs QueryCalibrationStateSrv.swift
[345/432] Compiling msgs QueryTrajectoryStateSrv.swift
[346/432] Compiling msgs control_msgs.swift
[347/432] Compiling msgs AddDiagnosticsSrv.swift
[348/432] Compiling msgs DiagnosticArrayMsg.swift
[349/432] Compiling msgs DiagnosticStatusMsg.swift
[350/432] Compiling msgs KeyValueMsg.swift
[351/432] Compiling msgs SelfTestSrv.swift
[352/432] Compiling msgs diagnostic_msgs.swift
[353/432] Compiling msgs ApplyBodyWrenchSrv.swift
[354/432] Compiling msgs ApplyJointEffortSrv.swift
[355/432] Compiling msgs BodyRequestSrv.swift
[356/432] Compiling msgs ContactStateMsg.swift
[357/432] Compiling msgs ContactsStateMsg.swift
[358/432] Compiling msgs DeleteLightSrv.swift
[359/432] Emitting module msgs
[360/432] Compiling msgs DeleteModelSrv.swift
[384/432] Emitting module NIOCore
[386/433] Compiling msgs EmptySrv.swift
[387/433] Compiling msgs SetBoolSrv.swift
[388/433] Compiling msgs TriggerSrv.swift
[389/433] Compiling msgs std_srvs.swift
[390/433] Compiling msgs DisparityImageMsg.swift
[391/433] Compiling msgs stereo_msgs.swift
[392/433] Compiling msgs JointTrajectoryMsg.swift
[393/433] Compiling msgs JointTrajectoryPointMsg.swift
[394/433] Compiling msgs MultiDOFJointTrajectoryMsg.swift
[395/433] Compiling msgs MultiDOFJointTrajectoryPointMsg.swift
[396/433] Compiling msgs trajectory_msgs.swift
[397/433] Compiling msgs UniqueIDMsg.swift
[398/433] Compiling msgs uuid_msgs.swift
[399/433] Compiling msgs ImageMarkerMsg.swift
[400/433] Compiling msgs InteractiveMarkerControlMsg.swift
[401/433] Compiling msgs InteractiveMarkerFeedbackMsg.swift
[402/433] Compiling msgs InteractiveMarkerInitMsg.swift
[403/433] Compiling msgs InteractiveMarkerMsg.swift
[404/433] Compiling msgs InteractiveMarkerPoseMsg.swift
[405/433] Compiling msgs InteractiveMarkerUpdateMsg.swift
[406/433] Compiling msgs MarkerArrayMsg.swift
[407/433] Compiling msgs MarkerMsg.swift
[408/433] Compiling msgs MenuEntryMsg.swift
[409/433] Compiling msgs visualization_msgs.swift
[411/483] Compiling msgbuilderLib names.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[412/484] Compiling msgbuilderLib shell.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[413/499] Compiling msgbuilderLib msgs.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[414/499] Compiling NIOPosix BSDSocketAPICommon.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[415/499] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[416/499] Compiling msgbuilderLib srvs.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[417/499] Compiling RosNetwork Version.swift
[418/499] Compiling RosNetwork network.swift
[419/499] Emitting module RosNetwork
[420/499] Compiling msgbuilderLib msg_loader.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[421/499] Emitting module NIOEmbedded
[423/500] Compiling msgbuilderLib md5.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[424/500] Emitting module msgbuilderLib
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[425/500] Compiling msgbuilderLib md5Swift.swift
/host/spi-builder-workspace/Sources/msgbuilderLib/md5.swift:8:8: error: no such module 'CryptoKit'
6 | #else
7 | //import CommonCrypto
8 | import CryptoKit
| `- error: no such module 'CryptoKit'
9 | extension Data {
10 | var md5: String {
[426/499] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[427/499] Compiling NIOEmbedded AsyncTestingChannel.swift
[428/499] Compiling NIOEmbedded Embedded.swift
BUILD FAILURE 6.1 android