Build Information
Failed to build RosSwift, reference 1.3.6 (5510d8
), with Swift 6.1 for Android on 29 May 2025 05:44:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 1.3.6
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
* tag 1.3.6 -> FETCH_HEAD
HEAD is now at 5510d86 update package
Cloned https://github.com/tgu/rosswift.git
Revision (git rev-parse @):
5510d86621b1b8734b92470aa729b5055940c692
SUCCESS checkout https://github.com/tgu/rosswift.git at 1.3.6
========================================
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"
},
{
"identity" : "openssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/OpenSSL.git"
},
{
"identity" : "netservice",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Bouke/NetService.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" : "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",
"NetService"
],
"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",
"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_dependencies" : [
"OpenSSL"
],
"product_memberships" : [
"msgbuilder"
],
"sources" : [
"generateMessage.swift",
"generateStdMsg.swift",
"md5.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_dependencies" : [
"OpenSSL"
],
"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",
"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",
"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",
"NetService"
],
"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-1":/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/OpenSSL.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/Bouke/NetService.git
[1/5914] Fetching swift-nio-extras
[120/9750] Fetching swift-nio-extras, swift-log
[121/10618] Fetching swift-nio-extras, swift-log, netservice
[896/12328] Fetching swift-nio-extras, swift-log, netservice, swift-atomics
[1732/12531] Fetching swift-nio-extras, swift-log, netservice, swift-atomics, openssl
[8082/29122] Fetching swift-nio-extras, swift-log, netservice, swift-atomics, openssl, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
[11516/25286] Fetching swift-nio-extras, netservice, swift-atomics, openssl, swift-collections
Fetching https://github.com/IBM-Swift/HeliumLogger.git
Fetched https://github.com/IBM-Swift/OpenSSL.git from cache (0.64s)
Fetched https://github.com/Bouke/NetService.git from cache (0.64s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/tgu/BinaryCoder.git
[4314/16591] Fetching swift-collections
[5808/17858] Fetching swift-collections, heliumlogger
[9232/18026] Fetching swift-collections, heliumlogger, binarycoder
Fetched https://github.com/IBM-Swift/HeliumLogger.git from cache (0.40s)
[8796/16759] Fetching swift-collections, binarycoder
Fetched https://github.com/tgu/BinaryCoder.git from cache (0.33s)
[9126/16591] Fetching swift-collections
[16592/92684] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
[6088/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.74s)
Computing version for https://github.com/IBM-Swift/HeliumLogger.git
Computed https://github.com/IBM-Swift/HeliumLogger.git at 1.9.200 (7.33s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.21s)
Computing version for https://github.com/tgu/BinaryCoder.git
Computed https://github.com/tgu/BinaryCoder.git at 1.1.0 (2.14s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.51s)
Computing version for https://github.com/Bouke/NetService.git
Computed https://github.com/Bouke/NetService.git at 0.8.1 (0.55s)
Computing version for https://github.com/IBM-Swift/OpenSSL.git
Computed https://github.com/IBM-Swift/OpenSSL.git at 2.3.1 (0.55s)
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.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.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.27.1 (0.77s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[2427/4016] Fetching swift-service-lifecycle, swift-asn1
[3095/10171] Fetching swift-service-lifecycle, swift-asn1, swift-certificates
[5433/15156] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
[4338/12730] Fetching swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.32s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[12731/27573] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-ssl
[15552/28714] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-ssl, swift-http-structured-headers
[17275/34673] Fetching swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-ssl, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.47s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (3.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.43s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-asn1.git from cache (3.81s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.81s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.84s)
[1/904] Fetching swift-http-types
[905/12431] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (1.07s)
[2767/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.32s)
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.84s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.60s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.03s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.95s)
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.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
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.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.46s)
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.63s)
Creating working copy for https://github.com/Bouke/NetService.git
Working copy of https://github.com/Bouke/NetService.git resolved at 0.8.1
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-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/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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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/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/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/IBM-Swift/OpenSSL.git
Working copy of https://github.com/IBM-Swift/OpenSSL.git resolved at 2.3.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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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.3
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
apt-get install libavahi-compat-libdnssd-dev
Building for debugging...
[0/81] Write sources
[28/81] Compiling CNIOWASI CNIOWASI.c
[29/81] Compiling CNIOWindows shim.c
[29/81] Compiling _AtomicsShims.c
[31/81] Compiling CNIOLinux liburing_shims.c
[32/81] Compiling CNIOWindows WSAStartup.c
[33/81] Compiling CNIOLinux shim.c
[33/81] Write sources
[36/81] Compiling CNIODarwin shim.c
[37/81] Compiling CNIOLLHTTP c_nio_http.c
[38/81] Compiling CNIOLLHTTP c_nio_api.c
[39/81] Write swift-version-24593BA9C3E375BF.txt
[40/96] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/117] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/118] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/118] Emitting module _NIOBase64
[45/118] Compiling Logging LogHandler.swift
[46/118] Compiling _NIOBase64 Base64.swift
[47/118] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/118] Compiling InternalCollectionsUtilities Debugging.swift
[49/118] Compiling InternalCollectionsUtilities Descriptions.swift
[50/118] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/119] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/119] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/119] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/119] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/119] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/119] Compiling InternalCollectionsUtilities Integer rank.swift
[57/119] Compiling _NIODataStructures Heap.swift
[58/119] Emitting module InternalCollectionsUtilities
[59/119] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/119] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/119] Emitting module _NIODataStructures
[62/119] Compiling _NIODataStructures PriorityQueue.swift
[63/119] Compiling _NIODataStructures _TinyArray.swift
[63/121] Compiling c-nioatomics.c
[68/121] Compiling NetService Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[69/121] Emitting module rpcobject
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/121] Emitting module NetService
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[70/121] Wrapping AST for _NIOBase64 for debugging
[71/121] Wrapping AST for _NIODataStructures for debugging
[72/160] Wrapping AST for InternalCollectionsUtilities for debugging
[74/160] Compiling NetService ServiceFlags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[75/160] Compiling Atomics AtomicStorage.swift
[76/160] Compiling Atomics AtomicValue.swift
[77/162] Compiling Atomics AtomicBool.swift
[78/162] Compiling Atomics IntegerConformances.swift
[79/162] Compiling Atomics PointerConformances.swift
[80/162] Compiling Atomics Primitives.native.swift
[80/162] Compiling c-atomics.c
[82/162] Compiling DequeModule _DequeSlot.swift
[83/162] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/164] Compiling Atomics UnsafeAtomic.swift
[85/164] Compiling Atomics UnsafeAtomicLazyReference.swift
[86/164] Compiling Atomics AtomicMemoryOrderings.swift
[87/164] Compiling Atomics DoubleWord.swift
[90/170] Compiling Atomics IntegerOperations.swift
[91/170] Compiling Atomics Unmanaged extensions.swift
[92/170] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/170] Compiling Atomics Primitives.shims.swift
[94/170] Compiling Atomics AtomicInteger.swift
[96/170] Compiling Atomics AtomicReference.swift
[97/170] Compiling Atomics AtomicOptionalWrappable.swift
[105/170] Compiling Atomics OptionalRawRepresentable.swift
[106/170] Compiling Atomics RawRepresentable.swift
[107/170] Compiling NIOConcurrencyHelpers lock.swift
[108/170] Compiling NIOConcurrencyHelpers NIOLock.swift
[109/170] Emitting module DequeModule
[111/171] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[112/171] Emitting module NIOConcurrencyHelpers
[113/171] Compiling NIOConcurrencyHelpers atomics.swift
[114/172] Wrapping AST for DequeModule for debugging
[115/172] Wrapping AST for NIOConcurrencyHelpers for debugging
[117/172] Compiling Logging MetadataProvider.swift
[118/172] Compiling Logging Logging.swift
[119/172] Emitting module Logging
[120/172] Compiling Logging Locks.swift
[122/173] Compiling NetService NetServiceDelegate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[122/173] Wrapping AST for Logging for debugging
[124/175] Compiling NetService NetServiceBrowserDelegate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[125/175] Compiling NetService NetServiceBrowser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[129/175] Emitting module Atomics
[130/175] Compiling rpcobject XmlRpcValue.swift
[134/175] Compiling rpcobject XmlRpcUtil.swift
[137/177] Emitting module LoggerAPI
[138/177] Compiling LoggerAPI Logger.swift
[138/178] Wrapping AST for rpcobject for debugging
[139/178] Wrapping AST for Atomics for debugging
[141/238] Wrapping AST for LoggerAPI for debugging
[143/242] Emitting module HeliumLogger
[144/242] Compiling HeliumLogger HeliumStreamLogger.swift
[145/242] Compiling BinaryCoder BinaryCodable.swift
[146/242] Emitting module BinaryCoder
[147/242] Compiling HeliumLogger HeliumLogHandler.swift
[148/242] Compiling HeliumLogger HeliumLogger.swift
[150/243] Compiling BinaryCoder BinaryCodableExtensions.swift
[150/243] Wrapping AST for HeliumLogger for debugging
[152/243] Compiling BinaryCoder BinaryEncoder.swift
[153/243] Compiling BinaryCoder BinaryDecoder.swift
[154/244] Wrapping AST for BinaryCoder for debugging
[156/252] Compiling NIOCore MulticastChannel.swift
[157/252] Compiling NIOCore NIOAny.swift
[158/252] Compiling NIOCore NIOCloseOnErrorHandler.swift
[159/252] Compiling NIOCore NIOLoopBound.swift
[160/252] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[161/252] Compiling NIOCore NIOScheduledCallback.swift
[162/252] Compiling NIOCore NIOSendable.swift
[163/252] Compiling NIOCore RecvByteBufferAllocator.swift
[164/252] Compiling NIOCore IO.swift
[165/252] Compiling NIOCore IOData.swift
[166/252] Compiling NIOCore IPProtocol.swift
[167/252] Compiling NIOCore IntegerBitPacking.swift
[168/252] Compiling NIOCore IntegerTypes.swift
[169/252] Compiling NIOCore Interfaces.swift
[170/252] Compiling NIOCore Linux.swift
[171/252] Compiling NIOCore MarkedCircularBuffer.swift
[172/260] Compiling RosTime WallTime.swift
[173/260] Compiling RosTime TimeBase.swift
[174/260] Compiling RosTime Rate.swift
[175/260] Compiling RosTime DurationBase.swift
[176/260] Compiling RosTime SteadyTime.swift
[177/260] Emitting module RosTime
/host/spi-builder-workspace/Sources/RosTime/Time.swift:21:25: warning: static property 'useSimTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | public let nanoseconds: UInt64
20 |
21 | internal static var useSimTime = ManagedAtomic(true)
| |- warning: static property 'useSimTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'useSimTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'useSimTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | public static var gStopped = ManagedAtomic(false)
23 | public static var gInitialized = ManagedAtomic(false)
/host/spi-builder-workspace/Sources/RosTime/Time.swift:22:23: warning: static property 'gStopped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 |
21 | internal static var useSimTime = ManagedAtomic(true)
22 | public static var gStopped = ManagedAtomic(false)
| |- warning: static property 'gStopped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gStopped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gStopped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | public static var gInitialized = ManagedAtomic(false)
24 | public static var simTime = Time()
/host/spi-builder-workspace/Sources/RosTime/Time.swift:23:23: warning: static property 'gInitialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | internal static var useSimTime = ManagedAtomic(true)
22 | public static var gStopped = ManagedAtomic(false)
23 | public static var gInitialized = ManagedAtomic(false)
| |- warning: static property 'gInitialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gInitialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gInitialized' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | public static var simTime = Time()
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
/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 var gStopped = ManagedAtomic(false)
23 | public static var 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) {
[178/260] Compiling RosTime Duration.swift
[179/260] Compiling RosTime Time.swift
/host/spi-builder-workspace/Sources/RosTime/Time.swift:21:25: warning: static property 'useSimTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
19 | public let nanoseconds: UInt64
20 |
21 | internal static var useSimTime = ManagedAtomic(true)
| |- warning: static property 'useSimTime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'useSimTime' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'useSimTime' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | public static var gStopped = ManagedAtomic(false)
23 | public static var gInitialized = ManagedAtomic(false)
/host/spi-builder-workspace/Sources/RosTime/Time.swift:22:23: warning: static property 'gStopped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 |
21 | internal static var useSimTime = ManagedAtomic(true)
22 | public static var gStopped = ManagedAtomic(false)
| |- warning: static property 'gStopped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gStopped' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gStopped' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | public static var gInitialized = ManagedAtomic(false)
24 | public static var simTime = Time()
/host/spi-builder-workspace/Sources/RosTime/Time.swift:23:23: warning: static property 'gInitialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | internal static var useSimTime = ManagedAtomic(true)
22 | public static var gStopped = ManagedAtomic(false)
23 | public static var gInitialized = ManagedAtomic(false)
| |- warning: static property 'gInitialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'gInitialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'gInitialized' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | public static var simTime = Time()
25 | public static let simTimeQueue = DispatchQueue(label: "g_sim_time_mutex")
/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 var gStopped = ManagedAtomic(false)
23 | public static var 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) {
[180/261] Wrapping AST for RosTime for debugging
[182/292] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[183/292] Compiling NIOCore EventLoopFuture+Deprecated.swift
[184/292] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[185/292] Compiling NIOCore EventLoopFuture.swift
[186/292] Compiling NIOCore FileDescriptor.swift
[187/292] Compiling NIOCore FileHandle.swift
[188/292] Compiling NIOCore FileRegion.swift
[189/292] Compiling NIOCore GlobalSingletons.swift
[190/292] Compiling StdMsgs charMsg.swift
[191/292] Compiling StdMsgs durationMsg.swift
[192/292] Compiling StdMsgs emptyMsg.swift
[193/292] Compiling StdMsgs float32Msg.swift
[194/292] Compiling StdMsgs float64Msg.swift
[195/292] Compiling StdMsgs int16Msg.swift
[196/292] Compiling StdMsgs int32Msg.swift
[197/292] Compiling StdMsgs int64Msg.swift
[198/292] Compiling StdMsgs int8Msg.swift
[199/292] Compiling StdMsgs std_msgs.swift
[200/292] Compiling StdMsgs stringMsg.swift
[201/292] Compiling StdMsgs timeMsg.swift
[210/296] Compiling StdMsgs UInt64MultiArrayMsg.swift
[211/296] Compiling StdMsgs UInt8MultiArrayMsg.swift
[212/296] Compiling StdMsgs boolMsg.swift
[213/296] Compiling StdMsgs byteMsg.swift
[214/296] Compiling StdMsgs MultiArrayDimensionMsg.swift
[215/296] Compiling StdMsgs MultiArrayLayoutMsg.swift
[216/296] Compiling StdMsgs UInt16MultiArrayMsg.swift
[217/296] Compiling StdMsgs UInt32MultiArrayMsg.swift
[218/296] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[219/296] Compiling NIOCore SocketAddresses.swift
[220/296] Compiling NIOCore SocketOptionProvider.swift
[221/296] Compiling NIOCore SystemCallHelpers.swift
[222/296] Compiling NIOCore TimeAmount+Duration.swift
[223/296] Compiling NIOCore TypeAssistedChannelHandler.swift
[224/296] Compiling NIOCore UniversalBootstrapSupport.swift
[225/296] Compiling NIOCore Utilities.swift
[226/296] 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
[227/296] Compiling StdMsgs uint16Msg.swift
[228/296] Compiling StdMsgs uint32Msg.swift
[229/296] Compiling StdMsgs uint64Msg.swift
[230/296] Compiling StdMsgs uint8Msg.swift
[231/296] Compiling StdMsgs ByteMultiArrayMsg.swift
[232/296] Compiling StdMsgs ColorRGBAMsg.swift
[233/296] Compiling StdMsgs Float32MultiArrayMsg.swift
[234/296] Compiling StdMsgs Float64MultiArrayMsg.swift
[235/296] Compiling StdMsgs HeaderMsg.swift
[236/296] Compiling StdMsgs Int16MultiArrayMsg.swift
[237/296] Compiling StdMsgs Int32MultiArrayMsg.swift
[238/296] Compiling StdMsgs Int64MultiArrayMsg.swift
[239/296] 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
/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
/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
/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
[249/296] 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
[250/297] Wrapping AST for StdMsgs for debugging
[252/467] Compiling NetService NetService.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[253/467] Compiling NetService FoundationCompat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
apt-get install libavahi-compat-libdnssd-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install avahi-compat-libdns_sd using your system-packager:
apt-get install libavahi-compat-libdnssd-dev
[0/1] Planning build
Building for debugging...
[0/39] Write swift-version-24593BA9C3E375BF.txt
[2/86] Compiling Logging MetadataProvider.swift
[3/86] Compiling NetService Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[4/86] Emitting module rpcobject
[5/86] Compiling _NIODataStructures PriorityQueue.swift
[6/86] Compiling NetService NetServiceBrowser.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[7/86] Compiling NetService NetServiceBrowserDelegate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/86] Emitting module NetService
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[9/86] Compiling NetService NetServiceDelegate.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[10/86] Compiling NetService ServiceFlags.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[11/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[12/86] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/87] Compiling _NIODataStructures _TinyArray.swift
[14/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/87] Compiling InternalCollectionsUtilities Debugging.swift
[18/87] Compiling InternalCollectionsUtilities Descriptions.swift
[19/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/87] Compiling BinaryCoder BinaryCodable.swift
[22/87] Emitting module BinaryCoder
[23/87] Compiling BinaryCoder BinaryCodableExtensions.swift
[24/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/87] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/87] Emitting module _NIODataStructures
[27/87] Compiling _NIODataStructures Heap.swift
[28/87] Compiling BinaryCoder BinaryDecoder.swift
[29/87] Compiling BinaryCoder BinaryEncoder.swift
[30/89] Compiling NIOConcurrencyHelpers atomics.swift
[31/89] Compiling NIOConcurrencyHelpers lock.swift
[32/89] Emitting module _NIOBase64
[33/89] Compiling _NIOBase64 Base64.swift
[36/90] Emitting module InternalCollectionsUtilities
[37/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/90] Compiling InternalCollectionsUtilities Integer rank.swift
[39/90] Emitting module NIOConcurrencyHelpers
[42/87] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/87] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/105] Compiling rpcobject XmlRpcUtil.swift
[48/105] Compiling rpcobject XmlRpcValue.swift
[49/108] Compiling Logging LogHandler.swift
[50/108] Compiling Logging Locks.swift
[51/108] Emitting module Logging
[52/108] Compiling Logging Logging.swift
[54/108] Wrapping AST for InternalCollectionsUtilities for debugging
[56/108] Compiling Atomics UnsafeAtomic.swift
[57/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/109] Compiling Atomics ManagedAtomic.swift
[59/109] Compiling Atomics ManagedAtomicLazyReference.swift
[60/123] Compiling Atomics AtomicMemoryOrderings.swift
[61/123] Compiling Atomics DoubleWord.swift
[62/127] Compiling DequeModule _DequeBuffer.swift
[63/127] Compiling DequeModule _DequeBufferHeader.swift
[63/127] Wrapping AST for Logging for debugging
[65/129] Compiling DequeModule Deque+Extras.swift
[66/129] Compiling DequeModule Deque+Hashable.swift
[67/129] Compiling DequeModule Deque._UnsafeHandle.swift
[68/129] Compiling DequeModule Deque.swift
[69/129] Compiling DequeModule Deque+Testing.swift
[70/129] Compiling DequeModule Deque._Storage.swift
[71/129] Compiling DequeModule Deque+CustomReflectable.swift
[72/129] Compiling DequeModule Deque+Descriptions.swift
[73/129] Compiling DequeModule Deque+Equatable.swift
[74/129] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/129] Compiling Atomics IntegerOperations.swift
[76/129] Compiling Atomics Unmanaged extensions.swift
[77/129] Compiling DequeModule _DequeSlot.swift
[78/129] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/129] Emitting module LoggerAPI
[80/129] Compiling LoggerAPI Logger.swift
[82/129] Compiling DequeModule Deque+Codable.swift
[83/129] Compiling DequeModule Deque+Collection.swift
[90/133] Emitting module DequeModule
[92/134] Compiling HeliumLogger HeliumStreamLogger.swift
[92/134] Wrapping AST for DequeModule for debugging
[100/134] Emitting module HeliumLogger
[101/134] Compiling HeliumLogger HeliumLogHandler.swift
[102/134] Compiling HeliumLogger HeliumLogger.swift
[104/134] Emitting module Atomics
[105/135] Wrapping AST for Atomics for debugging
[107/203] Compiling RosTime WallTime.swift
[108/203] Compiling RosTime DurationBase.swift
[109/203] Compiling RosTime TimeBase.swift
[110/203] Emitting module RosTime
[111/203] Compiling RosTime SteadyTime.swift
[112/203] Compiling RosTime Rate.swift
[113/203] Compiling RosTime Duration.swift
[114/203] Compiling RosTime Time.swift
[116/203] Compiling NIOCore MulticastChannel.swift
[117/203] Compiling NIOCore NIOAny.swift
[118/203] Compiling NIOCore NIOCloseOnErrorHandler.swift
[119/203] Compiling NIOCore NIOLoopBound.swift
[120/203] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/203] Compiling NIOCore NIOScheduledCallback.swift
[122/203] Compiling NIOCore NIOSendable.swift
[123/203] Compiling NIOCore RecvByteBufferAllocator.swift
[124/242] Compiling StdMsgs int8Msg.swift
[125/242] Compiling StdMsgs std_msgs.swift
[126/242] Compiling StdMsgs stringMsg.swift
[127/242] Compiling StdMsgs timeMsg.swift
[128/246] Compiling StdMsgs MultiArrayDimensionMsg.swift
[129/246] Compiling StdMsgs MultiArrayLayoutMsg.swift
[130/246] Compiling StdMsgs UInt16MultiArrayMsg.swift
[131/246] Compiling StdMsgs UInt32MultiArrayMsg.swift
[132/246] Compiling StdMsgs ByteMultiArrayMsg.swift
[133/246] Compiling StdMsgs ColorRGBAMsg.swift
[134/246] Compiling StdMsgs Float32MultiArrayMsg.swift
[135/246] Compiling StdMsgs Float64MultiArrayMsg.swift
[136/246] Compiling StdMsgs HeaderMsg.swift
[137/246] Compiling StdMsgs float64Msg.swift
[138/246] Compiling StdMsgs int16Msg.swift
[139/246] Compiling StdMsgs int32Msg.swift
[140/246] Compiling StdMsgs int64Msg.swift
[141/246] Compiling StdMsgs UInt64MultiArrayMsg.swift
[142/246] Compiling StdMsgs UInt8MultiArrayMsg.swift
[143/246] Compiling StdMsgs boolMsg.swift
[144/246] Compiling StdMsgs byteMsg.swift
[145/246] Compiling StdMsgs charMsg.swift
[146/246] Compiling StdMsgs durationMsg.swift
[147/246] Compiling StdMsgs emptyMsg.swift
[148/246] Compiling StdMsgs float32Msg.swift
[149/246] Compiling NIOCore IO.swift
[150/246] Compiling NIOCore IOData.swift
[151/246] Compiling NIOCore IPProtocol.swift
[152/246] Compiling NIOCore IntegerBitPacking.swift
[153/246] Compiling NIOCore IntegerTypes.swift
[154/246] Compiling NIOCore Interfaces.swift
[155/246] Compiling NIOCore Linux.swift
[156/246] Compiling NIOCore MarkedCircularBuffer.swift
[157/246] Compiling StdMsgs uint16Msg.swift
[158/246] Compiling StdMsgs uint32Msg.swift
[159/246] Compiling StdMsgs uint64Msg.swift
[160/246] Compiling StdMsgs uint8Msg.swift
[169/246] 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
[170/246] 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
[171/246] 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
[172/246] 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
[173/246] 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
[174/246] 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
[184/246] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[185/246] Compiling NIOCore SocketAddresses.swift
[186/246] Compiling NIOCore SocketOptionProvider.swift
[187/246] Compiling NIOCore SystemCallHelpers.swift
[188/246] Compiling NIOCore TimeAmount+Duration.swift
[189/246] Compiling NIOCore TypeAssistedChannelHandler.swift
[190/246] Compiling NIOCore UniversalBootstrapSupport.swift
[191/246] Compiling NIOCore Utilities.swift
[192/416] Compiling NetService NetService.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
[193/416] Compiling NetService FoundationCompat.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/Cdns_sd/shim.h:1:10: error: 'dns_sd.h' file not found
1 | #include <dns_sd.h>
| `- error: 'dns_sd.h' file not found
2 |
/host/spi-builder-workspace/.build/checkouts/NetService/Sources/NetService/NetService.swift:15:8: error: could not build C module 'Cdns_sd'
13 | import struct Foundation.TimeInterval
14 |
15 | import Cdns_sd
| `- error: could not build C module 'Cdns_sd'
16 |
17 | private let _registerCallback: DNSServiceRegisterReply = { (_, flags, errorCode, name, _, _, context) in
BUILD FAILURE 6.1 android