This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HKDF with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme HKDF -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

773 | 	/// - Returns: a tuple containing the number of output bytes produced and the status (see Status)
774 |     ///
775 | 	public func final(byteArrayOut: inout [UInt8]) -> (Int, Status) {
    |                                                          `- error: cannot find type 'Status' in scope
776 |
777 |         let dataOutAvailable = byteArrayOut.count
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift:797:157: error: cannot find type 'Status' in scope
795 | 	/// - Returns: Status of the update
796 | 	///
797 | 	public func update(bufferIn: UnsafeRawPointer, byteCountIn: Int, bufferOut: UnsafeMutablePointer<UInt8>, byteCapacityOut: Int, byteCountOut: inout Int) -> Status {
    |                                                                                                                                                             `- error: cannot find type 'Status' in scope
798 |
799 |         if self.status == .success {
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift:863:110: error: cannot find type 'Status' in scope
861 | 	/// - Returns: Status of the update
862 | 	///
863 | 	public func final(bufferOut: UnsafeMutablePointer<UInt8>, byteCapacityOut: Int, byteCountOut: inout Int) -> Status {
    |                                                                                                              `- error: cannot find type 'Status' in scope
864 |
865 | 		if self.status == Status.success {
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1716897963005419-swift-frontend-Cryptor-all-arm64_apple_xros1.0-swiftmodule-Onone-686631398.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8354 seconds (1.8436 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1137 ( 14.2%)   0.1322 ( 12.8%)   0.2459 ( 13.4%)   0.2469 ( 13.4%)  perform-sema
   0.1134 ( 14.1%)   0.1319 ( 12.8%)   0.2453 ( 13.4%)   0.2463 ( 13.4%)  TypeCheckSourceFileRequest
   0.1132 ( 14.1%)   0.1314 ( 12.7%)   0.2446 ( 13.3%)   0.2456 ( 13.3%)  Type checking and Semantic analysis
   0.1124 ( 14.0%)   0.1290 ( 12.5%)   0.2414 ( 13.2%)   0.2424 ( 13.1%)  typecheck-decl
   0.0188 (  2.3%)   0.1172 ( 11.4%)   0.1360 (  7.4%)   0.1370 (  7.4%)  parse-and-resolve-imports
   0.0182 (  2.3%)   0.1161 ( 11.2%)   0.1343 (  7.3%)   0.1353 (  7.3%)  Import resolution
   0.0548 (  6.8%)   0.0184 (  1.8%)   0.0731 (  4.0%)   0.0733 (  4.0%)  ResolveTypeRequest
   0.0259 (  3.2%)   0.0392 (  3.8%)   0.0651 (  3.5%)   0.0656 (  3.6%)  ResolveValueWitnessesRequest
   0.0250 (  3.1%)   0.0400 (  3.9%)   0.0650 (  3.5%)   0.0652 (  3.5%)  InterfaceTypeRequest
   0.0487 (  6.1%)   0.0109 (  1.1%)   0.0596 (  3.2%)   0.0599 (  3.2%)  PatternBindingEntryRequest
   0.0374 (  4.7%)   0.0038 (  0.4%)   0.0411 (  2.2%)   0.0413 (  2.2%)  PatternTypeRequest
   0.0101 (  1.3%)   0.0185 (  1.8%)   0.0287 (  1.6%)   0.0287 (  1.6%)  UnqualifiedLookupRequest
   0.0096 (  1.2%)   0.0157 (  1.5%)   0.0253 (  1.4%)   0.0254 (  1.4%)  performUnqualifiedLookup
   0.0063 (  0.8%)   0.0167 (  1.6%)   0.0230 (  1.3%)   0.0232 (  1.3%)  QualifiedLookupRequest
   0.0119 (  1.5%)   0.0085 (  0.8%)   0.0204 (  1.1%)   0.0204 (  1.1%)  typecheck-expr
   0.0090 (  1.1%)   0.0057 (  0.6%)   0.0147 (  0.8%)   0.0147 (  0.8%)  ResultTypeRequest
   0.0072 (  0.9%)   0.0068 (  0.7%)   0.0140 (  0.8%)   0.0140 (  0.8%)  LookupInModuleRequest
   0.0032 (  0.4%)   0.0100 (  1.0%)   0.0132 (  0.7%)   0.0132 (  0.7%)  ActorIsolationRequest
   0.0048 (  0.6%)   0.0073 (  0.7%)   0.0121 (  0.7%)   0.0121 (  0.7%)  DirectLookupRequest
   0.0066 (  0.8%)   0.0043 (  0.4%)   0.0109 (  0.6%)   0.0111 (  0.6%)  build-rewrite-system
   0.0085 (  1.1%)   0.0016 (  0.2%)   0.0101 (  0.6%)   0.0102 (  0.6%)  precheck-expr
   0.0014 (  0.2%)   0.0068 (  0.7%)   0.0082 (  0.4%)   0.0082 (  0.4%)  load-stdlib
   0.0021 (  0.3%)   0.0057 (  0.6%)   0.0078 (  0.4%)   0.0079 (  0.4%)  StoredPropertiesRequest
   0.0015 (  0.2%)   0.0058 (  0.6%)   0.0073 (  0.4%)   0.0074 (  0.4%)  AttachedPropertyWrappersRequest
   0.0037 (  0.5%)   0.0035 (  0.3%)   0.0073 (  0.4%)   0.0073 (  0.4%)  LookupConformanceInModuleRequest
   0.0019 (  0.2%)   0.0041 (  0.4%)   0.0060 (  0.3%)   0.0060 (  0.3%)  ABIMembersRequest
   0.0036 (  0.4%)   0.0014 (  0.1%)   0.0050 (  0.3%)   0.0050 (  0.3%)  NamingPatternRequest
   0.0038 (  0.5%)   0.0012 (  0.1%)   0.0050 (  0.3%)   0.0050 (  0.3%)  UnderlyingTypeRequest
   0.0013 (  0.2%)   0.0030 (  0.3%)   0.0043 (  0.2%)   0.0043 (  0.2%)  ValueWitnessRequest
   0.0010 (  0.1%)   0.0031 (  0.3%)   0.0040 (  0.2%)   0.0040 (  0.2%)  PotentialMacroExpansionsInContextRequest
   0.0009 (  0.1%)   0.0028 (  0.3%)   0.0037 (  0.2%)   0.0037 (  0.2%)  ExpandPeerMacroRequest
   0.0015 (  0.2%)   0.0021 (  0.2%)   0.0036 (  0.2%)   0.0036 (  0.2%)  ModuleQualifiedLookupRequest
   0.0023 (  0.3%)   0.0008 (  0.1%)   0.0031 (  0.2%)   0.0031 (  0.2%)  ParseTopLevelDeclsRequest
   0.0022 (  0.3%)   0.0008 (  0.1%)   0.0030 (  0.2%)   0.0030 (  0.2%)  ParseSourceFileRequest
   0.0005 (  0.1%)   0.0020 (  0.2%)   0.0026 (  0.1%)   0.0026 (  0.1%)  IsFunctionBodySkippedRequest
   0.0008 (  0.1%)   0.0018 (  0.2%)   0.0026 (  0.1%)   0.0026 (  0.1%)  TypeWitnessRequest
   0.0007 (  0.1%)   0.0017 (  0.2%)   0.0025 (  0.1%)   0.0025 (  0.1%)  ResolveTypeWitnessesRequest
   0.0010 (  0.1%)   0.0013 (  0.1%)   0.0023 (  0.1%)   0.0023 (  0.1%)  CheckRedeclarationRequest
   0.0006 (  0.1%)   0.0014 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  GenericSignatureRequest
   0.0003 (  0.0%)   0.0011 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  FragileFunctionKindRequest
   0.0004 (  0.1%)   0.0010 (  0.1%)   0.0015 (  0.1%)   0.0015 (  0.1%)  InheritedDeclsReferencedRequest
   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  ExtendedNominalRequest
   0.0007 (  0.1%)   0.0006 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.1%)  HasSelfOrAssociatedTypeRequirementsRequest
   0.0004 (  0.1%)   0.0008 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  DefaultArgumentExprRequest
   0.0003 (  0.0%)   0.0009 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  IsDynamicRequest
   0.0005 (  0.1%)   0.0007 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.1%)  import-clang-decl
   0.0010 (  0.1%)   0.0001 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  verify-all-loaded-modules
   0.0003 (  0.0%)   0.0008 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  IsGetterMutatingRequest
   0.0007 (  0.1%)   0.0004 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.1%)  ExpandMemberAttributeMacros
   0.0004 (  0.1%)   0.0005 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  HasIsolatedSelfRequest
   0.0002 (  0.0%)   0.0006 (  0.1%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  RequirementSignatureRequest
   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ProtocolDependenciesRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  LookupAllConformancesInContextRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  HasInitAccessorRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ResolveImplicitMemberRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  DefaultTypeRequest
   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ProtocolRequirementsRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0005 (  0.0%)  IsObjCRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  OpaqueReadOwnershipRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  AssociatedConformanceRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  StorageImplInfoRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SPIGroupsRequest
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  InheritedTypeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AbstractGenericSignatureRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  StructuralRequirementsRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AST verification
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  IsActorRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0003 (  0.0%)  GenericParamListRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SynthesizeDefaultInitRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultInitializerIsolation
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  AccessLevelRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  define-default-ctor
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LifetimeDependenceInfoRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDefaultInitRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InferredGenericSignatureRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExpandExtensionMacros
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  OverriddenDeclsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SuperclassDeclRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasMemberwiseInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuperclassTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GetDestructorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectOperatorLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritsSuperclassInitializersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultDefinitionTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromGenericSignatureRequest
   0.8025 (100.0%)   1.0328 (100.0%)   1.8354 (100.0%)   1.8436 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3951 seconds (0.3973 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1364 (100.0%)   0.2587 (100.0%)   0.3951 (100.0%)   0.3973 (100.0%)  Building Target
   0.1364 (100.0%)   0.2587 (100.0%)   0.3951 (100.0%)   0.3973 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Utilities.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1716897963008059-swift-frontend-Cryptor-SSLPointerTricks.swift-arm64_apple_xros1.0-o-Onone-4160171101.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6867 seconds (0.6910 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0179 (  8.1%)   0.1149 ( 24.7%)   0.1328 ( 19.3%)   0.1348 ( 19.5%)  parse-and-resolve-imports
   0.0172 (  7.8%)   0.1141 ( 24.5%)   0.1313 ( 19.1%)   0.1334 ( 19.3%)  Import resolution
   0.0157 (  7.1%)   0.0212 (  4.6%)   0.0369 (  5.4%)   0.0369 (  5.3%)  perform-sema
   0.0155 (  7.0%)   0.0208 (  4.5%)   0.0363 (  5.3%)   0.0363 (  5.3%)  TypeCheckSourceFileRequest
   0.0154 (  7.0%)   0.0205 (  4.4%)   0.0360 (  5.2%)   0.0360 (  5.2%)  Type checking and Semantic analysis
   0.0124 (  5.6%)   0.0159 (  3.4%)   0.0284 (  4.1%)   0.0284 (  4.1%)  TypeCheckFunctionBodyRequest
   0.0116 (  5.2%)   0.0147 (  3.1%)   0.0263 (  3.8%)   0.0263 (  3.8%)  typecheck-stmt
   0.0111 (  5.0%)   0.0127 (  2.7%)   0.0238 (  3.5%)   0.0238 (  3.4%)  verify-all-loaded-modules
   0.0114 (  5.2%)   0.0098 (  2.1%)   0.0212 (  3.1%)   0.0212 (  3.1%)  build-rewrite-system
   0.0116 (  5.2%)   0.0096 (  2.1%)   0.0211 (  3.1%)   0.0211 (  3.1%)  ExecuteSILPipelineRequest
   0.0078 (  3.5%)   0.0111 (  2.4%)   0.0190 (  2.8%)   0.0190 (  2.7%)  typecheck-decl
   0.0062 (  2.8%)   0.0070 (  1.5%)   0.0132 (  1.9%)   0.0132 (  1.9%)  ASTLoweringRequest
   0.0054 (  2.5%)   0.0071 (  1.5%)   0.0126 (  1.8%)   0.0126 (  1.8%)  IRGenRequest
   0.0056 (  2.5%)   0.0067 (  1.4%)   0.0123 (  1.8%)   0.0123 (  1.8%)  SILgen-decl
   0.0050 (  2.3%)   0.0068 (  1.5%)   0.0118 (  1.7%)   0.0118 (  1.7%)  typecheck-expr
   0.0048 (  2.1%)   0.0064 (  1.4%)   0.0112 (  1.6%)   0.0112 (  1.6%)  PatternBindingEntryRequest
   0.0043 (  1.9%)   0.0057 (  1.2%)   0.0100 (  1.5%)   0.0100 (  1.4%)  IRGen
   0.0030 (  1.4%)   0.0067 (  1.4%)   0.0097 (  1.4%)   0.0097 (  1.4%)  QualifiedLookupRequest
   0.0041 (  1.9%)   0.0054 (  1.2%)   0.0095 (  1.4%)   0.0096 (  1.4%)  SILGen-function
   0.0015 (  0.7%)   0.0069 (  1.5%)   0.0084 (  1.2%)   0.0084 (  1.2%)  load-stdlib
   0.0028 (  1.2%)   0.0052 (  1.1%)   0.0080 (  1.2%)   0.0080 (  1.2%)  InterfaceTypeRequest
   0.0034 (  1.5%)   0.0030 (  0.7%)   0.0064 (  0.9%)   0.0064 (  0.9%)  LookupConformanceInModuleRequest
   0.0023 (  1.1%)   0.0037 (  0.8%)   0.0060 (  0.9%)   0.0060 (  0.9%)  DirectLookupRequest
   0.0019 (  0.8%)   0.0033 (  0.7%)   0.0052 (  0.8%)   0.0052 (  0.8%)  UnqualifiedLookupRequest
   0.0018 (  0.8%)   0.0031 (  0.7%)   0.0049 (  0.7%)   0.0049 (  0.7%)  performUnqualifiedLookup
   0.0041 (  1.9%)   0.0005 (  0.1%)   0.0047 (  0.7%)   0.0047 (  0.7%)  SIL optimization
   0.0023 (  1.1%)   0.0016 (  0.3%)   0.0039 (  0.6%)   0.0039 (  0.6%)  ParseTopLevelDeclsRequest
   0.0023 (  1.0%)   0.0015 (  0.3%)   0.0038 (  0.6%)   0.0038 (  0.6%)  ParseSourceFileRequest
   0.0011 (  0.5%)   0.0019 (  0.4%)   0.0030 (  0.4%)   0.0030 (  0.4%)  ResolveTypeRequest
   0.0008 (  0.4%)   0.0021 (  0.5%)   0.0029 (  0.4%)   0.0029 (  0.4%)  StoredPropertiesRequest
   0.0007 (  0.3%)   0.0018 (  0.4%)   0.0026 (  0.4%)   0.0026 (  0.4%)  ActorIsolationRequest
   0.0007 (  0.3%)   0.0015 (  0.3%)   0.0022 (  0.3%)   0.0022 (  0.3%)  precheck-expr
   0.0011 (  0.5%)   0.0009 (  0.2%)   0.0020 (  0.3%)   0.0020 (  0.3%)  LookupInModuleRequest
   0.0005 (  0.2%)   0.0014 (  0.3%)   0.0019 (  0.3%)   0.0018 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0007 (  0.3%)   0.0008 (  0.2%)   0.0015 (  0.2%)   0.0015 (  0.2%)  ModuleQualifiedLookupRequest
   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0013 (  0.2%)   0.0013 (  0.2%)  AttachedPropertyWrappersRequest
   0.0006 (  0.3%)   0.0006 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.2%)  ExtendedNominalRequest
   0.0008 (  0.3%)   0.0004 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.2%)  SIL verification, pre-optimization
   0.0003 (  0.1%)   0.0008 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.2%)  ExpandPeerMacroRequest
   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.1%)  GenericSignatureRequest
   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ResultTypeRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.1%)  ResolveImplicitMemberRequest
   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.1%)  AST verification
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  SIL verification, post-optimization
   0.0002 (  0.1%)   0.0003 (  0.1%)   0.0005 (  0.1%)   0.0005 (  0.1%)  ProtocolDependenciesRequest
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.1%)  USRGenerationRequest
   0.0002 (  0.1%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  InferredGenericSignatureRequest
   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  HasInitAccessorRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  IsDynamicRequest
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  ExpandMemberAttributeMacros
   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)   0.0003 (  0.1%)  LocalDiscriminatorsRequest
   0.0001 (  0.1%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  PublicSymbolsRequest
   0.0001 (  0.0%)   0.0002 (  0.1%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SemanticDeclAttrsRequest
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasIsolatedSelfRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  import-clang-decl
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResolveValueWitnessesRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  CollectOverriddenDeclsRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  RequirementSignatureRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ABIMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GenericParamListRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFinalRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LifetimeDependenceInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  GlobalActorAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  AccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsGetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CompareDeclSpecializationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OverriddenDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LookupAllConformancesInContextRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProvideDefaultImplForRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AbstractGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PatternTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.2211 (100.0%)   0.4656 (100.0%)   0.6867 (100.0%)   0.6910 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2717 seconds (0.2760 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0853 (100.0%)   0.1865 (100.0%)   0.2717 (100.0%)   0.2760 (100.0%)  Building Target
   0.0853 (100.0%)   0.1865 (100.0%)   0.2717 (100.0%)   0.2760 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/SSLPointerTricks.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Random.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats/stats-1716897963011255-swift-frontend-Cryptor-Updatable.swift-arm64_apple_xros1.0-o-Onone-3407783635.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 6.7273 seconds (6.7614 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2484 ( 14.0%)   1.4028 ( 28.3%)   1.6512 ( 24.5%)   1.6623 ( 24.6%)  SemanticDeclAttrsRequest
   0.1359 (  7.7%)   0.6965 ( 14.1%)   0.8324 ( 12.4%)   0.8358 ( 12.4%)  ActorIsolationRequest
   0.2197 ( 12.4%)   0.3758 (  7.6%)   0.5955 (  8.9%)   0.5982 (  8.8%)  USRGenerationRequest
   0.0694 (  3.9%)   0.2578 (  5.2%)   0.3272 (  4.9%)   0.3286 (  4.9%)  InterfaceTypeRequest
   0.1149 (  6.5%)   0.2092 (  4.2%)   0.3241 (  4.8%)   0.3255 (  4.8%)  perform-sema
   0.1148 (  6.5%)   0.2092 (  4.2%)   0.3240 (  4.8%)   0.3254 (  4.8%)  TypeCheckSourceFileRequest
   0.1147 (  6.5%)   0.2090 (  4.2%)   0.3237 (  4.8%)   0.3251 (  4.8%)  Type checking and Semantic analysis
   0.1116 (  6.3%)   0.2034 (  4.1%)   0.3150 (  4.7%)   0.3164 (  4.7%)  TypeCheckFunctionBodyRequest
   0.1107 (  6.2%)   0.2022 (  4.1%)   0.3129 (  4.7%)   0.3143 (  4.6%)  typecheck-stmt
   0.0558 (  3.1%)   0.1703 (  3.4%)   0.2261 (  3.4%)   0.2268 (  3.4%)  CollectOverriddenDeclsRequest
   0.0566 (  3.2%)   0.1615 (  3.3%)   0.2181 (  3.2%)   0.2188 (  3.2%)  QualifiedLookupRequest
   0.0175 (  1.0%)   0.1214 (  2.5%)   0.1389 (  2.1%)   0.1411 (  2.1%)  parse-and-resolve-imports
   0.0170 (  1.0%)   0.1206 (  2.4%)   0.1376 (  2.0%)   0.1398 (  2.1%)  Import resolution
   0.0688 (  3.9%)   0.0556 (  1.1%)   0.1244 (  1.8%)   0.1247 (  1.8%)  build-rewrite-system
   0.0358 (  2.0%)   0.0627 (  1.3%)   0.0984 (  1.5%)   0.0987 (  1.5%)  ProvideDefaultImplForRequest
   0.0170 (  1.0%)   0.0738 (  1.5%)   0.0908 (  1.3%)   0.0910 (  1.3%)  IsDynamicRequest
   0.0145 (  0.8%)   0.0625 (  1.3%)   0.0770 (  1.1%)   0.0774 (  1.1%)  AttachedPropertyWrappersRequest
   0.0316 (  1.8%)   0.0447 (  0.9%)   0.0763 (  1.1%)   0.0767 (  1.1%)  DirectLookupRequest
   0.0144 (  0.8%)   0.0361 (  0.7%)   0.0505 (  0.7%)   0.0503 (  0.7%)  ExpandPeerMacroRequest
   0.0151 (  0.8%)   0.0299 (  0.6%)   0.0450 (  0.7%)   0.0450 (  0.7%)  ModuleQualifiedLookupRequest
   0.0203 (  1.1%)   0.0237 (  0.5%)   0.0440 (  0.7%)   0.0441 (  0.7%)  typecheck-expr
   0.0164 (  0.9%)   0.0203 (  0.4%)   0.0367 (  0.5%)   0.0367 (  0.5%)  LookupInModuleRequest
   0.0147 (  0.8%)   0.0202 (  0.4%)   0.0349 (  0.5%)   0.0348 (  0.5%)  LookupConformanceInModuleRequest
   0.0126 (  0.7%)   0.0197 (  0.4%)   0.0322 (  0.5%)   0.0323 (  0.5%)  precheck-expr
   0.0150 (  0.8%)   0.0169 (  0.3%)   0.0319 (  0.5%)   0.0319 (  0.5%)  LookupAllConformancesInContextRequest
   0.0058 (  0.3%)   0.0252 (  0.5%)   0.0309 (  0.5%)   0.0310 (  0.5%)  HasInitAccessorRequest
   0.0114 (  0.6%)   0.0143 (  0.3%)   0.0256 (  0.4%)   0.0257 (  0.4%)  HasIsolatedSelfRequest
   0.0093 (  0.5%)   0.0159 (  0.3%)   0.0252 (  0.4%)   0.0252 (  0.4%)  import-clang-decl
   0.0045 (  0.3%)   0.0155 (  0.3%)   0.0200 (  0.3%)   0.0201 (  0.3%)  PotentialMacroExpansionsInContextRequest
   0.0100 (  0.6%)   0.0062 (  0.1%)   0.0162 (  0.2%)   0.0164 (  0.2%)  ExpandMemberAttributeMacros
   0.0093 (  0.5%)   0.0037 (  0.1%)   0.0130 (  0.2%)   0.0130 (  0.2%)  AbstractGenericSignatureRequest
   0.0060 (  0.3%)   0.0068 (  0.1%)   0.0127 (  0.2%)   0.0127 (  0.2%)  UnqualifiedLookupRequest
   0.0059 (  0.3%)   0.0065 (  0.1%)   0.0124 (  0.2%)   0.0124 (  0.2%)  performUnqualifiedLookup
   0.0070 (  0.4%)   0.0048 (  0.1%)   0.0118 (  0.2%)   0.0117 (  0.2%)  GlobalActorAttributeRequest
   0.0052 (  0.3%)   0.0046 (  0.1%)   0.0098 (  0.1%)   0.0099 (  0.1%)  IsFinalRequest
   0.0014 (  0.1%)   0.0078 (  0.2%)   0.0092 (  0.1%)   0.0094 (  0.1%)  load-stdlib
   0.0046 (  0.3%)   0.0040 (  0.1%)   0.0086 (  0.1%)   0.0086 (  0.1%)  DynamicallyReplacedDeclRequest
   0.0031 (  0.2%)   0.0054 (  0.1%)   0.0086 (  0.1%)   0.0086 (  0.1%)  typecheck-decl
   0.0029 (  0.2%)   0.0023 (  0.0%)   0.0053 (  0.1%)   0.0053 (  0.1%)  OverriddenDeclsRequest
   0.0026 (  0.1%)   0.0015 (  0.0%)   0.0041 (  0.1%)   0.0042 (  0.1%)  LifetimeDependenceInfoRequest
   0.0020 (  0.1%)   0.0017 (  0.0%)   0.0038 (  0.1%)   0.0038 (  0.1%)  AccessLevelRequest
   0.0018 (  0.1%)   0.0020 (  0.0%)   0.0038 (  0.1%)   0.0038 (  0.1%)  HasStorageRequest
   0.0010 (  0.1%)   0.0018 (  0.0%)   0.0028 (  0.0%)   0.0028 (  0.0%)  load-all-members
   0.0021 (  0.1%)   0.0006 (  0.0%)   0.0027 (  0.0%)   0.0028 (  0.0%)  ParseTopLevelDeclsRequest
   0.0021 (  0.1%)   0.0005 (  0.0%)   0.0026 (  0.0%)   0.0026 (  0.0%)  ParseSourceFileRequest
   0.0009 (  0.1%)   0.0012 (  0.0%)   0.0021 (  0.0%)   0.0021 (  0.0%)  ResolveTypeRequest
   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0021 (  0.0%)   0.0021 (  0.0%)  GenericSignatureRequest
   0.0013 (  0.1%)   0.0008 (  0.0%)   0.0021 (  0.0%)   0.0021 (  0.0%)  RequirementSignatureRequest
   0.0007 (  0.0%)   0.0012 (  0.0%)   0.0018 (  0.0%)   0.0019 (  0.0%)  SPIGroupsRequest
   0.0006 (  0.0%)   0.0013 (  0.0%)   0.0019 (  0.0%)   0.0019 (  0.0%)  ProtocolDependenciesRequest
   0.0009 (  0.0%)   0.0009 (  0.0%)   0.0018 (  0.0%)   0.0018 (  0.0%)  IsActorRequest
   0.0012 (  0.1%)   0.0004 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  verify-all-loaded-modules
   0.0008 (  0.0%)   0.0006 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  SimpleDidSetRequest
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0013 (  0.0%)  GenericParamListRequest
   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ExtendedNominalRequest
   0.0005 (  0.0%)   0.0005 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  CompareDeclSpecializationRequest
   0.0006 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  InheritedDeclsReferencedRequest
   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  AllInheritedProtocolsRequest
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ExpandExtensionMacros
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  StructuralRequirementsRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  IsDistributedActorRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  PatternBindingEntryRequest
   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PatternTypeRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ResultTypeRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ResolveImplicitMemberRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ConditionalRequirementsRequest
   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  LookupPrecedenceGroupRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SuperclassDeclRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ResolveValueWitnessesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ABIMembersRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ParseMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsObjCRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupInfixOperatorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsGetterMutatingRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckRedeclarationRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalDiscriminatorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InferredGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StorageImplInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExtendedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangRecordMemberLookup
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParamSpecifierRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ApplyAccessNoteRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsStaticRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RawCommentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  OpaqueReadOwnershipRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultInitializerIsolation
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClangDirectLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedResultBuilderRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  FragileFunctionKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandPreambleMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckFunctionBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsFunctionBodySkippedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   1.7747 (100.0%)   4.9526 (100.0%)   6.7273 (100.0%)   6.7614 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.5345 seconds (4.6913 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1489 (100.0%)   3.3856 (100.0%)   4.5345 (100.0%)   4.6913 (100.0%)  Building Target
   1.1489 (100.0%)   3.3856 (100.0%)   4.5345 (100.0%)   4.6913 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Updatable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift:26:17: error: cannot find type 'Status' in scope
    var status: Status { get }
                ^~~~~~
SwiftCompile normal arm64 Compiling\ KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/KeyDerivation.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Status.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/StreamCryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Crypto.swift,\ Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Crypto.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Digest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling SSLPointerTricks.swift (in target 'Cryptor' from project 'Cryptor')
SwiftCompile normal arm64 Compiling\ HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Crypto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Cryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Digest.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/KeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Random.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Status.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/StreamCryptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Utilities.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cryptor -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-unit-output-path /Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/HMAC.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation\ Requirements Cryptor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cryptor' from project 'Cryptor')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Cryptor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cryptor.build/Debug-xros/Cryptor.build/Objects-normal/arm64/Cryptor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor -experimental-emit-module-separately -disable-cmo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'HKDF' from project 'HKDF')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Cryptor' from project 'Cryptor')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'HKDF' from project 'HKDF')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Cryptor (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 Compiling\ Updatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueCryptor/Sources/Cryptor/Updatable.swift (in target 'Cryptor' from project 'Cryptor')
(3 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.