Build Information
Successful build of iCalendarParser, reference main (f87378
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 12:48:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmail-me/icalendarparser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmail-me/icalendarparser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "icalendarparser",
"name": "iCalendarParser",
"url": "https://github.com/dmail-me/icalendarparser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/icalendarparser",
"dependencies": [
]
}
]
}
Fetching https://github.com/dmail-me/icalendarparser.git
[1/178] Fetching icalendarparser
Fetched https://github.com/dmail-me/icalendarparser.git from cache (1.00s)
Creating working copy for https://github.com/dmail-me/icalendarparser.git
Working copy of https://github.com/dmail-me/icalendarparser.git resolved at main (f87378c)
warning: '.resolve-product-dependencies': dependency 'icalendarparser' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/20] Compiling iCalendarParser ICTimeZone.swift
[4/20] Compiling iCalendarParser ICalendar.swift
[5/20] Compiling iCalendarParser ParticipationStatus.swift
[6/20] Compiling iCalendarParser ICComponentType.swift
[7/20] Compiling iCalendarParser ICComponentable.swift
[8/20] Compiling iCalendarParser ICAttendee.swift
[9/20] Compiling iCalendarParser ICComponent.swift
[10/20] Compiling iCalendarParser ICEvent.swift
[11/20] Compiling iCalendarParser ICProductIdentifier.swift
[12/20] Compiling iCalendarParser ICFormatter.swift
[13/20] Compiling iCalendarParser DateTimeType.swift
[14/20] Compiling iCalendarParser ICRRule.swift
[15/20] Compiling iCalendarParser ICSubTimeZone.swift
[16/20] Compiling iCalendarParser ICDateTime.swift
[17/20] Compiling iCalendarParser ICDateTimes.swift
[18/20] Emitting module iCalendarParser
[19/20] Compiling iCalendarParser PropertyBuilder.swift
[20/20] Compiling iCalendarParser Constant.swift
[21/21] Compiling iCalendarParser ICParser.swift
Build complete! (19.14s)
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.