Build Information
Failed to build RosSwift, reference master (23f491
), with Swift 6.1 for Android on 29 May 2025 05:45:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 23f491d add missing products
Cloned https://github.com/tgu/rosswift.git
Revision (git rev-parse @):
23f491d809bc56605272d541d0653a777dad7a17
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-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/tgu/BinaryCoder.git
Fetching https://github.com/apple/swift-collections.git
[1/168] Fetching binarycoder
[169/1435] Fetching binarycoder, heliumlogger
[461/5271] Fetching binarycoder, heliumlogger, swift-log
[754/11185] Fetching binarycoder, heliumlogger, swift-log, swift-nio-extras
[1415/12895] Fetching binarycoder, heliumlogger, swift-log, swift-nio-extras, swift-atomics
[4374/29486] Fetching binarycoder, heliumlogger, swift-log, swift-nio-extras, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.71s)
[12106/24383] Fetching binarycoder, swift-nio-extras, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetching https://github.com/apple/swift-nio.git
[10562/22673] Fetching binarycoder, swift-nio-extras, swift-collections
[22674/98766] Fetching binarycoder, swift-nio-extras, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.50s)
[31217/92852] Fetching binarycoder, swift-collections, swift-nio
Fetched https://github.com/tgu/BinaryCoder.git from cache (1.50s)
[31810/92684] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
[17502/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.66s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (7.40s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.28s)
Computing version for https://github.com/tgu/BinaryCoder.git
Computed https://github.com/tgu/BinaryCoder.git at 1.1.0 (2.25s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.56s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[494/6575] Fetching swift-asn1, swift-async-algorithms
[797/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
[1410/15156] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[5742/21115] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
[15709/19525] Fetching swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-algorithms
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
[13529/17099] Fetching swift-async-algorithms, swift-certificates, swift-algorithms
[15730/31942] Fetching swift-async-algorithms, swift-certificates, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
[7064/19828] Fetching swift-async-algorithms, swift-nio-ssl
[7361/20969] Fetching swift-async-algorithms, swift-nio-ssl, swift-http-structured-headers
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
[8845/19828] Fetching swift-async-algorithms, swift-nio-ssl
[12705/31355] Fetching swift-async-algorithms, swift-nio-ssl, swift-nio-http2
[16842/32259] Fetching swift-async-algorithms, swift-nio-ssl, swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[18473/31355] Fetching swift-async-algorithms, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (4.65s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.68s)
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 (5.45s)
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.20s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.75s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.48s)
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.27.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.3.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.83.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.2.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/79] Write sources
[27/79] Compiling CNIOWASI CNIOWASI.c
[27/79] Compiling CNIOLinux liburing_shims.c
[29/79] Compiling CNIOWindows WSAStartup.c
[30/79] Compiling CNIOWindows shim.c
[31/79] Compiling _AtomicsShims.c
[32/79] Compiling CNIODarwin shim.c
[33/79] Write sources
[35/79] Compiling CNIOLLHTTP c_nio_http.c
[36/79] Compiling CNIOLinux shim.c
[37/79] Compiling CNIOLLHTTP c_nio_api.c
[38/79] Write swift-version-24593BA9C3E375BF.txt
[39/79] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/112] Emitting module InternalCollectionsUtilities
[42/113] Emitting module Logging
[43/113] Compiling InternalCollectionsUtilities Descriptions.swift
[44/113] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/113] Compiling _NIODataStructures _TinyArray.swift
[46/113] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/113] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[48/113] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/113] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/113] Compiling InternalCollectionsUtilities Integer rank.swift
[51/113] Compiling _NIODataStructures Heap.swift
[52/113] Compiling _NIODataStructures PriorityQueue.swift
[53/113] Emitting module _NIODataStructures
[54/114] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[55/114] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/114] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/114] Compiling InternalCollectionsUtilities Debugging.swift
[58/114] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/114] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/114] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/115] Emitting module _NIOBase64
[63/115] Compiling _NIOBase64 Base64.swift
[65/116] Compiling c-nioatomics.c
[66/116] Wrapping AST for _NIODataStructures for debugging
[67/150] Wrapping AST for _NIOBase64 for debugging
[68/150] Wrapping AST for InternalCollectionsUtilities for debugging
[70/150] Compiling DequeModule Deque+CustomReflectable.swift
[71/150] Compiling DequeModule Deque+Descriptions.swift
[72/150] Compiling DequeModule Deque+Equatable.swift
[73/150] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/152] Compiling DequeModule _DequeBuffer.swift
[75/152] Compiling DequeModule _DequeBufferHeader.swift
[76/152] Compiling DequeModule _DequeSlot.swift
[77/152] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/154] Compiling Atomics ManagedAtomic.swift
[79/154] Compiling Atomics ManagedAtomicLazyReference.swift
[80/154] Compiling DequeModule Deque._Storage.swift
[81/154] Compiling c-atomics.c
[83/154] Compiling DequeModule Deque+Extras.swift
[84/154] Compiling DequeModule Deque+Hashable.swift
[87/160] Compiling Atomics IntegerOperations.swift
[88/160] Compiling Atomics Unmanaged extensions.swift
[89/160] Compiling DequeModule Deque+Collection.swift
[94/160] Compiling DequeModule Deque+Testing.swift
[97/160] Compiling DequeModule Deque._UnsafeHandle.swift
[98/160] Compiling DequeModule Deque.swift
[99/160] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/160] Compiling DequeModule Deque+Codable.swift
[102/160] Emitting module DequeModule
[104/161] Compiling BinaryCoder BinaryEncoder.swift
[105/161] Compiling NIOConcurrencyHelpers lock.swift
[106/161] Emitting module NIOConcurrencyHelpers
[107/161] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/161] Wrapping AST for DequeModule for debugging
[109/161] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[110/161] Compiling NIOConcurrencyHelpers atomics.swift
[111/162] Wrapping AST for NIOConcurrencyHelpers for debugging
[113/162] Compiling Logging MetadataProvider.swift
[114/162] Compiling Logging Locks.swift
[115/162] Compiling Logging Logging.swift
[116/162] Compiling Logging LogHandler.swift
[118/163] Emitting module Atomics
[118/163] Wrapping AST for Logging for debugging
[120/165] Compiling rpcobject XmlRpcUtil.swift
[121/165] Compiling BinaryCoder BinaryDecoder.swift
[122/165] Compiling BinaryCoder BinaryCodableExtensions.swift
[123/165] Compiling BinaryCoder BinaryCodable.swift
[124/165] Emitting module BinaryCoder
[125/166] Compiling rpcobject XmlRpcValue.swift
[126/166] Emitting module rpcobject
[129/167] Compiling LoggerAPI Logger.swift
[130/167] Emitting module LoggerAPI
[130/168] Wrapping AST for BinaryCoder for debugging
[132/168] Wrapping AST for rpcobject for debugging
[139/169] Wrapping AST for LoggerAPI for debugging
[141/173] Wrapping AST for Atomics for debugging
[143/241] Compiling HeliumLogger HeliumStreamLogger.swift
[144/241] Compiling RosTime Rate.swift
[145/241] Emitting module HeliumLogger
[146/241] Compiling HeliumLogger HeliumLogHandler.swift
[147/241] Compiling HeliumLogger HeliumLogger.swift
[148/242] Compiling RosTime WallTime.swift
[150/242] Compiling RosTime TimeBase.swift
[151/242] 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) {
[152/242] Compiling RosTime SteadyTime.swift
[153/242] Compiling RosTime DurationBase.swift
[154/242] 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) {
[155/242] Compiling RosTime Duration.swift
[156/243] Wrapping AST for HeliumLogger for debugging
[157/243] Wrapping AST for RosTime for debugging
[159/249] Compiling NIOCore MulticastChannel.swift
[160/249] Compiling NIOCore NIOAny.swift
[161/249] Compiling NIOCore NIOCloseOnErrorHandler.swift
[162/249] Compiling NIOCore NIOLoopBound.swift
[163/249] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[164/249] Compiling NIOCore NIOScheduledCallback.swift
[165/249] Compiling NIOCore NIOSendable.swift
[166/249] Compiling NIOCore RecvByteBufferAllocator.swift
[167/282] Compiling StdMsgs int8Msg.swift
[168/282] Compiling StdMsgs std_msgs.swift
[169/282] Compiling StdMsgs stringMsg.swift
[170/282] Compiling StdMsgs timeMsg.swift
[171/286] Emitting module StdMsgs
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[172/286] Compiling StdMsgs float64Msg.swift
[173/286] Compiling StdMsgs int16Msg.swift
[174/286] Compiling StdMsgs int32Msg.swift
[175/286] Compiling StdMsgs int64Msg.swift
[176/286] Compiling StdMsgs charMsg.swift
[177/286] Compiling StdMsgs durationMsg.swift
[178/286] Compiling StdMsgs emptyMsg.swift
[179/286] Compiling StdMsgs float32Msg.swift
[180/286] Compiling StdMsgs UInt64MultiArrayMsg.swift
[181/286] Compiling StdMsgs UInt8MultiArrayMsg.swift
[182/286] Compiling StdMsgs boolMsg.swift
[183/286] Compiling StdMsgs byteMsg.swift
[184/286] Compiling StdMsgs MultiArrayDimensionMsg.swift
[185/286] Compiling StdMsgs MultiArrayLayoutMsg.swift
[186/286] Compiling StdMsgs UInt16MultiArrayMsg.swift
[187/286] Compiling StdMsgs UInt32MultiArrayMsg.swift
[188/286] Compiling StdMsgs uint16Msg.swift
[189/286] Compiling StdMsgs uint32Msg.swift
[190/286] Compiling StdMsgs uint64Msg.swift
[191/286] Compiling StdMsgs uint8Msg.swift
[192/286] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[193/286] Compiling NIOCore EventLoopFuture+Deprecated.swift
[194/286] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[195/286] Compiling NIOCore EventLoopFuture.swift
[196/286] Compiling NIOCore FileDescriptor.swift
[197/286] Compiling NIOCore FileHandle.swift
[198/286] Compiling NIOCore FileRegion.swift
[199/286] Compiling NIOCore GlobalSingletons.swift
[200/286] Compiling NIOCore IO.swift
[201/286] Compiling NIOCore IOData.swift
[202/286] Compiling NIOCore IPProtocol.swift
[203/286] Compiling NIOCore IntegerBitPacking.swift
[204/286] Compiling NIOCore IntegerTypes.swift
[205/286] Compiling NIOCore Interfaces.swift
[206/286] Compiling NIOCore Linux.swift
[207/286] Compiling NIOCore MarkedCircularBuffer.swift
[208/286] Compiling StdMsgs ByteMultiArrayMsg.swift
[209/286] Compiling StdMsgs ColorRGBAMsg.swift
[210/286] Compiling StdMsgs Float32MultiArrayMsg.swift
[211/286] Compiling StdMsgs Float64MultiArrayMsg.swift
[212/286] Compiling StdMsgs HeaderMsg.swift
[213/286] Compiling StdMsgs Int16MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[214/286] Compiling StdMsgs Int32MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[215/286] Compiling StdMsgs Int64MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[216/286] Compiling StdMsgs Int8MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[217/286] Compiling StdMsgs Message.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[219/287] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[220/287] Compiling NIOCore SocketAddresses.swift
[221/287] Compiling NIOCore SocketOptionProvider.swift
[222/287] Compiling NIOCore SystemCallHelpers.swift
[223/287] Compiling NIOCore TimeAmount+Duration.swift
[224/287] Compiling NIOCore TypeAssistedChannelHandler.swift
[225/287] Compiling NIOCore UniversalBootstrapSupport.swift
[226/287] Compiling NIOCore Utilities.swift
[234/287] Compiling NIOCore EventLoop.swift
[234/287] Wrapping AST for StdMsgs for debugging
[236/457] Compiling msgs JoyFeedbackMsg.swift
[237/457] Compiling msgs JoyMsg.swift
[238/457] Compiling msgs LaserEchoMsg.swift
[239/457] Compiling msgs LaserScanMsg.swift
[240/457] Compiling msgs MagneticFieldMsg.swift
[241/457] Compiling msgs MultiDOFJointStateMsg.swift
[242/457] Compiling msgs MultiEchoLaserScanMsg.swift
[243/457] Compiling msgs NavSatFixMsg.swift
[244/457] Compiling msgs NavSatStatusMsg.swift
[245/457] Compiling msgs PointCloud2Msg.swift
[246/457] Compiling msgs PointCloudMsg.swift
[247/457] Compiling msgs PointFieldMsg.swift
[248/457] Compiling msgs RangeMsg.swift
[249/457] Compiling msgs RegionOfInterestMsg.swift
[250/457] Compiling msgs RelativeHumidityMsg.swift
[251/457] Compiling msgs SetCameraInfoSrv.swift
[252/457] Compiling msgs TemperatureMsg.swift
[253/457] Compiling msgs TimeReferenceMsg.swift
[254/457] Compiling msgs AccelWithCovarianceMsg.swift
[255/457] Compiling msgs AccelWithCovarianceStampedMsg.swift
[256/457] Compiling msgs InertiaMsg.swift
[257/457] Compiling msgs InertiaStampedMsg.swift
[258/457] Compiling msgs Point32Msg.swift
[259/457] Compiling msgs PointMsg.swift
[260/457] Compiling msgs PointStampedMsg.swift
[261/457] Compiling msgs PolygonMsg.swift
[262/457] Compiling msgs PolygonStampedMsg.swift
[263/457] Compiling msgs Pose2DMsg.swift
[264/457] Compiling msgs PoseArrayMsg.swift
[265/457] Compiling msgs PoseMsg.swift
[266/457] Compiling msgs PoseStampedMsg.swift
[267/457] Compiling msgs PoseWithCovarianceMsg.swift
[268/457] Compiling msgs PoseWithCovarianceStampedMsg.swift
[269/457] Compiling msgs QuaternionMsg.swift
[270/457] Compiling msgs QuaternionStampedMsg.swift
[271/457] Compiling msgs TransformMsg.swift
[272/457] Compiling msgs TransformStampedMsg.swift
[273/457] Compiling msgs TwistMsg.swift
[274/457] Compiling msgs TwistStampedMsg.swift
[275/457] Compiling msgs TwistWithCovarianceMsg.swift
[276/457] Compiling msgs TwistWithCovarianceStampedMsg.swift
[277/457] Compiling msgs Vector3Msg.swift
[278/481] Compiling msgs sensor_msgs.swift
[279/481] Compiling msgs MeshMsg.swift
[280/481] Compiling msgs MeshTriangleMsg.swift
[281/481] Compiling msgs PlaneMsg.swift
[282/481] Compiling msgs SolidPrimitiveMsg.swift
[283/481] Compiling msgs shape_msgs.swift
[284/481] Compiling msgs GoalIDMsg.swift
[285/481] Compiling msgs GoalStatusArrayMsg.swift
[286/481] Compiling msgs GoalStatusMsg.swift
[287/481] Emitting module msgs
[288/481] Emitting module NIOCore
[289/482] Wrapping AST for NIOCore for debugging
[291/535] Compiling msgs SpawnModelSrv.swift
[292/535] Compiling msgs WorldStateMsg.swift
[293/535] Compiling msgs gazebo_msgs.swift
[294/535] Compiling msgs BoundingBoxMsg.swift
[295/535] Compiling msgs GeoKeyValueMsg.swift
[296/535] Compiling msgs GeoPathMsg.swift
[297/535] Compiling msgs GeoPointMsg.swift
[298/535] Compiling msgs GeoPointStampedMsg.swift
[299/535] Compiling msgs GeoPoseMsg.swift
[300/535] Compiling msgs GeoPoseStampedMsg.swift
[301/535] Compiling msgs GeographicMapChangesMsg.swift
[302/535] Compiling msgs GeographicMapMsg.swift
[303/535] Compiling msgs GetGeoPathSrv.swift
[304/535] Compiling msgs GetGeographicMapSrv.swift
[305/535] Compiling msgs GetRoutePlanSrv.swift
[306/535] Compiling msgs MapFeatureMsg.swift
[307/535] Compiling msgs RouteNetworkMsg.swift
[308/535] Compiling msgs RoutePathMsg.swift
[309/535] Compiling msgs RouteSegmentMsg.swift
[310/535] Compiling msgs UpdateGeographicMapSrv.swift
[311/535] Compiling msgs WayPointMsg.swift
[312/535] Compiling msgs geographic_msgs.swift
[313/535] Compiling msgs AccelMsg.swift
[314/535] Compiling msgs AccelStampedMsg.swift
[315/535] Compiling msgs Vector3StampedMsg.swift
[316/535] Compiling msgs WrenchMsg.swift
[317/535] Compiling msgs WrenchStampedMsg.swift
[318/535] Compiling msgs geometry_msgs.swift
[319/535] Compiling msgs GetMapROISrv.swift
[320/535] Compiling msgs GetPointMapROISrv.swift
[321/535] Compiling msgs GetPointMapSrv.swift
[322/535] Compiling msgs OccupancyGridUpdateMsg.swift
[323/535] Compiling msgs PointCloud2UpdateMsg.swift
[324/535] Compiling msgs ProjectedMapInfoMsg.swift
[325/535] Compiling msgs ProjectedMapMsg.swift
[326/535] Compiling msgs SetMapProjectionsSrv.swift
[327/535] Compiling msgs map_msgs.swift
[328/535] Compiling msgs GetMapActionFeedbackMsg.swift
[329/535] Compiling msgs GetMapActionGoalMsg.swift
[330/535] Compiling msgs GetMapActionMsg.swift
[331/535] Compiling msgs GetMapActionResultMsg.swift
[332/535] Compiling msgs GetMapFeedbackMsg.swift
[333/535] Compiling msgs GetMapGoalMsg.swift
[334/535] Compiling msgs GetMapResultMsg.swift
[335/535] Compiling msgs GetMapSrv.swift
[336/535] Compiling msgs GetPlanSrv.swift
[337/535] Compiling msgs GridCellsMsg.swift
[338/535] Compiling msgs MapMetaDataMsg.swift
[339/535] Compiling NIOPosix PendingWritesManager.swift
[340/535] Compiling NIOPosix PipeChannel.swift
[341/535] Compiling NIOPosix PipePair.swift
[342/535] Compiling NIOPosix Pool.swift
[343/535] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[344/535] Compiling NIOPosix PosixSingletons.swift
[345/535] Compiling NIOPosix RawSocketBootstrap.swift
[346/535] Compiling NIOPosix Resolver.swift
[347/535] Compiling NIOPosix Selectable.swift
[348/535] Compiling NIOPosix SelectableChannel.swift
[349/535] Compiling NIOPosix SelectableEventLoop.swift
[350/535] Compiling NIOPosix SelectorEpoll.swift
[351/535] Compiling NIOPosix SelectorGeneric.swift
[352/535] Compiling NIOPosix SelectorKqueue.swift
[353/535] Compiling NIOPosix SelectorUring.swift
[354/535] Compiling NIOPosix ServerSocket.swift
[355/535] Compiling NIOPosix Socket.swift
[356/535] Compiling NIOPosix SocketChannel.swift
[357/535] Compiling NIOPosix SocketProtocols.swift
[358/535] Compiling NIOPosix System.swift
[359/535] Compiling NIOPosix Thread.swift
[360/535] Compiling msgs BodyRequestSrv.swift
[361/535] Compiling msgs ContactStateMsg.swift
[362/535] Compiling msgs ContactsStateMsg.swift
[363/535] Compiling msgs DeleteLightSrv.swift
[364/535] Compiling NIOPosix BSDSocketAPICommon.swift
[365/535] Compiling NIOPosix BSDSocketAPIPosix.swift
[366/535] Compiling NIOPosix BSDSocketAPIWindows.swift
[367/535] Compiling NIOPosix BaseSocket.swift
[368/535] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[369/535] Compiling NIOPosix BaseSocketChannel.swift
[370/535] Compiling NIOPosix BaseStreamSocketChannel.swift
[371/535] Compiling NIOPosix Bootstrap.swift
[372/535] Compiling NIOPosix ControlMessage.swift
[373/535] Compiling NIOPosix DatagramVectorReadManager.swift
[374/535] Compiling NIOPosix Errors+Any.swift
[375/535] Compiling NIOPosix FileDescriptor.swift
[376/535] Compiling NIOPosix GetaddrinfoResolver.swift
[377/535] Compiling NIOPosix HappyEyeballs.swift
[378/535] Compiling NIOPosix IO.swift
[379/535] Compiling NIOPosix IntegerBitPacking.swift
[380/535] Compiling NIOPosix IntegerTypes.swift
[381/535] Compiling NIOPosix Linux.swift
[382/535] Compiling NIOPosix LinuxCPUSet.swift
[383/535] Compiling NIOPosix LinuxUring.swift
[384/535] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[385/535] Compiling NIOPosix NIOThreadPool.swift
[386/535] Compiling NIOPosix NonBlockingFileIO.swift
[387/535] Compiling NIOPosix PendingDatagramWritesManager.swift
[388/535] Compiling msgs OccupancyGridMsg.swift
[389/535] Compiling msgs OdometryMsg.swift
[390/535] Compiling msgs PathMsg.swift
[391/535] Compiling msgs SetMapSrv.swift
[392/535] Compiling msgs nav_msgs.swift
[393/535] Compiling msgs ModelCoefficientsMsg.swift
[394/535] Compiling msgs PointIndicesMsg.swift
[395/535] Compiling msgs PolygonMeshMsg.swift
[396/535] Compiling msgs VerticesMsg.swift
[397/535] Compiling msgs pcl_msgs.swift
[398/535] Compiling msgs ClockMsg.swift
[399/535] Compiling msgs LogMsg.swift
[400/535] Compiling msgs TopicStatisticsMsg.swift
[401/535] Compiling msgs rosgraph_msgs.swift
[402/535] Compiling msgs BatteryStateMsg.swift
[403/535] Compiling msgs CameraInfoMsg.swift
[404/535] Compiling msgs ChannelFloat32Msg.swift
[405/535] Compiling msgs CompressedImageMsg.swift
[406/535] Compiling msgs FluidPressureMsg.swift
[407/535] Compiling msgs IlluminanceMsg.swift
[408/535] Compiling msgs ImageMsg.swift
[409/535] Compiling msgs ImuMsg.swift
[410/535] Compiling msgs JointStateMsg.swift
[411/535] Compiling msgs JoyFeedbackArrayMsg.swift
[412/535] Compiling msgs DeleteModelSrv.swift
[413/535] Compiling msgs GetJointPropertiesSrv.swift
[414/535] Compiling msgs GetLightPropertiesSrv.swift
[415/535] Compiling msgs GetLinkPropertiesSrv.swift
[416/535] Compiling msgs GetLinkStateSrv.swift
[417/535] Compiling msgs GetModelPropertiesSrv.swift
[418/535] Compiling msgs GetModelStateSrv.swift
[419/535] Compiling msgs GetPhysicsPropertiesSrv.swift
[420/535] Compiling msgs GetWorldPropertiesSrv.swift
[421/535] Compiling msgs JointRequestSrv.swift
[422/535] Compiling msgs LinkStateMsg.swift
[423/535] Compiling msgs LinkStatesMsg.swift
[424/535] Compiling msgs ModelStateMsg.swift
[425/535] Compiling msgs ModelStatesMsg.swift
[426/535] Compiling msgs ODEJointPropertiesMsg.swift
[427/535] Compiling msgs ODEPhysicsMsg.swift
[428/535] Compiling msgs SetJointPropertiesSrv.swift
[429/535] Compiling msgs SetJointTrajectorySrv.swift
[430/535] Compiling msgs SetLightPropertiesSrv.swift
[431/535] Compiling msgs SetLinkPropertiesSrv.swift
[432/535] Compiling msgs SetLinkStateSrv.swift
[433/535] Compiling msgs SetModelConfigurationSrv.swift
[434/535] Compiling msgs SetModelStateSrv.swift
[435/535] Compiling msgs SetPhysicsPropertiesSrv.swift
[436/535] Compiling RosNetwork Version.swift
[437/535] Compiling RosNetwork network.swift
[438/535] Emitting module RosNetwork
[439/536] Wrapping AST for RosNetwork for debugging
[441/536] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[442/536] Compiling NIOEmbedded AsyncTestingChannel.swift
[443/536] Emitting module NIOEmbedded
[444/536] Compiling NIOEmbedded Embedded.swift
[451/543] Wrapping AST for NIOEmbedded for debugging
[453/543] Compiling msgs EmptySrv.swift
[454/543] Compiling msgs SetBoolSrv.swift
[455/543] Compiling msgs TriggerSrv.swift
[456/543] Compiling msgs std_srvs.swift
[457/543] Compiling msgs DisparityImageMsg.swift
[458/543] Compiling msgs stereo_msgs.swift
[459/543] Compiling msgs JointTrajectoryMsg.swift
[460/543] Compiling msgs JointTrajectoryPointMsg.swift
[461/543] Compiling msgs MultiDOFJointTrajectoryMsg.swift
[462/543] Compiling msgs MultiDOFJointTrajectoryPointMsg.swift
[463/543] Compiling msgs trajectory_msgs.swift
[464/543] Compiling msgs UniqueIDMsg.swift
[465/543] Compiling msgs uuid_msgs.swift
[466/543] Compiling msgs ImageMarkerMsg.swift
[467/543] Compiling msgs InteractiveMarkerControlMsg.swift
[468/543] Compiling msgs InteractiveMarkerFeedbackMsg.swift
[469/543] Compiling msgs InteractiveMarkerInitMsg.swift
[470/543] Compiling msgs InteractiveMarkerMsg.swift
[471/543] Compiling msgs InteractiveMarkerPoseMsg.swift
[472/543] Compiling msgs InteractiveMarkerUpdateMsg.swift
[473/543] Compiling msgs MarkerArrayMsg.swift
[474/543] Compiling msgs MarkerMsg.swift
[475/543] Compiling msgs MenuEntryMsg.swift
[476/543] Compiling msgs visualization_msgs.swift
[478/544] Compiling NIOPosix ThreadPosix.swift
[479/544] Compiling NIOPosix ThreadWindows.swift
[480/544] Compiling NIOPosix UnsafeTransfer.swift
[481/544] Compiling NIOPosix Utilities.swift
[482/544] Compiling NIOPosix VsockAddress.swift
[483/544] Compiling NIOPosix VsockChannelEvents.swift
[483/546] Wrapping AST for msgs for debugging
[491/553] 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 {
[492/554] 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 {
[493/554] 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 {
[494/554] 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 {
[495/554] Compiling msgbuilderLib generateMessage.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 {
[496/554] Compiling msgbuilderLib generateStdMsg.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 {
[503/554] 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 {
[511/554] Emitting module NIOPosix
error: emit-module command failed with exit code 1 (use -v to see invocation)
[532/554] 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 {
[533/554] 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 {
[534/554] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[4/97] Compiling Atomics AtomicInteger.swift
[5/97] Compiling Atomics AtomicOptionalWrappable.swift
[6/97] Compiling Logging MetadataProvider.swift
[7/97] Emitting module Logging
[8/97] Compiling Atomics Primitives.native.swift
[9/97] Compiling Atomics ManagedAtomic.swift
[10/97] Compiling Atomics UnsafeAtomic.swift
[11/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/97] Compiling Atomics Primitives.shims.swift
[16/97] Compiling Atomics ManagedAtomicLazyReference.swift
[17/99] Compiling Atomics AtomicMemoryOrderings.swift
[18/99] Compiling Atomics DoubleWord.swift
[19/99] Compiling _NIODataStructures Heap.swift
[20/99] Compiling _NIOBase64 Base64.swift
[21/99] Emitting module _NIOBase64
[22/100] Compiling Logging Locks.swift
[24/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/100] Compiling NIOConcurrencyHelpers atomics.swift
[27/100] Emitting module NIOConcurrencyHelpers
[28/100] Compiling NIOConcurrencyHelpers lock.swift
[29/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/100] Compiling Atomics AtomicReference.swift
[31/100] Compiling Atomics AtomicStorage.swift
[32/100] Compiling Atomics AtomicValue.swift
[33/101] Compiling Atomics IntegerOperations.swift
[34/101] Compiling Atomics Unmanaged extensions.swift
[35/101] Compiling _NIODataStructures _TinyArray.swift
[36/101] Compiling _NIODataStructures PriorityQueue.swift
[37/101] Emitting module _NIODataStructures
[39/101] Compiling BinaryCoder BinaryEncoder.swift
[40/101] Compiling BinaryCoder BinaryCodable.swift
[41/101] Compiling BinaryCoder BinaryCodableExtensions.swift
[42/101] Emitting module BinaryCoder
[43/101] Compiling BinaryCoder BinaryDecoder.swift
[47/100] Compiling Atomics OptionalRawRepresentable.swift
[48/100] Compiling Atomics RawRepresentable.swift
[49/100] Emitting module InternalCollectionsUtilities
[50/100] Compiling Atomics IntegerConformances.swift
[51/100] Compiling Atomics PointerConformances.swift
[52/100] Compiling Atomics AtomicBool.swift
[54/101] Compiling rpcobject XmlRpcUtil.swift
[55/101] Compiling rpcobject XmlRpcValue.swift
[56/101] Emitting module rpcobject
[60/100] Compiling Logging LogHandler.swift
[61/100] Compiling Logging Logging.swift
[61/101] Wrapping AST for InternalCollectionsUtilities for debugging
[63/116] Wrapping AST for Logging for debugging
[65/116] Compiling DequeModule Deque+CustomReflectable.swift
[66/116] Compiling DequeModule Deque+Descriptions.swift
[67/118] Compiling DequeModule _DequeBuffer.swift
[68/118] Compiling DequeModule _DequeBufferHeader.swift
[69/120] Compiling DequeModule Deque+Equatable.swift
[70/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/120] Compiling DequeModule _DequeSlot.swift
[72/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/120] Compiling LoggerAPI Logger.swift
[74/120] Emitting module LoggerAPI
[75/121] Emitting module Atomics
[77/120] Compiling DequeModule Deque._UnsafeHandle.swift
[78/120] Compiling DequeModule Deque.swift
[79/120] Compiling DequeModule Deque+Extras.swift
[80/120] Compiling DequeModule Deque+Hashable.swift
[81/120] Compiling DequeModule Deque+Testing.swift
[82/120] Compiling DequeModule Deque._Storage.swift
[83/120] Compiling DequeModule Deque+Codable.swift
[84/120] Compiling DequeModule Deque+Collection.swift
[91/125] Wrapping AST for Atomics for debugging
[93/133] Emitting module DequeModule
[95/134] Compiling HeliumLogger HeliumStreamLogger.swift
[96/134] Emitting module HeliumLogger
[97/134] Compiling RosTime WallTime.swift
[98/134] Compiling RosTime TimeBase.swift
[99/134] Compiling RosTime DurationBase.swift
[100/134] Compiling HeliumLogger HeliumLogHandler.swift
[101/134] Compiling HeliumLogger HeliumLogger.swift
[102/135] Emitting module RosTime
[102/135] Wrapping AST for DequeModule for debugging
[104/135] Compiling RosTime Duration.swift
[105/135] Compiling RosTime Time.swift
[106/135] Compiling RosTime SteadyTime.swift
[107/135] Compiling RosTime Rate.swift
[110/225] Compiling StdMsgs UInt64MultiArrayMsg.swift
[111/225] Compiling StdMsgs UInt8MultiArrayMsg.swift
[112/225] Compiling StdMsgs boolMsg.swift
[113/225] Compiling StdMsgs byteMsg.swift
[114/225] Compiling StdMsgs charMsg.swift
[115/225] Compiling StdMsgs durationMsg.swift
[116/225] Compiling StdMsgs emptyMsg.swift
[117/225] Compiling StdMsgs float32Msg.swift
[118/225] Compiling StdMsgs MultiArrayDimensionMsg.swift
[119/225] Compiling StdMsgs MultiArrayLayoutMsg.swift
[120/225] Compiling StdMsgs UInt16MultiArrayMsg.swift
[121/225] Compiling StdMsgs UInt32MultiArrayMsg.swift
[122/229] Compiling StdMsgs float64Msg.swift
[123/229] Compiling StdMsgs int16Msg.swift
[124/229] Compiling StdMsgs int32Msg.swift
[125/229] Compiling StdMsgs int64Msg.swift
[126/229] Compiling StdMsgs int8Msg.swift
[127/229] Compiling StdMsgs std_msgs.swift
[128/229] Compiling StdMsgs stringMsg.swift
[129/229] Compiling StdMsgs timeMsg.swift
[130/229] Emitting module StdMsgs
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[131/229] Compiling StdMsgs uint16Msg.swift
[132/229] Compiling StdMsgs uint32Msg.swift
[133/229] Compiling StdMsgs uint64Msg.swift
[134/229] Compiling StdMsgs uint8Msg.swift
[135/229] Compiling StdMsgs ByteMultiArrayMsg.swift
[136/229] Compiling StdMsgs ColorRGBAMsg.swift
[137/229] Compiling StdMsgs Float32MultiArrayMsg.swift
[138/229] Compiling StdMsgs Float64MultiArrayMsg.swift
[139/229] Compiling StdMsgs HeaderMsg.swift
[140/229] Compiling StdMsgs Int16MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[141/229] Compiling StdMsgs Int32MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[142/229] Compiling StdMsgs Int64MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[143/229] Compiling StdMsgs Int8MultiArrayMsg.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[144/229] Compiling StdMsgs Message.swift
/host/spi-builder-workspace/Sources/StdMsgs/Message.swift:47:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
45 | // Builtin native types
46 |
47 | extension Bool: Message {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'BinaryEncodable', 'BinaryDecodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
48 | public static let md5sum = std_msgs.bool.md5sum
49 | public static let datatype = std_msgs.bool.datatype
[146/229] Compiling NIOCore IO.swift
[147/229] Compiling NIOCore IOData.swift
[148/229] Compiling NIOCore IPProtocol.swift
[149/229] Compiling NIOCore IntegerBitPacking.swift
[150/229] Compiling NIOCore IntegerTypes.swift
[151/229] Compiling NIOCore Interfaces.swift
[152/229] Compiling NIOCore Linux.swift
[153/229] Compiling NIOCore MarkedCircularBuffer.swift
[162/237] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[163/237] Compiling NIOCore EventLoopFuture+Deprecated.swift
[164/237] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[165/237] Compiling NIOCore EventLoopFuture.swift
[166/237] Compiling NIOCore FileDescriptor.swift
[167/237] Compiling NIOCore FileHandle.swift
[168/237] Compiling NIOCore FileRegion.swift
[169/237] Compiling NIOCore GlobalSingletons.swift
[170/407] Compiling msgs DeleteModelSrv.swift
[171/407] Compiling msgs GetJointPropertiesSrv.swift
[172/407] Compiling msgs GetLightPropertiesSrv.swift
[173/407] Compiling msgs GetLinkPropertiesSrv.swift
[174/407] Compiling msgs GetLinkStateSrv.swift
[175/407] Compiling msgs GetModelPropertiesSrv.swift
[176/407] Compiling msgs GetModelStateSrv.swift
[177/407] Compiling msgs GetPhysicsPropertiesSrv.swift
[178/407] Compiling msgs GetWorldPropertiesSrv.swift
[179/407] Compiling msgs actionlib_msgs.swift
[180/407] Compiling msgs GripperCommandMsg.swift
[181/407] Compiling msgs JointControllerStateMsg.swift
[182/407] Compiling msgs JointJogMsg.swift
[183/407] Compiling msgs JointToleranceMsg.swift
[184/407] Compiling msgs JointTrajectoryControllerStateMsg.swift
[185/407] Compiling msgs PidStateMsg.swift
[186/407] Compiling msgs QueryCalibrationStateSrv.swift
[187/407] Compiling msgs QueryTrajectoryStateSrv.swift
[188/407] Compiling msgs control_msgs.swift
[189/407] Compiling msgs AddDiagnosticsSrv.swift
[190/407] Compiling msgs DiagnosticArrayMsg.swift
[191/407] Compiling msgs DiagnosticStatusMsg.swift
[192/407] Compiling msgs KeyValueMsg.swift
[193/407] Compiling msgs SelfTestSrv.swift
[194/407] Compiling msgs diagnostic_msgs.swift
[195/407] Compiling msgs Vector3StampedMsg.swift
[196/407] Compiling msgs WrenchMsg.swift
[197/407] Compiling msgs WrenchStampedMsg.swift
[198/407] Compiling msgs geometry_msgs.swift
[199/407] Compiling msgs GetMapROISrv.swift
[200/407] Compiling msgs GetPointMapROISrv.swift
[201/407] Compiling msgs GetPointMapSrv.swift
[202/407] Compiling msgs OccupancyGridUpdateMsg.swift
[203/407] Compiling msgs PointCloud2UpdateMsg.swift
[204/407] Compiling msgs ProjectedMapInfoMsg.swift
[205/407] Compiling msgs ProjectedMapMsg.swift
[206/407] Compiling msgs SetMapProjectionsSrv.swift
[207/407] Compiling msgs map_msgs.swift
[208/407] Compiling msgs GetMapActionFeedbackMsg.swift
[209/407] Compiling msgs GetMapActionGoalMsg.swift
[210/407] Compiling msgs GetMapActionMsg.swift
[211/407] Compiling msgs GetMapActionResultMsg.swift
[212/407] Compiling msgs GetMapFeedbackMsg.swift
[213/407] Compiling msgs GetMapGoalMsg.swift
[214/407] Compiling msgs GetMapResultMsg.swift
[215/407] Compiling msgs GetMapSrv.swift
[216/407] Compiling msgs GetPlanSrv.swift
[217/407] Compiling msgs GridCellsMsg.swift
[218/407] Compiling msgs MapMetaDataMsg.swift
[219/431] Compiling msgs GoalIDMsg.swift
[220/431] Compiling msgs GoalStatusArrayMsg.swift
[221/431] Compiling msgs GoalStatusMsg.swift
[238/431] Compiling msgs ApplyBodyWrenchSrv.swift
[239/431] Compiling msgs ApplyJointEffortSrv.swift
[240/431] Compiling msgs BodyRequestSrv.swift
[241/431] Compiling msgs ContactStateMsg.swift
[242/431] Compiling msgs ContactsStateMsg.swift
[243/431] Compiling msgs DeleteLightSrv.swift
[244/431] Compiling msgs AccelWithCovarianceMsg.swift
[245/431] Compiling msgs AccelWithCovarianceStampedMsg.swift
[246/431] Compiling msgs InertiaMsg.swift
[247/431] Compiling msgs InertiaStampedMsg.swift
[248/431] Compiling msgs Point32Msg.swift
[249/431] Compiling msgs PointMsg.swift
[250/431] Compiling msgs PointStampedMsg.swift
[251/431] Compiling msgs PolygonMsg.swift
[252/431] Compiling msgs PolygonStampedMsg.swift
[253/431] Compiling msgs Pose2DMsg.swift
[254/431] Compiling msgs PoseArrayMsg.swift
[255/431] Compiling msgs PoseMsg.swift
[256/431] Compiling msgs PoseStampedMsg.swift
[257/431] Compiling msgs PoseWithCovarianceMsg.swift
[258/431] Compiling msgs PoseWithCovarianceStampedMsg.swift
[259/431] Compiling msgs QuaternionMsg.swift
[260/431] Compiling msgs QuaternionStampedMsg.swift
[261/431] Compiling msgs TransformMsg.swift
[262/431] Compiling msgs TransformStampedMsg.swift
[263/431] Compiling msgs TwistMsg.swift
[264/431] Compiling msgs TwistStampedMsg.swift
[265/431] Compiling msgs TwistWithCovarianceMsg.swift
[266/431] Compiling msgs TwistWithCovarianceStampedMsg.swift
[267/431] Compiling msgs Vector3Msg.swift
[268/431] Compiling msgs SpawnModelSrv.swift
[269/431] Compiling msgs WorldStateMsg.swift
[270/431] Compiling msgs gazebo_msgs.swift
[271/431] Compiling msgs BoundingBoxMsg.swift
[272/431] Compiling msgs GeoKeyValueMsg.swift
[273/431] Compiling msgs GeoPathMsg.swift
[274/431] Compiling msgs GeoPointMsg.swift
[275/431] Compiling msgs GeoPointStampedMsg.swift
[276/431] Compiling msgs GeoPoseMsg.swift
[277/431] Compiling msgs GeoPoseStampedMsg.swift
[278/431] Compiling msgs GeographicMapChangesMsg.swift
[279/431] Compiling msgs GeographicMapMsg.swift
[280/431] Compiling msgs GetGeoPathSrv.swift
[281/431] Compiling msgs GetGeographicMapSrv.swift
[282/431] Compiling msgs GetRoutePlanSrv.swift
[283/431] Compiling msgs MapFeatureMsg.swift
[284/431] Compiling msgs RouteNetworkMsg.swift
[285/431] Compiling msgs RoutePathMsg.swift
[286/431] Compiling msgs RouteSegmentMsg.swift
[287/431] Compiling msgs UpdateGeographicMapSrv.swift
[288/431] Compiling msgs WayPointMsg.swift
[289/431] Compiling msgs geographic_msgs.swift
[290/431] Compiling msgs AccelMsg.swift
[291/431] Compiling msgs AccelStampedMsg.swift
[292/431] Compiling msgs JoyFeedbackMsg.swift
[293/431] Compiling msgs JoyMsg.swift
[294/431] Compiling msgs LaserEchoMsg.swift
[295/431] Compiling msgs LaserScanMsg.swift
[296/431] Compiling msgs MagneticFieldMsg.swift
[297/431] Compiling msgs MultiDOFJointStateMsg.swift
[298/431] Compiling msgs MultiEchoLaserScanMsg.swift
[299/431] Compiling msgs NavSatFixMsg.swift
[300/431] Compiling msgs NavSatStatusMsg.swift
[301/431] Compiling msgs PointCloud2Msg.swift
[302/431] Compiling msgs PointCloudMsg.swift
[303/431] Compiling msgs PointFieldMsg.swift
[304/431] Compiling msgs RangeMsg.swift
[305/431] Compiling msgs RegionOfInterestMsg.swift
[306/431] Compiling msgs RelativeHumidityMsg.swift
[307/431] Compiling msgs SetCameraInfoSrv.swift
[308/431] Compiling msgs TemperatureMsg.swift
[309/431] Compiling msgs TimeReferenceMsg.swift
[310/431] Compiling msgs sensor_msgs.swift
[311/431] Compiling msgs MeshMsg.swift
[312/431] Compiling msgs MeshTriangleMsg.swift
[313/431] Compiling msgs PlaneMsg.swift
[314/431] Compiling msgs SolidPrimitiveMsg.swift
[315/431] Compiling msgs shape_msgs.swift
[316/431] Compiling msgs OccupancyGridMsg.swift
[317/431] Compiling msgs OdometryMsg.swift
[318/431] Compiling msgs PathMsg.swift
[319/431] Compiling msgs SetMapSrv.swift
[320/431] Compiling msgs nav_msgs.swift
[321/431] Compiling msgs ModelCoefficientsMsg.swift
[322/431] Compiling msgs PointIndicesMsg.swift
[323/431] Compiling msgs PolygonMeshMsg.swift
[324/431] Compiling msgs VerticesMsg.swift
[325/431] Compiling msgs pcl_msgs.swift
[326/431] Compiling msgs ClockMsg.swift
[327/431] Compiling msgs LogMsg.swift
[328/431] Compiling msgs TopicStatisticsMsg.swift
[329/431] Compiling msgs rosgraph_msgs.swift
[330/431] Compiling msgs BatteryStateMsg.swift
[331/431] Compiling msgs CameraInfoMsg.swift
[332/431] Compiling msgs ChannelFloat32Msg.swift
[333/431] Compiling msgs CompressedImageMsg.swift
[334/431] Compiling msgs FluidPressureMsg.swift
[335/431] Compiling msgs IlluminanceMsg.swift
[336/431] Compiling msgs ImageMsg.swift
[337/431] Compiling msgs ImuMsg.swift
[338/431] Compiling msgs JointStateMsg.swift
[339/431] Compiling msgs JoyFeedbackArrayMsg.swift
[340/431] Emitting module msgs
[350/431] Compiling msgs JointRequestSrv.swift
[351/431] Compiling msgs LinkStateMsg.swift
[352/431] Compiling msgs LinkStatesMsg.swift
[353/431] Compiling msgs ModelStateMsg.swift
[354/431] Compiling msgs ModelStatesMsg.swift
[355/431] Compiling msgs ODEJointPropertiesMsg.swift
[356/431] Compiling msgs ODEPhysicsMsg.swift
[357/431] Compiling msgs SetJointPropertiesSrv.swift
[358/431] Compiling msgs SetJointTrajectorySrv.swift
[359/431] Compiling msgs SetLightPropertiesSrv.swift
[360/431] Compiling msgs SetLinkPropertiesSrv.swift
[361/431] Compiling msgs SetLinkStateSrv.swift
[362/431] Compiling msgs SetModelConfigurationSrv.swift
[363/431] Compiling msgs SetModelStateSrv.swift
[364/431] Compiling msgs SetPhysicsPropertiesSrv.swift
[365/431] Compiling msgs EmptySrv.swift
[366/431] Compiling msgs SetBoolSrv.swift
[367/431] Compiling msgs TriggerSrv.swift
[368/431] Compiling msgs std_srvs.swift
[369/431] Compiling msgs DisparityImageMsg.swift
[370/431] Compiling msgs stereo_msgs.swift
[371/431] Compiling msgs JointTrajectoryMsg.swift
[372/431] Compiling msgs JointTrajectoryPointMsg.swift
[373/431] Compiling msgs MultiDOFJointTrajectoryMsg.swift
[374/431] Compiling msgs MultiDOFJointTrajectoryPointMsg.swift
[375/431] Compiling msgs trajectory_msgs.swift
[376/431] Compiling msgs UniqueIDMsg.swift
[377/431] Compiling msgs uuid_msgs.swift
[378/431] Compiling msgs ImageMarkerMsg.swift
[379/431] Compiling msgs InteractiveMarkerControlMsg.swift
[380/431] Compiling msgs InteractiveMarkerFeedbackMsg.swift
[381/431] Compiling msgs InteractiveMarkerInitMsg.swift
[382/431] Compiling msgs InteractiveMarkerMsg.swift
[383/431] Compiling msgs InteractiveMarkerPoseMsg.swift
[384/431] Compiling msgs InteractiveMarkerUpdateMsg.swift
[385/431] Compiling msgs MarkerArrayMsg.swift
[386/431] Compiling msgs MarkerMsg.swift
[387/431] Compiling msgs MenuEntryMsg.swift
[388/431] Compiling msgs visualization_msgs.swift
[408/440] 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 {
[409/440] 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 {
[410/441] 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 {
[411/441] 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 {
[412/441] 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 {
[413/441] Emitting module NIOCore
[415/442] 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)
[416/442] 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 {
[417/442] 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 {
[418/442] Compiling msgbuilderLib generateMessage.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 {
[419/442] Compiling msgbuilderLib generateStdMsg.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 {
BUILD FAILURE 6.1 android