Build Information
Successful build of iCalendarParser, reference 0.2.0 (f87378
), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 07:09:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iCalendarParser -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmail-me/icalendarparser.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmail-me/icalendarparser
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at f87378c Merge pull request #4 from hannojg/feat/add-rrule-to-event
Cloned https://github.com/dmail-me/icalendarparser.git
Revision (git rev-parse @):
f87378ca7b2d59533c9562324b17a8caf20f26a2
SUCCESS checkout https://github.com/dmail-me/icalendarparser.git at 0.2.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dmail-me/icalendarparser.git
https://github.com/dmail-me/icalendarparser.git
{
"dependencies" : [
],
"manifest_display_name" : "iCalendarParser",
"name" : "iCalendarParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iCalendarParser",
"targets" : [
"iCalendarParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iCalendarParserTests",
"module_type" : "SwiftTarget",
"name" : "iCalendarParserTests",
"path" : "Tests/iCalendarParserTests",
"sources" : [
"AttendeesTests.swift",
"DateTimeTypeTests.swift",
"GetPropertiesTests.swift",
"ProductIdentifierTests.swift",
"RRuleTests.swift"
],
"target_dependencies" : [
"iCalendarParser"
],
"type" : "test"
},
{
"c99name" : "iCalendarParser",
"module_type" : "SwiftTarget",
"name" : "iCalendarParser",
"path" : "Sources/iCalendarParser",
"product_memberships" : [
"iCalendarParser"
],
"sources" : [
"Builder/PropertyBuilder.swift",
"Constant/Constant.swift",
"Formatter/ICFormatter.swift",
"Models/DateTimeType.swift",
"Models/ICAttendee.swift",
"Models/ICComponent.swift",
"Models/ICComponentType.swift",
"Models/ICComponentable.swift",
"Models/ICDateTime.swift",
"Models/ICDateTimes.swift",
"Models/ICEvent.swift",
"Models/ICProductIdentifier.swift",
"Models/ICRRule.swift",
"Models/ICSubTimeZone.swift",
"Models/ICTimeZone.swift",
"Models/ICalendar.swift",
"Models/ParticipationStatus.swift",
"Parser/ICParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
iCalendarParser: /Users/admin/builder/spi-builder-workspace
resolved source packages: iCalendarParser
{
"dependencies" : [
],
"manifest_display_name" : "iCalendarParser",
"name" : "iCalendarParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iCalendarParser",
"targets" : [
"iCalendarParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iCalendarParserTests",
"module_type" : "SwiftTarget",
"name" : "iCalendarParserTests",
"path" : "Tests/iCalendarParserTests",
"sources" : [
"AttendeesTests.swift",
"DateTimeTypeTests.swift",
"GetPropertiesTests.swift",
"ProductIdentifierTests.swift",
"RRuleTests.swift"
],
"target_dependencies" : [
"iCalendarParser"
],
"type" : "test"
},
{
"c99name" : "iCalendarParser",
"module_type" : "SwiftTarget",
"name" : "iCalendarParser",
"path" : "Sources/iCalendarParser",
"product_memberships" : [
"iCalendarParser"
],
"sources" : [
"Builder/PropertyBuilder.swift",
"Constant/Constant.swift",
"Formatter/ICFormatter.swift",
"Models/DateTimeType.swift",
"Models/ICAttendee.swift",
"Models/ICComponent.swift",
"Models/ICComponentType.swift",
"Models/ICComponentable.swift",
"Models/ICDateTime.swift",
"Models/ICDateTimes.swift",
"Models/ICEvent.swift",
"Models/ICProductIdentifier.swift",
"Models/ICRRule.swift",
"Models/ICSubTimeZone.swift",
"Models/ICTimeZone.swift",
"Models/ICalendar.swift",
"Models/ParticipationStatus.swift",
"Parser/ICParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"iCalendarParser"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iCalendarParser -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme iCalendarParser -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
iCalendarParser: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'iCalendarParser' in project 'iCalendarParser'
➜ Explicit dependency on target 'iCalendarParser' in project 'iCalendarParser'
Target 'iCalendarParser' in project 'iCalendarParser' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1f90c6031251ed310f09497688fe73e9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1f90c6031251ed310f09497688fe73e9.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.modulemap (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyStaticMetadataFileList (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyMetadataFileList (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_const_extract_protocols.json (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-OutputFileMap.json (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.LinkFileList (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftConstValuesFileList (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/iCalendarParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.modulemap (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver iCalendarParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iCalendarParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PropertyBuilder.swift,\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Builder/PropertyBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Constant/Constant.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Builder/PropertyBuilder.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Constant/Constant.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICComponentType.swift,\ ICComponentable.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponentType.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponentable.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponentType.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponentable.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICFormatter.swift,\ DateTimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Formatter/ICFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/DateTimeType.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Formatter/ICFormatter.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/DateTimeType.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICAttendee.swift,\ ICComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICAttendee.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponent.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICAttendee.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICComponent.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICEvent.swift,\ ICProductIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICProductIdentifier.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICEvent.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICProductIdentifier.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICDateTime.swift,\ ICDateTimes.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICDateTime.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICDateTimes.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICDateTime.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICDateTimes.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ iCalendarParser (in target 'iCalendarParser' from project 'iCalendarParser')
EmitSwiftModule normal arm64 (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICTimeZone.swift,\ ICalendar.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICTimeZone.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICalendar.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICTimeZone.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICalendar.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ParticipationStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ParticipationStatus.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ParticipationStatus.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICParser.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Parser/ICParser.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Parser/ICParser.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ICRRule.swift,\ ICSubTimeZone.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICRRule.swift /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICSubTimeZone.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICRRule.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/iCalendarParser/Models/ICSubTimeZone.swift (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for iCalendarParser (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriver\ Compilation\ Requirements iCalendarParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iCalendarParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ParticipationStatus.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/iCalendarParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-Swift.h (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/iCalendarParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftmodule (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftdoc (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.abi.json (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftsourceinfo (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ICRRule.swift, ICSubTimeZone.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICAttendee.swift, ICComponent.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICTimeZone.swift, ICalendar.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICFormatter.swift, DateTimeType.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyBuilder.swift, Constant.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICDateTime.swift, ICDateTimes.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICEvent.swift, ICProductIdentifier.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICComponentType.swift, ICComponentable.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriverJobDiscovery normal arm64 Compiling ICParser.swift (in target 'iCalendarParser' from project 'iCalendarParser')
SwiftDriver\ Compilation iCalendarParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name iCalendarParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.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/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.o normal (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.o
ExtractAppIntentsMetadata (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name iCalendarParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.iCalendarParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/iCalendarParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/iCalendarParser.build/Debug-iphoneos/iCalendarParser.build/Objects-normal/arm64/iCalendarParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 00:09:09.241 appintentsmetadataprocessor[719:4050] Starting appintentsmetadataprocessor export
2025-04-28 00:09:09.279 appintentsmetadataprocessor[719:4050] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.o (in target 'iCalendarParser' from project 'iCalendarParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/iCalendarParser.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "iCalendarParser",
"name" : "iCalendarParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "iCalendarParser",
"targets" : [
"iCalendarParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "iCalendarParserTests",
"module_type" : "SwiftTarget",
"name" : "iCalendarParserTests",
"path" : "Tests/iCalendarParserTests",
"sources" : [
"AttendeesTests.swift",
"DateTimeTypeTests.swift",
"GetPropertiesTests.swift",
"ProductIdentifierTests.swift",
"RRuleTests.swift"
],
"target_dependencies" : [
"iCalendarParser"
],
"type" : "test"
},
{
"c99name" : "iCalendarParser",
"module_type" : "SwiftTarget",
"name" : "iCalendarParser",
"path" : "Sources/iCalendarParser",
"product_memberships" : [
"iCalendarParser"
],
"sources" : [
"Builder/PropertyBuilder.swift",
"Constant/Constant.swift",
"Formatter/ICFormatter.swift",
"Models/DateTimeType.swift",
"Models/ICAttendee.swift",
"Models/ICComponent.swift",
"Models/ICComponentType.swift",
"Models/ICComponentable.swift",
"Models/ICDateTime.swift",
"Models/ICDateTimes.swift",
"Models/ICEvent.swift",
"Models/ICProductIdentifier.swift",
"Models/ICRRule.swift",
"Models/ICSubTimeZone.swift",
"Models/ICTimeZone.swift",
"Models/ICalendar.swift",
"Models/ParticipationStatus.swift",
"Parser/ICParser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.